Home
last modified time | relevance | path

Searched refs:host_req_flag (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/usb/common/
H A Dusb-otg-fsm.c139 *fsm->host_req_flag = 0; in otg_hnp_polling_work()
147 fsm->host_req_flag, in otg_hnp_polling_work()
155 flag = *fsm->host_req_flag; in otg_hnp_polling_work()
190 * The memory of host_req_flag should be allocated by in otg_start_hnp_polling()
193 if (!fsm->host_req_flag) in otg_start_hnp_polling()
/linux/include/linux/usb/
H A Dotg-fsm.h184 u8 *host_req_flag; member
/linux/drivers/usb/chipidea/
H A Dotg_fsm.c813 ci->fsm.host_req_flag = devm_kzalloc(ci->dev, 1, GFP_KERNEL); in ci_hdrc_otg_fsm_init()
814 if (!ci->fsm.host_req_flag) in ci_hdrc_otg_fsm_init()