Home
last modified time | relevance | path

Searched refs:polling_mode (Results 1 – 9 of 9) 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/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/include/linux/power/
H A Dcharger-manager.h166 enum polling_modes polling_mode; member
/linux/drivers/net/phy/
H A Dmotorcomm.c378 u8 polling_mode; member
1077 priv->polling_mode = YT8521_MODE_FIBER; in yt8521_probe()
1084 priv->polling_mode = YT8521_MODE_POLL; in yt8521_probe()
1090 priv->polling_mode = YT8521_MODE_UTP; in yt8521_probe()
1469 if (priv->polling_mode == YT8521_MODE_POLL && in yt8521_read_status()
1501 if (priv->polling_mode == YT8521_MODE_POLL) { in yt8521_read_status()
/linux/drivers/crypto/
H A Domap-sham.c223 u8 polling_mode; member
1042 if ((ctx->total <= get_block_size(ctx)) || dd->polling_mode) in omap_sham_final_req()
1210 if (dd->polling_mode) in omap_sham_update()
2096 dd->polling_mode = 1; in omap_sham_probe()
2175 if (!dd->polling_mode) in omap_sham_probe()
2203 if (!dd->polling_mode) in omap_sham_remove()
/linux/sound/hda/controllers/
H A Dcix-ipbloq.c216 chip->bus.core.polling_mode = 1; in cix_ipbloq_hda_create()
H A Dintel.c1873 bus->polling_mode = 1; in azx_first_init()
1876 bus->polling_mode = 1; in azx_first_init()
1884 bus->polling_mode = 1; in azx_first_init()
/linux/sound/hda/common/
H A Dcontroller.c776 if (!bus->polling_mode) { in azx_rirb_get_response()
780 bus->polling_mode = 1; in azx_rirb_get_response()
/linux/include/sound/
H A Dhdaudio.h350 bool polling_mode:1; member