Home
last modified time | relevance | path

Searched refs:in_ext (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_core_reloc_misc.c43 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()
/openbmc/u-boot/Documentation/sphinx/
H A Dkfigure.py213 fname, in_ext = path.splitext(path.basename(img_node['uri']))
225 if in_ext == '.dot':
251 elif in_ext == '.svg':
274 if in_ext == '.dot':
278 elif in_ext == '.svg':
/openbmc/linux/Documentation/sphinx/
H A Dkfigure.py256 fname, in_ext = path.splitext(path.basename(img_node['uri']))
268 if in_ext == '.dot':
295 elif in_ext == '.svg':
322 if in_ext == '.dot':
333 elif in_ext == '.svg':
/openbmc/linux/drivers/usb/gadget/function/
H A Df_midi.c947 struct usb_midi_in_jack_descriptor *in_ext = &jack_in_ext_desc[n]; in f_midi_bind() local
950 in_ext->bLength = USB_DT_MIDI_IN_SIZE; in f_midi_bind()
951 in_ext->bDescriptorType = USB_DT_CS_INTERFACE; in f_midi_bind()
952 in_ext->bDescriptorSubtype = USB_MS_MIDI_IN_JACK; in f_midi_bind()
953 in_ext->bJackType = USB_MS_EXTERNAL; in f_midi_bind()
954 in_ext->bJackID = jack++; in f_midi_bind()
955 in_ext->iJack = 0; in f_midi_bind()
956 midi_function[i++] = (struct usb_descriptor_header *) in_ext; in f_midi_bind()
965 out_emb->pins[0].baSourceID = in_ext->bJackID; in f_midi_bind()
/openbmc/linux/drivers/hwmon/
H A Dlm85.c312 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()
/openbmc/linux/drivers/hid/
H A Dhid-wiimote.h203 void (*in_ext) (struct wiimote_data *wdata, const __u8 *ext); member
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,
H A Dhid-wiimote-core.c1294 if (!ops->in_ext) in valid_ext_handler()
1359 ops->in_ext(wdata, payload); in handler_ext()
1369 ops->in_ext(wdata, payload); in handler_ext()
1381 ops->in_ext(wdata, payload); in handler_ext()