Home
last modified time | relevance | path

Searched refs:detect_status (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/i2c/techpoint/
H A Dtechpoint_dev.c154 u8 detect_status = 0, i; in detect_thread_function() local
161 techpoint->detect_status); in detect_thread_function()
164 techpoint->detect_status[i]); in detect_thread_function()
167 techpoint->detect_status); in detect_thread_function()
170 techpoint->detect_status[i]); in detect_thread_function()
181 detect_status = in detect_thread_function()
185 detect_status = in detect_thread_function()
189 if (techpoint->detect_status[i] != in detect_thread_function()
190 detect_status) { in detect_thread_function()
191 if (!detect_status) in detect_thread_function()
[all …]
H A Dtechpoint_tp9930.c500 int tp9930_get_all_input_status(struct techpoint *techpoint, u8 *detect_status) in tp9930_get_all_input_status() argument
508 detect_status[i] = tp9930_get_channel_input_status(techpoint, i); in tp9930_get_all_input_status()
H A Dtechpoint_tp9930.h44 int tp9930_get_all_input_status(struct techpoint *techpoint, u8 *detect_status);
H A Dtechpoint_tp2855.h36 int tp2855_get_all_input_status(struct techpoint *techpoint, u8 *detect_status);
H A Dtechpoint_tp9950.h49 int tp9950_get_all_input_status(struct i2c_client *client, u8 *detect_status);
H A Dtechpoint_common.h139 u8 detect_status[PAD_MAX]; member
H A Dtechpoint_tp9950.c123 int tp9950_get_all_input_status(struct i2c_client *client, u8 *detect_status) in tp9950_get_all_input_status() argument
130 detect_status[i] = tp9950_get_channel_input_status(client, i); in tp9950_get_all_input_status()
H A Dtechpoint_tp2855.c219 int tp2855_get_all_input_status(struct techpoint *techpoint, u8 *detect_status) in tp2855_get_all_input_status() argument
227 detect_status[i] = tp2855_get_channel_input_status(techpoint, i); in tp2855_get_all_input_status()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/vehicle/
H A Dvehicle_ad_nvp6188.c1096 nvp6188_read_reg(ad, 0xa8, &ad->detect_status); in nvp6188_auto_detect_hotplug()
1098 ad->detect_status = ~ad->detect_status; in nvp6188_auto_detect_hotplug()
1110 if (ad->detect_status != ad->last_detect_status) { in nvp6188_check_state_work()
1111 ad->last_detect_status = ad->detect_status; in nvp6188_check_state_work()
H A Dvehicle_ad.h64 u8 detect_status; member
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dnvp6188.c168 unsigned char detect_status; member
189 return sprintf(buf, "%d\n", nvp6188->detect_status); in show_hotplug_status()
964 nvp6188_read_reg(client, 0xa8, &nvp6188->detect_status); in nvp6188_auto_detect_hotplug()
1228 inf->detect_status = nvp6188->detect_status; in nvp6188_get_vc_hotplug_inf()
1974 (nvp6188->detect_status & (0x01 << ch)) == 0) { in nvp6188_auto_detect_fmt()
2012 nvp6188->last_detect_status = nvp6188->detect_status; in detect_thread_function()
2022 if (nvp6188->last_detect_status != nvp6188->detect_status) { in detect_thread_function()
2024 nvp6188->last_detect_status, nvp6188->detect_status); in detect_thread_function()
2025 nvp6188->last_detect_status = nvp6188->detect_status; in detect_thread_function()
2026 input_event(nvp6188->input_dev, EV_MSC, MSC_RAW, nvp6188->detect_status); in detect_thread_function()
H A Dtp2855.c564 u8 detect_status = 0, reg26_val = 0; in detect_thread_function() local
570 tp2855_read_reg(client, 0x01, &detect_status); in detect_thread_function()
572 lost_video = (detect_status & 0x80) ? true : false; in detect_thread_function()
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dcs42l42.c1206 unsigned int detect_status; in cs42l42_handle_button_press() local
1240 &detect_status); in cs42l42_handle_button_press()
1241 } while ((detect_status & CS42L42_HS_TRUE_MASK) && in cs42l42_handle_button_press()
1271 &detect_status); in cs42l42_handle_button_press()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drk-camera-module.h608 __u8 detect_status; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/
H A Drk-camera-module.h596 __u8 detect_status; member