Searched refs:in_ext (Results 1 - 7 of 7) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_core_reloc_misc.c43 struct core_reloc_misc_extensible *in_ext = (void *)&data.in; local
53 * first 4 bytes of 2nd element of in_ext array of potentially
55 if (CORE_READ(&out->c, &in_ext[2])) /* accessor: 2 */
/linux-master/Documentation/sphinx/
H A Dkfigure.py233 # The '.ext' must be handled by convert_image(..) function's *in_ext* input.
250 fname, in_ext = path.splitext(path.basename(img_node['uri']))
262 if in_ext == '.dot':
289 elif in_ext == '.svg':
316 if in_ext == '.dot':
327 elif in_ext == '.svg':
/linux-master/drivers/usb/gadget/function/
H A Df_midi.c947 struct usb_midi_in_jack_descriptor *in_ext = &jack_in_ext_desc[n]; local
950 in_ext->bLength = USB_DT_MIDI_IN_SIZE;
951 in_ext->bDescriptorType = USB_DT_CS_INTERFACE;
952 in_ext->bDescriptorSubtype = USB_MS_MIDI_IN_JACK;
953 in_ext->bJackType = USB_MS_EXTERNAL;
954 in_ext->bJackID = jack++;
955 in_ext->iJack = 0;
956 midi_function[i++] = (struct usb_descriptor_header *) in_ext;
965 out_emb->pins[0].baSourceID = in_ext->bJackID;
/linux-master/drivers/hwmon/
H A Dlm85.c312 u8 in_ext[8]; /* Decoded values */ member in struct:lm85_data
396 data->in_ext[i] =
455 data->in_ext[0] = ext3 & 0x0f;
456 data->in_ext[1] = ext4 & 0x0f;
457 data->in_ext[2] = ext4 >> 4;
458 data->in_ext[3] = ext3 >> 4;
459 data->in_ext[4] = ext2 >> 4;
849 data->in_ext[nr]));
/linux-master/drivers/hid/
H A Dhid-wiimote.h203 void (*in_ext) (struct wiimote_data *wdata, const __u8 *ext); member in struct:wiimod_ops
H A Dhid-wiimote-core.c1294 if (!ops->in_ext)
1359 ops->in_ext(wdata, payload);
1369 ops->in_ext(wdata, payload);
1381 ops->in_ext(wdata, payload);
H A Dhid-wiimote-modules.c996 .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,
2627 .in_ext = wiimod_turntable_in_ext,

Completed in 155 milliseconds