Home
last modified time | relevance | path

Searched full:polled (Results 1 – 25 of 211) sorted by relevance

123456789

/linux/Documentation/devicetree/bindings/mtd/
H A Dti,gpmc-nand.yaml44 enum: [prefetch-polled, polled, prefetch-dma, prefetch-irq]
45 default: prefetch-polled
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dsend.c624 s64 *polled, in hws_send_engine_poll_cq() argument
650 hws_send_engine_update(queue, NULL, priv, res, polled, res_nb, 0); in hws_send_engine_poll_cq()
656 hws_send_engine_update(queue, cqe, priv, res, polled, res_nb, wqe_cnt); in hws_send_engine_poll_cq()
662 s64 *polled, in hws_send_engine_poll_list() argument
668 if (*polled < res_nb) { in hws_send_engine_poll_list()
669 res[*polled].status = in hws_send_engine_poll_list()
671 res[*polled].user_data = in hws_send_engine_poll_list()
673 (*polled)++; in hws_send_engine_poll_list()
686 s64 polled = 0; in hws_send_engine_poll() local
688 hws_send_engine_poll_list(queue, res, &polled, res_nb); in hws_send_engine_poll()
[all …]
/linux/arch/arm64/boot/dts/amlogic/
H A Dmeson-gxl-s905d-mecool-kii-pro.dts31 gpio-keys-polled {
32 compatible = "gpio-keys-polled";
H A Dmeson-gxm-wetek-core2.dts46 gpio-keys-polled {
47 compatible = "gpio-keys-polled";
H A Dmeson-gxm-tx9-pro.dts30 gpio-keys-polled {
31 compatible = "gpio-keys-polled";
H A Dmeson-gxl-s905d-vero4k-plus.dts17 gpio-keys-polled {
18 compatible = "gpio-keys-polled";
H A Dmeson-gxm-minix-neo-u9h.dts42 gpio-keys-polled {
43 compatible = "gpio-keys-polled";
/linux/drivers/staging/media/ipu3/
H A Dipu3-css-fw.h113 u32 sw_state; /* Polled from css, enum imgu_abi_sp_swstate */
114 u32 host_sp_queues_initialized; /* Polled from the SP */
135 u32 sw_state; /* Polled from css, enum imgu_abi_bl_swstate */
/linux/lib/
H A Dirq_poll.c44 * __irq_poll_complete - Mark this @iop as un-polled again
59 * irq_poll_complete - Mark this @iop as un-polled again
64 * iopoll handler, it'll end the polled mode by calling this function. The
/linux/drivers/media/test-drivers/vidtv/
H A Dvidtv_channel.h15 * Every stream will have its corresponding encoder polled to produce TS packets
39 * Every stream will have its corresponding encoder polled to produce TS packets
/linux/arch/arm64/boot/dts/broadcom/bcmbca/
H A Dbcm4906-tplink-archer-c2300-v1.dts86 gpio-keys-polled {
87 compatible = "gpio-keys-polled";
H A Dbcm4908-asus-gt-ac5300.dts18 gpio-keys-polled {
19 compatible = "gpio-keys-polled";
/linux/arch/arm64/boot/dts/freescale/
H A Dtqmls10xxa-mbls10xxa.dtsi15 gpio-keys-polled {
16 compatible = "gpio-keys-polled";
/linux/net/smc/
H A Dsmc_wr.c141 int polled = 0; in smc_wr_tx_tasklet_fn() local
144 polled++; in smc_wr_tx_tasklet_fn()
148 if (polled == 1) { in smc_wr_tx_tasklet_fn()
158 if (polled == 1) in smc_wr_tx_tasklet_fn()
483 int polled = 0; in smc_wr_rx_tasklet_fn() local
487 polled++; in smc_wr_rx_tasklet_fn()
491 if (polled == 1) { in smc_wr_rx_tasklet_fn()
500 if (polled == 1) in smc_wr_rx_tasklet_fn()
/linux/Documentation/devicetree/bindings/input/
H A Dgpio-keys.yaml16 - gpio-keys-polled
141 const: gpio-keys-polled
/linux/arch/arm/boot/dts/intel/ixp/
H A Dintel-ixp42x-dlink-dsm-g600.dts67 compatible = "gpio-keys-polled";
71 * need to be polled. Investigate if this is really the case or if
/linux/sound/usb/usx2y/
H A Dus122l.c207 unsigned int *polled; in usb_stream_hwdep_poll()
218 polled = &s->periods_polled; in usb_stream_hwdep_poll()
220 polled = &us122l->second_periods_polled; in usb_stream_hwdep_poll()
221 if (*polled != s->periods_done) { in usb_stream_hwdep_poll()
222 *polled = s->periods_done; in usb_stream_hwdep_poll()
204 unsigned int *polled; usb_stream_hwdep_poll() local
/linux/arch/x86/platform/geode/
H A Dgeode-common.c50 * Creates gpio-keys-polled device for the restart key.
59 .name = "gpio-keys-polled", in geode_create_restart_key()
/linux/drivers/staging/rtl8723bs/include/
H A DHalPwrSeqCmd.h29 /* msk: the mask of the polled value */
30 /* value: the value to be polled, masked by the msd field. */
/linux/drivers/gpu/drm/vboxvideo/
H A Dhgsmi_ch_setup.h10 * polled by the guest without a need to port IO.
/linux/include/linux/soc/ti/
H A Dti-msgmgr.h18 * @chan_rx: Expected channel for response, must be provided to use polled rx
/linux/drivers/gpu/drm/aspeed/
H A Daspeed_gfx_out.c35 priv->connector.polled = 0; in aspeed_gfx_create_output()
/linux/Documentation/devicetree/bindings/hwmon/
H A Dibm,occ-hwmon.yaml26 be polled during driver initialization.
/linux/drivers/scsi/esas2r/
H A Desas2r_disc.c169 * polled discovery would cause a deadlock. in esas2r_disc_check_for_work()
264 * Polled discovery is still pending so continue the active in esas2r_disc_check_complete()
266 * polled discovery and transition to interrupt driven in esas2r_disc_check_complete()
301 * Don't start discovery before or during polled discovery. if we did, in esas2r_disc_queue_event()
330 * We are doing polled discovery, but we no longer want in esas2r_disc_start_port()
331 * to wait for devices. Stop polled discovery and in esas2r_disc_start_port()
/linux/Documentation/driver-api/gpio/
H A Ddrivers-on-gpio.rst20 - gpio-keys-polled: drivers/input/keyboard/gpio_keys_polled.c is used when your
21 GPIO line cannot generate interrupts, so it needs to be periodically polled

123456789