Home
last modified time | relevance | path

Searched refs:polling_mode (Results 1 – 8 of 8) sorted by relevance

/linux/sound/hda/core/
H A Dcontroller.c326 if (!bus->polling_mode) in snd_hdac_bus_get_response_rirb()
329 if (bus->polling_mode) in snd_hdac_bus_get_response_rirb()
334 if (!bus->polling_mode) in snd_hdac_bus_get_response_rirb()
342 if (!bus->polling_mode) { in snd_hdac_bus_get_response_rirb()
359 if (!bus->polling_mode) in snd_hdac_bus_get_response_rirb()
/linux/include/linux/power/
H A Dcharger-manager.h166 enum polling_modes polling_mode; member
/linux/drivers/virt/acrn/
H A Dioreq.c42 bool polling_mode; in ioreq_complete_request() local
45 polling_mode = acrn_req->completion_polling; in ioreq_complete_request()
63 if (!polling_mode) { in ioreq_complete_request()
/linux/drivers/net/phy/
H A Dmotorcomm.c386 u8 polling_mode;
1058 * yt8521_probe() - read chip config then set suitable polling_mode in yt8521_probe()
1087 priv->polling_mode = YT8521_MODE_FIBER; in yt8521_probe()
1094 priv->polling_mode = YT8521_MODE_POLL; in yt8521_probe()
1100 priv->polling_mode = YT8521_MODE_UTP; in yt8521_probe()
1479 if (priv->polling_mode == YT8521_MODE_POLL && in yt8521_read_status()
1511 if (priv->polling_mode == YT8521_MODE_POLL) { in yt8521_read_status()
378 u8 polling_mode; global() member
/linux/sound/hda/controllers/
H A Dcix-ipbloq.c216 chip->bus.core.polling_mode = 1; in cix_ipbloq_hda_create()
H A Dintel.c1916 bus->polling_mode = 1; in azx_first_init()
1919 bus->polling_mode = 1; in azx_first_init()
1927 bus->polling_mode = 1; in azx_first_init()
/linux/sound/hda/common/
H A Dcontroller.c778 if (!bus->polling_mode) { in azx_rirb_get_response()
782 bus->polling_mode = 1; in azx_rirb_get_response()
/linux/include/sound/
H A Dhdaudio.h350 bool polling_mode:1; member