Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/input/joystick/
Dgamecon.c797 static int gc_setup_pad(struct gc *gc, int idx, int pad_type) in gc_setup_pad() argument
804 if (pad_type < 1 || pad_type >= GC_MAX) { in gc_setup_pad()
805 pr_err("Pad type %d unknown\n", pad_type); in gc_setup_pad()
815 pad->type = pad_type; in gc_setup_pad()
820 input_dev->name = gc_names[pad_type]; in gc_setup_pad()
824 input_dev->id.product = pad_type; in gc_setup_pad()
832 if (pad_type != GC_SNESMOUSE) { in gc_setup_pad()
840 gc->pad_count[pad_type]++; in gc_setup_pad()
842 switch (pad_type) { in gc_setup_pad()
/linux-6.6.21/drivers/mmc/host/
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.6.21/drivers/crypto/amcc/
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()
Dcrypto4xx_sa.h100 u32 pad_type:2; member
/linux-6.6.21/drivers/gpio/
Dgpio-mxc.c74 u32 pad_type[32]; member
223 port->pad_type[gpio_idx] = type; in gpio_set_irq_type()
595 type = port->pad_type[i]; in mxc_gpio_set_pad_wakeup()
/linux-6.6.21/tools/lib/bpf/
Dbtf_dump.c871 const char *pad_type; in btf_dump_emit_bit_padding() local
896 pad_type = pads[i].name; in btf_dump_emit_bit_padding()
917 btf_dump_printf(d, "\n%s%s: %d;", pfx(lvl), pad_type, in btf_dump_emit_bit_padding()
931 btf_dump_printf(d, "\n%s%s: %d;", pfx(lvl), pad_type, pad_bits); in btf_dump_emit_bit_padding()
942 pad_type = pads[i].name; in btf_dump_emit_bit_padding()
947 btf_dump_printf(d, "\n%s%s: %d;", pfx(lvl), pad_type, bits); in btf_dump_emit_bit_padding()
/linux-6.6.21/include/media/
Dmedia-entity.h755 int media_get_pad_index(struct media_entity *entity, u32 pad_type,
/linux-6.6.21/drivers/media/mc/
Dmc-entity.c1055 int media_get_pad_index(struct media_entity *entity, u32 pad_type, in media_get_pad_index() argument
1065 (MEDIA_PAD_FL_SINK | MEDIA_PAD_FL_SOURCE)) != pad_type) in media_get_pad_index()
/linux-6.6.21/Documentation/userspace-api/netlink/
Dspecs.rst419 See :ref:`pad_type` for padding of 64 bit attributes.