Home
last modified time | relevance | path

Searched refs:pad_type (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/drivers/input/joystick/
H A Dgamecon.c795 static int gc_setup_pad(struct gc *gc, int idx, int pad_type) in gc_setup_pad() argument
802 if (pad_type < 1 || pad_type >= GC_MAX) { in gc_setup_pad()
803 pr_err("Pad type %d unknown\n", pad_type); in gc_setup_pad()
813 pad->type = pad_type; in gc_setup_pad()
818 input_dev->name = gc_names[pad_type]; in gc_setup_pad()
822 input_dev->id.product = pad_type; in gc_setup_pad()
830 if (pad_type != GC_SNESMOUSE) { in gc_setup_pad()
838 gc->pad_count[pad_type]++; in gc_setup_pad()
840 switch (pad_type) { in gc_setup_pad()
/linux-6.15/drivers/mmc/host/
H A Dsdhci-xenon-phy.c158 enum soc_pad_ctrl_type pad_type; member
316 if (params->pad_ctrl.pad_type == SOC_PAD_FIXED_1_8V) { in armada_3700_soc_pad_voltage_set()
318 } else if (params->pad_ctrl.pad_type == SOC_PAD_SD) { in armada_3700_soc_pad_voltage_set()
712 params->pad_ctrl.pad_type = SOC_PAD_SD; in get_dt_pad_ctrl_data()
714 params->pad_ctrl.pad_type = SOC_PAD_FIXED_1_8V; in get_dt_pad_ctrl_data()
/linux-6.15/drivers/crypto/amcc/
H A Dcrypto4xx_alg.c32 u32 hdr_proc, u32 h, u32 c, u32 pad_type, in set_dynamic_sa_command_0() argument
43 sa->sa_command_0.bf.pad_type = pad_type & 3; in set_dynamic_sa_command_0()
44 sa->sa_command_0.bf.extend_pad = pad_type >> 2; in set_dynamic_sa_command_0()
H A Dcrypto4xx_sa.h100 u32 pad_type:2; member
/linux-6.15/drivers/gpio/
H A Dgpio-mxc.c74 u32 pad_type[32]; member
223 port->pad_type[gpio_idx] = type; in gpio_set_irq_type()
594 type = port->pad_type[i]; in mxc_gpio_set_pad_wakeup()
/linux-6.15/tools/lib/bpf/
H A Dbtf_dump.c872 const char *pad_type = NULL; in btf_dump_emit_bit_padding() local
897 pad_type = pads[i].name; in btf_dump_emit_bit_padding()
918 btf_dump_printf(d, "\n%s%s: %d;", pfx(lvl), pad_type, in btf_dump_emit_bit_padding()
932 btf_dump_printf(d, "\n%s%s: %d;", pfx(lvl), pad_type, pad_bits); in btf_dump_emit_bit_padding()
943 pad_type = pads[i].name; in btf_dump_emit_bit_padding()
948 btf_dump_printf(d, "\n%s%s: %d;", pfx(lvl), pad_type, bits); in btf_dump_emit_bit_padding()
/linux-6.15/include/media/
H A Dmedia-entity.h753 int media_get_pad_index(struct media_entity *entity, u32 pad_type,
/linux-6.15/drivers/media/mc/
H A Dmc-entity.c1111 int media_get_pad_index(struct media_entity *entity, u32 pad_type, in media_get_pad_index() argument
1121 (MEDIA_PAD_FL_SINK | MEDIA_PAD_FL_SOURCE)) != pad_type) in media_get_pad_index()
/linux-6.15/Documentation/userspace-api/netlink/
H A Dspecs.rst425 See :ref:`pad_type` for padding of 64 bit attributes.