Home
last modified time | relevance | path

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

/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()
/linux/Documentation/sphinx/
H A Dkfigure.py250 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/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()
/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()