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

123

/drivers/media/platform/vsp1/
H A Dvsp1_bru.h36 } inputs[4]; member in struct:vsp1_bru
H A Dvsp1_entity.h41 * @inputs: Target node value for each input
45 * holds output routing configuration for the entity, and the @inputs array
52 unsigned int inputs[4]; member in struct:vsp1_route
H A Dvsp1_video.h78 struct vsp1_rwpf *inputs[VSP1_MAX_RPF]; member in struct:vsp1_pipeline
H A Dvsp1_bru.c122 * disabled BRU inputs are used in ROP NOP mode to ignore the
125 if (bru->inputs[i].rpf) {
128 premultiplied = bru->inputs[i].rpf->video.format.flags
141 /* Route BRU inputs 0 to 3 as SRC inputs to Blend/ROP units A to
238 return &bru->inputs[pad].compose;
/drivers/staging/media/davinci_vpfe/
H A Dvpfe.h53 /* Number of inputs supported */
55 /* inputs available at the sub device */
56 struct v4l2_input *inputs; member in struct:vpfe_ext_subdev_info
H A Dvpfe_video.h63 struct vpfe_video_device *inputs[10]; member in struct:vpfe_pipeline
H A Dvpfe_video.c145 pipe->inputs[pipe->input_num++] = video;
158 pipe->inputs[pipe->input_num++] = far_end;
198 if (!pipe->inputs[i]->started ||
199 pipe->inputs[i]->state != VPFE_VIDEO_BUFFER_QUEUED)
292 entity = &pipe->inputs[0]->video_dev.entity;
332 entity = &pipe->inputs[0]->video_dev.entity;
378 if (pipe->inputs[i]->started)
763 * vpfe_enum_input() - enum inputs supported on media chain
783 memcpy(inp, &sdinfo->inputs[inp->index],
875 inps = &sdinfo->inputs[
[all...]
/drivers/media/pci/saa7134/
H A 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/
H A Dphy-msm-usb.c1140 set_bit(ID, &motg->inputs);
1142 clear_bit(ID, &motg->inputs);
1145 set_bit(B_SESS_VLD, &motg->inputs);
1147 clear_bit(B_SESS_VLD, &motg->inputs);
1149 set_bit(ID, &motg->inputs);
1150 clear_bit(B_SESS_VLD, &motg->inputs);
1154 clear_bit(ID, &motg->inputs);
1157 set_bit(ID, &motg->inputs);
1159 set_bit(B_SESS_VLD, &motg->inputs);
1161 clear_bit(B_SESS_VLD, &motg->inputs);
[all...]
/drivers/hid/
H A Dhid-holtek-kbd.c131 struct hid_input *boot_hid_input = list_first_entry(&boot_hid->inputs,
149 list_for_each_entry(hidinput, &hdev->inputs, list) {
H A Dhid-lg2ff.c65 struct hid_input *hidinput = list_entry(hid->inputs.next,
H A Dhid-lg3ff.c132 struct hid_input *hidinput = list_entry(hid->inputs.next, struct hid_input, list);
H A Dhid-zpff.c69 struct hid_input *hidinput = list_entry(hid->inputs.next,
H A Dhid-elo.c78 if (!(hdev->claimed & HID_CLAIMED_INPUT) || list_empty(&hdev->inputs))
81 hidinput = list_first_entry(&hdev->inputs, struct hid_input, list);
H A Dhid-axff.c78 struct hid_input *hidinput = list_first_entry(&hid->inputs, struct hid_input, list);
H A Dhid-emsff.c62 struct hid_input *hidinput = list_first_entry(&hid->inputs,
H A Dhid-gaff.c80 struct hid_input *hidinput = list_entry(hid->inputs.next,
H A Dhid-holtekff.c143 struct hid_input *hidinput = list_entry(hid->inputs.next,
H A Dhid-lgff.c130 struct hid_input *hidinput = list_entry(hid->inputs.next, struct hid_input, list);
H A Dhid-pl.c113 list_for_each_entry(hidinput, &hid->inputs, list) {
H A Dhid-sjoy.c79 list_for_each_entry(hidinput, &hid->inputs, list) {
/drivers/pps/
H A DKconfig19 inputs so you have to enable the corresponding client support.
/drivers/media/usb/go7007/
H A Dgo7007-usb.c98 .inputs = {
135 .inputs = {
174 .inputs = {
238 .inputs = {
296 .inputs = {
328 .inputs = {
359 .inputs = {
384 .inputs = {
416 .inputs = {
447 .inputs
[all...]
/drivers/media/platform/davinci/
H A Dvpif_capture.c631 * we report all the inputs to application. inputs table also
645 subdev_name = chan_cfg->inputs[input_index].subdev_name;
698 input = chan_cfg->inputs[index].input_route;
699 output = chan_cfg->inputs[index].output_route;
713 ch->video_dev->tvnorms = chan_cfg->inputs[index].input.std;
762 if (config->chan_config[ch->channel_id].inputs == NULL)
766 input = chan_cfg->inputs[ch->input_idx].input;
792 if (config->chan_config[ch->channel_id].inputs == NULL)
796 input = chan_cfg->inputs[c
[all...]
/drivers/media/pci/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,
1021 if (default_input > zr->card.inputs
[all...]

Completed in 642 milliseconds

123