Searched refs:in_ext (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/tools/testing/selftests/bpf/progs/ |
D | test_core_reloc_misc.c | 43 struct core_reloc_misc_extensible *in_ext = (void *)&data.in; in test_core_misc() local 55 if (CORE_READ(&out->c, &in_ext[2])) /* accessor: 2 */ in test_core_misc()
|
/Linux-v5.10/Documentation/sphinx/ |
D | kfigure.py | 215 fname, in_ext = path.splitext(path.basename(img_node['uri'])) 227 if in_ext == '.dot': 254 elif in_ext == '.svg': 279 if in_ext == '.dot': 283 elif in_ext == '.svg':
|
/Linux-v5.10/drivers/usb/gadget/function/ |
D | f_midi.c | 945 struct usb_midi_in_jack_descriptor *in_ext = &jack_in_ext_desc[n]; in f_midi_bind() local 948 in_ext->bLength = USB_DT_MIDI_IN_SIZE; in f_midi_bind() 949 in_ext->bDescriptorType = USB_DT_CS_INTERFACE; in f_midi_bind() 950 in_ext->bDescriptorSubtype = USB_MS_MIDI_IN_JACK; in f_midi_bind() 951 in_ext->bJackType = USB_MS_EXTERNAL; in f_midi_bind() 952 in_ext->bJackID = jack++; in f_midi_bind() 953 in_ext->iJack = 0; in f_midi_bind() 954 midi_function[i++] = (struct usb_descriptor_header *) in_ext; in f_midi_bind() 963 out_emb->pins[0].baSourceID = in_ext->bJackID; in f_midi_bind()
|
/Linux-v5.10/drivers/hwmon/ |
D | lm85.c | 312 u8 in_ext[8]; /* Decoded values */ member 396 data->in_ext[i] = in lm85_update_device() 455 data->in_ext[0] = ext3 & 0x0f; in lm85_update_device() 456 data->in_ext[1] = ext4 & 0x0f; in lm85_update_device() 457 data->in_ext[2] = ext4 >> 4; in lm85_update_device() 458 data->in_ext[3] = ext3 >> 4; in lm85_update_device() 459 data->in_ext[4] = ext2 >> 4; in lm85_update_device() 849 data->in_ext[nr])); in in_show()
|
/Linux-v5.10/drivers/hid/ |
D | hid-wiimote.h | 202 void (*in_ext) (struct wiimote_data *wdata, const __u8 *ext); member
|
D | hid-wiimote-modules.c | 996 .in_ext = wiimod_nunchuk_in_ext, 1293 .in_ext = wiimod_classic_in_ext, 1569 .in_ext = wiimod_bboard_in_ext, 1965 .in_ext = wiimod_pro_in_ext, 2187 .in_ext = wiimod_drums_in_ext, 2403 .in_ext = wiimod_guitar_in_ext,
|
D | hid-wiimote-core.c | 1289 if (!ops->in_ext) in valid_ext_handler() 1354 ops->in_ext(wdata, payload); in handler_ext() 1364 ops->in_ext(wdata, payload); in handler_ext() 1376 ops->in_ext(wdata, payload); in handler_ext()
|