/kernel/linux/linux-6.6/include/linux/usb/ |
H A D | typec_retimer.h | 15 struct typec_altmode *alt; member
|
H A D | typec.h | 162 struct typec_port *typec_altmode2port(struct typec_altmode *alt); 164 void typec_altmode_update_active(struct typec_altmode *alt, bool active);
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | vdso.h | 17 unsigned long alt, alt_len; member
|
/kernel/linux/linux-6.6/tools/objtool/include/objtool/ |
H A D | special.h | 35 void arch_handle_alternative(unsigned short feature, struct special_alt *alt);
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/ |
H A D | TaggedData.java | 30 * @param alt 35 void tagField(int position, int width, int value, String alt, String label); in tagField() argument
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/ |
H A D | TaggedData.java | 30 * @param alt 35 void tagField(int position, int width, int value, String alt, String label); in tagField() argument
|
/third_party/rust/crates/nom/src/branch/ |
H A D | tests.rs | 1 use crate::branch::{alt, permutation}; 63 alt((dont_work, dont_work))(i) in alt_test() 66 alt((dont_work, work))(i) in alt_test() 69 alt((dont_work, dont_work, work2, dont_work))(i) in alt_test() 71 //named!(alt1, alt!(dont_work | dont_work)); in alt_test() 72 //named!(alt2, alt!(dont_work | work)); in alt_test() 73 //named!(alt3, alt!(dont_work | dont_work | work2 | dont_work)); in alt_test() 88 alt((tag("abcd"), tag("efgh")))(i) in alt_test() 98 alt((tag("a"), tag("bc"), tag("def")))(i) in alt_incomplete()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | f_uac1_legacy.c | 574 static int f_audio_set_alt(struct usb_function *f, unsigned intf, unsigned alt) in f_audio_set_alt() argument 584 DBG(cdev, "intf %d, alt %d\n", intf, alt); in f_audio_set_alt() 591 /* No i/f has more than 2 alt settings */ in f_audio_set_alt() 592 if (alt > 1) { in f_audio_set_alt() 599 if (alt) { in f_audio_set_alt() 605 if (alt == 1) { in f_audio_set_alt() 649 audio->as_alt = alt; in f_audio_set_alt()
|
H A D | f_uac2.c | 808 afunc_set_alt(struct usb_function *fn, unsigned intf, unsigned alt) in afunc_set_alt() argument 816 /* No i/f has more than 2 alt settings */ in afunc_set_alt() 817 if (alt > 1) { in afunc_set_alt() 824 if (alt) { in afunc_set_alt() 832 uac2->as_out_alt = alt; in afunc_set_alt() 834 if (alt) in afunc_set_alt() 839 uac2->as_in_alt = alt; in afunc_set_alt() 841 if (alt) in afunc_set_alt()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | f_uac1_legacy.c | 574 static int f_audio_set_alt(struct usb_function *f, unsigned intf, unsigned alt) in f_audio_set_alt() argument 584 DBG(cdev, "intf %d, alt %d\n", intf, alt); in f_audio_set_alt() 591 /* No i/f has more than 2 alt settings */ in f_audio_set_alt() 592 if (alt > 1) { in f_audio_set_alt() 599 if (alt) { in f_audio_set_alt() 605 if (alt == 1) { in f_audio_set_alt() 649 audio->as_alt = alt; in f_audio_set_alt()
|
/third_party/rust/crates/nom/src/bytes/ |
H A D | tests.rs | 10 branch::alt, 154 alt(( in escape_transform() 199 alt(( in escape_transform() 224 alt(( in escape_transform_str() 257 alt((value("è", tag("egrave;")), value("à", tag("agrave;")))), in escape_transform_str() 270 alt((value("\0", tag("0")), value("\n", tag("n")))), in escape_transform_str()
|
/kernel/linux/linux-5.10/include/linux/mfd/ |
H A D | asic3.h | 108 #define ASIC3_CONFIG_GPIO(gpio, alt, dir, init) (((gpio) & 0x7f) \ 109 | (((alt) & 0x7f) << 7) | (((dir) & 0x1) << 14) \
|
/kernel/linux/linux-6.6/drivers/usb/typec/mux/ |
H A D | fsa4480.c | 169 if (state->alt) in fsa4480_mux_set() 170 fsa->svid = state->alt->svid; in fsa4480_mux_set()
|
/third_party/elfutils/libdwfl/ |
H A D | dwfl_module.c | 97 if (mod->alt != NULL) in __libdwfl_module_free() 99 INTUSE(dwarf_end) (mod->alt); in __libdwfl_module_free()
|
/third_party/python/Tools/peg_generator/pegen/ |
H A D | first_sets.py | 118 for alt in item.alts: 119 result |= self.visit(alt)
|
/device/soc/rockchip/rk3588/kernel/include/linux/power/ |
H A D | cw2015_battery.h | 111 int alt; member
|
/kernel/linux/linux-5.10/drivers/pinctrl/stm32/ |
H A D | pinctrl-stm32.h | 67 int pin, u32 *mode, u32 *alt);
|
/kernel/linux/linux-6.6/drivers/pinctrl/stm32/ |
H A D | pinctrl-stm32.h | 72 int pin, u32 *mode, u32 *alt);
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-script.c | 822 struct addr_location alf, alt; in perf_sample__fprintf_brstack() local 835 memset(&alt, 0, sizeof(alt)); in perf_sample__fprintf_brstack() 837 thread__find_map_fb(thread, sample->cpumode, to, &alt); in perf_sample__fprintf_brstack() 850 printed += map__fprintf_dsoname(alt.map, fp); in perf_sample__fprintf_brstack() 870 struct addr_location alf, alt; in perf_sample__fprintf_brstacksym() local 880 memset(&alt, 0, sizeof(alt)); in perf_sample__fprintf_brstacksym() 885 thread__find_symbol_fb(thread, sample->cpumode, to, &alt); in perf_sample__fprintf_brstacksym() 894 printed += symbol__fprintf_symname_offs(alt in perf_sample__fprintf_brstacksym() 916 struct addr_location alf, alt; perf_sample__fprintf_brstackoff() local [all...] |
/kernel/linux/linux-5.10/sound/usb/misc/ |
H A D | ua101.c | 891 struct usb_host_interface *alt; in find_format_descriptor() local 900 alt = &interface->altsetting[0]; in find_format_descriptor() 901 if (alt->desc.bNumEndpoints != 0) { in find_format_descriptor() 906 alt = &interface->altsetting[1]; in find_format_descriptor() 907 if (alt->desc.bNumEndpoints != 1) { in find_format_descriptor() 912 extra = alt->extra; in find_format_descriptor() 913 extralen = alt->extralen; in find_format_descriptor()
|
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/ |
H A D | m920x.c | 126 struct usb_host_interface *alt; in m920x_init_ep() local 128 if ((alt = usb_altnum_to_altsetting(intf, 1)) == NULL) { in m920x_init_ep() 129 deb("No alt found!\n"); in m920x_init_ep() 133 return usb_set_interface(udev, alt->desc.bInterfaceNumber, in m920x_init_ep() 134 alt->desc.bAlternateSetting); in m920x_init_ep() 477 struct usb_host_interface *alt; in m920x_identify_state() local 479 alt = usb_altnum_to_altsetting(usb_ifnum_to_if(udev, 0), 1); in m920x_identify_state() 480 *cold = (alt == NULL) ? 1 : 0; in m920x_identify_state()
|
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb/ |
H A D | m920x.c | 126 struct usb_host_interface *alt; in m920x_init_ep() local 128 if ((alt = usb_altnum_to_altsetting(intf, 1)) == NULL) { in m920x_init_ep() 129 deb("No alt found!\n"); in m920x_init_ep() 133 return usb_set_interface(udev, alt->desc.bInterfaceNumber, in m920x_init_ep() 134 alt->desc.bAlternateSetting); in m920x_init_ep() 477 struct usb_host_interface *alt; in m920x_identify_state() local 479 alt = usb_altnum_to_altsetting(usb_ifnum_to_if(udev, 0), 1); in m920x_identify_state() 480 *cold = (alt == NULL) ? 1 : 0; in m920x_identify_state()
|
/kernel/linux/linux-6.6/sound/usb/misc/ |
H A D | ua101.c | 890 struct usb_host_interface *alt; in find_format_descriptor() local 899 alt = &interface->altsetting[0]; in find_format_descriptor() 900 if (alt->desc.bNumEndpoints != 0) { in find_format_descriptor() 905 alt = &interface->altsetting[1]; in find_format_descriptor() 906 if (alt->desc.bNumEndpoints != 1) { in find_format_descriptor() 911 extra = alt->extra; in find_format_descriptor() 912 extralen = alt->extralen; in find_format_descriptor()
|
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | sysrq.c | 654 unsigned int alt; member 834 sysrq->alt = KEY_RESERVED; in sysrq_handle_keypress() 837 sysrq->alt = code; in sysrq_handle_keypress() 853 if (value == 1 && sysrq->alt != KEY_RESERVED) { in sysrq_handle_keypress() 855 sysrq->alt_use = sysrq->alt; in sysrq_handle_keypress() 1013 * later, but we expect all such keyboards to have left alt.
|
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/ |
H A D | f_generic.c | 601 uint32_t interface, uint32_t alt) in generic_set_alt() 605 if (alt != (uint32_t)-1) in generic_set_alt() 614 if (dev->alt_setting != alt) in generic_set_alt() 619 if (alt == (uint32_t)-1) in generic_set_alt() 632 dev->alt_setting = alt; in generic_set_alt() 646 usb_err("%s: interface %d set alt failed\n", __FUNCTION__, i); in generic_set_config() 600 generic_set_alt(struct generic_dev_s *dev, uint32_t interface, uint32_t alt) generic_set_alt() argument
|