Home
last modified time | relevance | path

Searched refs:hw_configured_flag (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/cdns3/
H A Dgadget.c304 priv_dev->hw_configured_flag = 0; in cdns3_hw_reset_eps_config()
1420 if (priv_dev->hw_configured_flag) in cdns3_set_hw_configuration()
1428 priv_dev->hw_configured_flag = 1; in cdns3_set_hw_configuration()
2166 if (!priv_dev->hw_configured_flag) { in cdns3_ep_config()
2616 if (priv_dev->hw_configured_flag && in __cdns3_gadget_ep_queue()
2621 if (priv_dev->hw_configured_flag && priv_ep->prime_flag) in __cdns3_gadget_ep_queue()
H A Dgadget.h1279 * @hw_configured_flag: hardware endpoint configuration was set.
1324 unsigned hw_configured_flag:1; member
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H A Dcdns3-gadget.c290 priv_dev->hw_configured_flag = 0; in cdns3_hw_reset_eps_config()
1425 if (priv_dev->hw_configured_flag) in cdns3_set_hw_configuration()
1433 priv_dev->hw_configured_flag = 1; in cdns3_set_hw_configuration()
2171 if (!priv_dev->hw_configured_flag) { in cdns3_ep_config()
2623 if (priv_dev->hw_configured_flag && in __cdns3_gadget_ep_queue()
2628 if (priv_dev->hw_configured_flag && priv_ep->prime_flag) in __cdns3_gadget_ep_queue()
H A Dcdns3-gadget.h1281 * @hw_configured_flag: hardware endpoint configuration was set.
1327 unsigned hw_configured_flag:1; member

Completed in 20 milliseconds