Home
last modified time | relevance | path

Searched refs:inputmode (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/hid/
H A Dwacom_wac.h295 __s16 inputmode; /* InputMode HID feature, -1 if non-existent */ member
H A Dwacom_sys.c344 hid_data->inputmode = field->report->id; in wacom_feature_mapping()
556 if (hid_data->inputmode < 0) in wacom_hid_set_device_mode()
560 r = re->report_id_hash[hid_data->inputmode]; in wacom_hid_set_device_mode()
2764 wacom_wac->hid_data.inputmode = -1; in wacom_probe()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/
H A Dcapture.c5606 xfer_mode = 0, yc_swap = 0, inputmode = 0, in rkcif_stream_start() local
5707 inputmode = rkcif_determine_input_mode(stream); in rkcif_stream_start()
5709 inputmode = rkcif_determine_input_mode_rk3588(stream); in rkcif_stream_start()
5711 if (inputmode == INPUT_MODE_BT1120) { in rkcif_stream_start()
5727 if (inputmode == INPUT_MODE_BT1120) { in rkcif_stream_start()
5732 if ((inputmode & INPUT_BT1120_YUV422) == INPUT_BT1120_YUV422) in rkcif_stream_start()
5739 inputmode = INPUT_MODE_MIPI; in rkcif_stream_start()
5757 val = vsync_pol | href_pol | inputmode | mipimode in rkcif_stream_start()
5769 val = vsync_pol | href_pol | inputmode in rkcif_stream_start()
5872 if ((inputmode & INPUT_MODE_BT1120) == INPUT_MODE_BT1120) { in rkcif_stream_start()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/vehicle/
H A Dvehicle_cif.c1544 inputmode = 0, mipimode = 0, in cif_stream_setup() local
1561 inputmode = cfg->input_format<<2; //INPUT_MODE_YUV or INPUT_MODE_BT656_YUV422 in cif_stream_setup()
1570 val = cfg->vsync | (cfg->href<<1) | inputmode | mipimode in cif_stream_setup()
1578 val = cfg->vsync | (cfg->href<<1) | inputmode in cif_stream_setup()