Home
last modified time | relevance | path

Searched refs:inputs (Results 1 – 25 of 58) sorted by relevance

123

/drivers/media/pci/saa7134/
Dsaa7134-cards.c70 .inputs = {{
85 .inputs = {{
115 .inputs = {{
164 .inputs = {{
206 .inputs = {{
236 .inputs = {{
286 .inputs = { {
335 .inputs = {{
365 .inputs = {{
391 .inputs = {{
[all …]
/drivers/usb/phy/
Dphy-msm-usb.c1117 set_bit(ID, &motg->inputs); in msm_otg_init_sm()
1119 clear_bit(ID, &motg->inputs); in msm_otg_init_sm()
1122 set_bit(B_SESS_VLD, &motg->inputs); in msm_otg_init_sm()
1124 clear_bit(B_SESS_VLD, &motg->inputs); in msm_otg_init_sm()
1127 clear_bit(ID, &motg->inputs); in msm_otg_init_sm()
1129 set_bit(ID, &motg->inputs); in msm_otg_init_sm()
1130 set_bit(B_SESS_VLD, &motg->inputs); in msm_otg_init_sm()
1132 set_bit(ID, &motg->inputs); in msm_otg_init_sm()
1133 clear_bit(B_SESS_VLD, &motg->inputs); in msm_otg_init_sm()
1138 clear_bit(ID, &motg->inputs); in msm_otg_init_sm()
[all …]
/drivers/staging/media/go7007/
Dgo7007-usb.c102 .inputs = {
139 .inputs = {
178 .inputs = {
242 .inputs = {
300 .inputs = {
332 .inputs = {
363 .inputs = {
388 .inputs = {
420 .inputs = {
451 .inputs = {
[all …]
DREADME27 + .inputs = { {
113 #define card_in(dev,n) (saa7134_boards[dev->board].inputs[n])
/drivers/hid/
Dhid-holtek-kbd.c131 struct hid_input *boot_hid_input = list_first_entry(&boot_hid->inputs, in holtek_kbd_input_event()
149 list_for_each_entry(hidinput, &hdev->inputs, list) { in holtek_kbd_probe()
Dhid-lg2ff.c65 struct hid_input *hidinput = list_entry(hid->inputs.next, in lg2ff_init()
Dhid-lg3ff.c132 struct hid_input *hidinput = list_entry(hid->inputs.next, struct hid_input, list); in lg3ff_init()
Dhid-zpff.c69 struct hid_input *hidinput = list_entry(hid->inputs.next, in zpff_init()
Dhid-emsff.c62 struct hid_input *hidinput = list_first_entry(&hid->inputs, in emsff_init()
Dhid-holtekff.c143 struct hid_input *hidinput = list_entry(hid->inputs.next, in holtekff_init()
Dhid-input.c1092 list_for_each_entry(hidinput, &hid->inputs, list) in hidinput_report_event()
1290 list_add_tail(&hidinput->list, &hid->inputs); in hidinput_allocate()
1369 INIT_LIST_HEAD(&hid->inputs); in hidinput_connect()
1436 if (list_empty(&hid->inputs)) { in hidinput_connect()
1469 list_for_each_entry_safe(hidinput, next, &hid->inputs, list) { in hidinput_disconnect()
Dhid-sjoy.c79 list_for_each_entry(hidinput, &hid->inputs, list) { in sjoyff_init()
/drivers/media/pci/zoran/
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,
1021 if (default_input > zr->card.inputs-1) { in zr36057_init()
[all …]
/drivers/staging/media/davinci_vpfe/
Dvpfe_video.c145 pipe->inputs[pipe->input_num++] = video; in vpfe_prepare_pipeline()
158 pipe->inputs[pipe->input_num++] = far_end; in vpfe_prepare_pipeline()
198 if (!pipe->inputs[i]->started || in vpfe_video_is_pipe_ready()
199 pipe->inputs[i]->state != VPFE_VIDEO_BUFFER_QUEUED) in vpfe_video_is_pipe_ready()
292 entity = &pipe->inputs[0]->video_dev.entity; in vpfe_pipeline_enable()
332 entity = &pipe->inputs[0]->video_dev.entity; in vpfe_pipeline_disable()
378 if (pipe->inputs[i]->started) in all_videos_stopped()
784 memcpy(inp, &sdinfo->inputs[inp->index], in vpfe_enum_input()
876 inps = &sdinfo->inputs[i]; in vpfe_s_input()
Dvpfe.h56 struct v4l2_input *inputs; member
Dvpfe_video.h63 struct vpfe_video_device *inputs[10]; member
/drivers/staging/tidspbridge/rmgr/
Dnode.c201 struct stream_chnl *inputs; /* Node's input streams */ member
490 pnode->inputs = kzalloc(MAX_INPUTS(pnode) * in node_allocate()
501 if ((MAX_INPUTS(pnode) > 0 && (pnode->inputs == NULL || in node_allocate()
945 node2->inputs[stream2].type = NODECONNECT; in node_connect()
947 node2->inputs[stream2].dev_id = pipe_id; in node_connect()
1018 node2->inputs[stream2].type = HOSTCONNECT; in node_connect()
1019 node2->inputs[stream2].dev_id = chnl_id; in node_connect()
1040 pstream = &(node2->inputs[stream2]); in node_connect()
1673 if (hnode->inputs[index].type == HOSTCONNECT) { in node_get_channel_id()
1674 *chan_id = hnode->inputs[index].dev_id; in node_get_channel_id()
[all …]
/drivers/media/pci/ttpci/
DKconfig77 analog inputs or an onboard Common Interface connector.
112 tristate "Budget cards with analog video inputs"
127 MPEG2 decoder, but with one or more analog video inputs.
Dav7110_v4l.c96 static struct v4l2_input inputs[4] = { variable
474 memcpy(i, &inputs[i->index], sizeof(struct v4l2_input)); in vidioc_enum_input()
938 .inputs = 1,
953 .inputs = 1,
/drivers/media/i2c/
Dadv7170.c65 static char *inputs[] = { "pass_through", "play_back" }; variable
261 v4l2_dbg(1, debug, sd, "switched to %s\n", inputs[input]); in adv7170_s_routing()
Dadv7175.c62 static char *inputs[] = { "pass_through", "play_back", "color_bar" }; variable
299 v4l2_dbg(1, debug, sd, "switched to %s\n", inputs[input]); in adv7175_s_routing()
Dvpx3220.c67 static char *inputs[] = { "internal", "composite", "svideo" }; variable
400 v4l2_dbg(1, debug, sd, "input switched to %s\n", inputs[input]); in vpx3220_s_routing()
/drivers/media/platform/blackfin/
Dbfin_capture.c386 if (bcap_dev->cfg->inputs[bcap_dev->cur_input].capabilities in bcap_start_streaming()
399 } else if (bcap_dev->cfg->inputs[bcap_dev->cur_input].capabilities in bcap_start_streaming()
694 *input = config->inputs[input->index]; in bcap_enum_input()
1078 vfd->tvnorms |= config->inputs[i].std; in bcap_probe()
1104 if (config->inputs[0].capabilities & V4L2_IN_CAP_STD) { in bcap_probe()
1114 if (config->inputs[0].capabilities & V4L2_IN_CAP_DV_TIMINGS) { in bcap_probe()
/drivers/media/usb/em28xx/
Dem28xx-core.c333 static struct em28xx_vol_itable inputs[] = { variable
355 for (i = 0; i < ARRAY_SIZE(inputs); i++) { in set_ac97_input()
356 if (amux == inputs[i].mux) in set_ac97_input()
357 ret = em28xx_write_ac97(dev, inputs[i].reg, 0x0808); in set_ac97_input()
359 ret = em28xx_write_ac97(dev, inputs[i].reg, 0x8000); in set_ac97_input()
363 inputs[i].reg); in set_ac97_input()
/drivers/pps/
DKconfig19 inputs so you have to enable the corresponding client support.

123