Searched refs:inputs (Results 1 - 25 of 49) sorted by relevance

12

/drivers/media/video/saa7134/
H A Dsaa7134-cards.c65 .inputs = {{
80 .inputs = {{
110 .inputs = {{
159 .inputs = {{
201 .inputs = {{
231 .inputs = {{
281 .inputs = { {
330 .inputs = {{
360 .inputs = {{
386 .inputs
[all...]
/drivers/usb/otg/
H A Dmsm_otg.c1117 set_bit(ID, &motg->inputs);
1119 clear_bit(ID, &motg->inputs);
1122 set_bit(B_SESS_VLD, &motg->inputs);
1124 clear_bit(B_SESS_VLD, &motg->inputs);
1127 clear_bit(ID, &motg->inputs);
1129 set_bit(ID, &motg->inputs);
1130 set_bit(B_SESS_VLD, &motg->inputs);
1132 set_bit(ID, &motg->inputs);
1133 clear_bit(B_SESS_VLD, &motg->inputs);
1138 clear_bit(ID, &motg->inputs);
[all...]
/drivers/pps/
H A DKconfig20 inputs so you have to enable the corresponding client support.
/drivers/staging/media/go7007/
H A Dgo7007-usb.c101 .inputs = {
138 .inputs = {
176 .inputs = {
232 .inputs = {
280 .inputs = {
313 .inputs = {
345 .inputs = {
371 .inputs = {
403 .inputs = {
434 .inputs
[all...]
H A Dgo7007-priv.h101 } inputs[4]; member in struct:go7007_board_info
/drivers/hid/
H A Dhid-lg2ff.c67 struct hid_input *hidinput = list_entry(hid->inputs.next,
H A Dhid-lg3ff.c133 struct hid_input *hidinput = list_entry(hid->inputs.next, struct hid_input, list);
H A Dhid-zpff.c71 struct hid_input *hidinput = list_entry(hid->inputs.next,
H A Dhid-axff.c80 struct hid_input *hidinput = list_first_entry(&hid->inputs, struct hid_input, list);
H A Dhid-emsff.c64 struct hid_input *hidinput = list_first_entry(&hid->inputs,
H A Dhid-gaff.c82 struct hid_input *hidinput = list_entry(hid->inputs.next,
H A Dhid-holtekff.c146 struct hid_input *hidinput = list_entry(hid->inputs.next,
H A Dhid-lgff.c132 struct hid_input *hidinput = list_entry(hid->inputs.next, struct hid_input, list);
H A Dhid-pl.c111 list_for_each_entry(hidinput, &hid->inputs, list) {
H A Dhid-sjoy.c81 list_for_each_entry(hidinput, &hid->inputs, list) {
H A Dhid-dr.c92 struct hid_input *hidinput = list_first_entry(&hid->inputs,
H A Dhid-tmff.c131 struct hid_input *hidinput = list_entry(hid->inputs.next,
/drivers/media/video/zoran/
H A Dzoran_card.c381 .inputs = 3,
411 .inputs = 3,
440 .inputs = 3,
471 .inputs = 3,
502 .inputs = 3,
532 .inputs = 2,
561 .inputs = 2,
590 .inputs = 2,
621 .inputs = 10,
1024 if (default_input > zr->card.inputs
[all...]
H A Dzoran.h241 int inputs; /* number of video inputs */ member in struct:card_info
/drivers/media/video/
H A Dadv7170.c65 static char *inputs[] = { "pass_through", "play_back" }; variable
261 v4l2_dbg(1, debug, sd, "switched to %s\n", inputs[input]);
H A Dadv7175.c62 static char *inputs[] = { "pass_through", "play_back", "color_bar" }; variable
299 v4l2_dbg(1, debug, sd, "switched to %s\n", inputs[input]);
H A Dvpx3220.c67 static char *inputs[] = { "internal", "composite", "svideo" }; variable
400 v4l2_dbg(1, debug, sd, "input switched to %s\n", inputs[input]);
/drivers/media/video/em28xx/
H A Dem28xx-core.c325 static struct em28xx_vol_itable inputs[] = { variable in typeref:struct:em28xx_vol_itable
347 for (i = 0; i < ARRAY_SIZE(inputs); i++) {
348 if (amux == inputs[i].mux)
349 ret = em28xx_write_ac97(dev, inputs[i].reg, 0x0808);
351 ret = em28xx_write_ac97(dev, inputs[i].reg, 0x8000);
355 inputs[i].reg);
/drivers/staging/tidspbridge/rmgr/
H A Dnode.c197 u32 num_inputs; /* Current number of inputs */
201 struct stream_chnl *inputs; /* Node's input streams */ member in struct:node_object
491 pnode->inputs = kzalloc(MAX_INPUTS(pnode) *
502 if ((MAX_INPUTS(pnode) > 0 && (pnode->inputs == NULL ||
936 node2->inputs[stream2].type = NODECONNECT;
938 node2->inputs[stream2].dev_id = pipe_id;
1009 node2->inputs[stream2].type = HOSTCONNECT;
1010 node2->inputs[stream2].dev_id = chnl_id;
1031 pstream = &(node2->inputs[stream2]);
1664 if (hnode->inputs[inde
[all...]
/drivers/media/dvb/ttpci/
H A Dav7110_v4l.c96 static struct v4l2_input inputs[4] = { variable in typeref:struct:v4l2_input
474 memcpy(i, &inputs[i->index], sizeof(struct v4l2_input));
906 .inputs = 1,
921 .inputs = 1,

Completed in 1360 milliseconds

12