in_ext 1289 drivers/hid/hid-wiimote-core.c if (!ops->in_ext) in_ext 1354 drivers/hid/hid-wiimote-core.c ops->in_ext(wdata, payload); in_ext 1364 drivers/hid/hid-wiimote-core.c ops->in_ext(wdata, payload); in_ext 1376 drivers/hid/hid-wiimote-core.c ops->in_ext(wdata, payload); in_ext 996 drivers/hid/hid-wiimote-modules.c .in_ext = wiimod_nunchuk_in_ext, in_ext 1274 drivers/hid/hid-wiimote-modules.c .in_ext = wiimod_classic_in_ext, in_ext 1550 drivers/hid/hid-wiimote-modules.c .in_ext = wiimod_bboard_in_ext, in_ext 1946 drivers/hid/hid-wiimote-modules.c .in_ext = wiimod_pro_in_ext, in_ext 2168 drivers/hid/hid-wiimote-modules.c .in_ext = wiimod_drums_in_ext, in_ext 2384 drivers/hid/hid-wiimote-modules.c .in_ext = wiimod_guitar_in_ext, in_ext 200 drivers/hid/hid-wiimote.h void (*in_ext) (struct wiimote_data *wdata, const __u8 *ext); in_ext 312 drivers/hwmon/lm85.c u8 in_ext[8]; /* Decoded values */ in_ext 396 drivers/hwmon/lm85.c data->in_ext[i] = in_ext 455 drivers/hwmon/lm85.c data->in_ext[0] = ext3 & 0x0f; in_ext 456 drivers/hwmon/lm85.c data->in_ext[1] = ext4 & 0x0f; in_ext 457 drivers/hwmon/lm85.c data->in_ext[2] = ext4 >> 4; in_ext 458 drivers/hwmon/lm85.c data->in_ext[3] = ext3 >> 4; in_ext 459 drivers/hwmon/lm85.c data->in_ext[4] = ext2 >> 4; in_ext 849 drivers/hwmon/lm85.c data->in_ext[nr])); in_ext 945 drivers/usb/gadget/function/f_midi.c struct usb_midi_in_jack_descriptor *in_ext = &jack_in_ext_desc[n]; in_ext 948 drivers/usb/gadget/function/f_midi.c in_ext->bLength = USB_DT_MIDI_IN_SIZE; in_ext 949 drivers/usb/gadget/function/f_midi.c in_ext->bDescriptorType = USB_DT_CS_INTERFACE; in_ext 950 drivers/usb/gadget/function/f_midi.c in_ext->bDescriptorSubtype = USB_MS_MIDI_IN_JACK; in_ext 951 drivers/usb/gadget/function/f_midi.c in_ext->bJackType = USB_MS_EXTERNAL; in_ext 952 drivers/usb/gadget/function/f_midi.c in_ext->bJackID = jack++; in_ext 953 drivers/usb/gadget/function/f_midi.c in_ext->iJack = 0; in_ext 954 drivers/usb/gadget/function/f_midi.c midi_function[i++] = (struct usb_descriptor_header *) in_ext; in_ext 963 drivers/usb/gadget/function/f_midi.c out_emb->pins[0].baSourceID = in_ext->bJackID; in_ext 40 tools/testing/selftests/bpf/progs/test_core_reloc_misc.c struct core_reloc_misc_extensible *in_ext = (void *)&data.in; in_ext 52 tools/testing/selftests/bpf/progs/test_core_reloc_misc.c if (BPF_CORE_READ(&out->c, &in_ext[2])) /* accessor: 2 */