Searched refs:xu (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | uvc_configfs.c | 792 struct uvcg_extension *xu = to_uvcg_extension(item); \ 803 ret = sprintf(page, "%u\n", xu->desc.aname); \ 821 struct uvcg_extension *xu = to_uvcg_extension(item); in uvcg_extension_b_num_controls_store() local 837 xu->desc.bNumControls = num; in uvcg_extension_b_num_controls_store() 855 struct uvcg_extension *xu = to_uvcg_extension(item); in uvcg_extension_b_nr_in_pins_store() local 873 if (num == xu->desc.bNrInPins) { in uvcg_extension_b_nr_in_pins_store() 878 tmp_buf = krealloc_array(xu->desc.baSourceID, num, sizeof(u8), in uvcg_extension_b_nr_in_pins_store() 885 xu->desc.baSourceID = tmp_buf; in uvcg_extension_b_nr_in_pins_store() 886 xu->desc.bNrInPins = num; in uvcg_extension_b_nr_in_pins_store() 887 xu in uvcg_extension_b_nr_in_pins_store() 908 struct uvcg_extension *xu = to_uvcg_extension(item); uvcg_extension_b_control_size_store() local 958 struct uvcg_extension *xu = to_uvcg_extension(item); uvcg_extension_guid_extension_code_show() local 981 struct uvcg_extension *xu = to_uvcg_extension(item); uvcg_extension_guid_extension_code_store() local 1010 struct uvcg_extension *xu = to_uvcg_extension(item); uvcg_extension_ba_source_id_show() local 1038 struct uvcg_extension *xu = to_uvcg_extension(item); uvcg_extension_ba_source_id_store() local 1089 struct uvcg_extension *xu = to_uvcg_extension(item); uvcg_extension_bm_controls_show() local 1117 struct uvcg_extension *xu = to_uvcg_extension(item); uvcg_extension_bm_controls_store() local 1179 struct uvcg_extension *xu = container_of(item, struct uvcg_extension, item); uvcg_extension_release() local 1187 struct uvcg_extension *xu = to_uvcg_extension(src); uvcg_extension_allow_link() local 1216 struct uvcg_extension *xu = to_uvcg_extension(src); uvcg_extension_drop_link() local 1248 struct uvcg_extension *xu = container_of(item, struct uvcg_extension, item); uvcg_extension_drop() local 1268 struct uvcg_extension *xu; uvcg_extension_make() local [all...] |
H A D | f_uvc.c | 511 struct uvcg_extension *xu; in uvc_copy_descriptors() local 580 list_for_each_entry(xu, uvc->desc.extension_units, list) { in uvc_copy_descriptors() 581 control_size += xu->desc.bLength; in uvc_copy_descriptors() 582 bytes += xu->desc.bLength; in uvc_copy_descriptors() 613 list_for_each_entry(xu, uvc->desc.extension_units, list) in uvc_copy_descriptors() 614 UVC_COPY_XU_DESCRIPTOR(mem, dst, &xu->desc); in uvc_copy_descriptors() 647 struct uvcg_extension *xu; in uvc_function_bind() local 752 list_for_each_entry(xu, &opts->extension_units, list) in uvc_function_bind() 753 if (xu->string_descriptor_index) in uvc_function_bind() 754 xu in uvc_function_bind() [all...] |
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | bugfix.S | 51 | (cmdreg1b[ 9: 7] != cmdreg3b[9:7])) { /* xu conflict only */ 53 | xu conflict and NOT an nu conflict */ 65 | /* If the xu instruction is exceptional, we punt. 98 | (cmdreg1b[9:7] != cmdreg3b[9:7])) { /* xu conflict only */ 100 | xu conflict and NOT an nu conflict */ 114 | /* If the xu instruction is exceptional, we punt. 186 | cu src equal to xu dest or equal to nu dest. If so, go to 188 | xu dest or equal to nu dest. If so, go to tst_opcl. Else, 198 | priority over a cu and xu conflict. 212 | Check for cu and xu registe [all...] |
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | bugfix.S | 51 | (cmdreg1b[ 9: 7] != cmdreg3b[9:7])) { /* xu conflict only */ 53 | xu conflict and NOT an nu conflict */ 65 | /* If the xu instruction is exceptional, we punt. 98 | (cmdreg1b[9:7] != cmdreg3b[9:7])) { /* xu conflict only */ 100 | xu conflict and NOT an nu conflict */ 114 | /* If the xu instruction is exceptional, we punt. 186 | cu src equal to xu dest or equal to nu dest. If so, go to 188 | xu dest or equal to nu dest. If so, go to tst_opcl. Else, 198 | priority over a cu and xu conflict. 212 | Check for cu and xu registe [all...] |
Completed in 5 milliseconds