Lines Matching refs:switch_control
117 u8 switch_control; member
205 data->switch_control = SWITCH_USB_DEVICE; in lc824206xa_charger_detect()
210 data->switch_control = SWITCH_USB_DEVICE; in lc824206xa_charger_detect()
230 data->switch_control = SWITCH_STEREO_MIC; in lc824206xa_charger_detect()
232 data->switch_control = SWITCH_DISCONNECTED; in lc824206xa_charger_detect()
237 data->switch_control = SWITCH_DISCONNECTED; in lc824206xa_charger_detect()
298 data->switch_control = SWITCH_USB_HOST; in lc824206xa_work()
303 data->switch_control = SWITCH_USB_HOST; in lc824206xa_work()
309 data->switch_control == SWITCH_STEREO_MIC && in lc824206xa_work()
320 data->switch_control = SWITCH_DISCONNECTED; in lc824206xa_work()
327 if (data->switch_control != data->previous_switch_control) { in lc824206xa_work()
328 lc824206xa_write_reg(data, REG_SWITCH_CONTROL, data->switch_control); in lc824206xa_work()
329 data->previous_switch_control = data->switch_control; in lc824206xa_work()