Home
last modified time | relevance | path

Searched refs:to_delayed_work (Results 1 – 25 of 221) sorted by relevance

123456789

/linux-6.3-rc2/drivers/net/can/spi/mcp251xfd/
A Dmcp251xfd-timestamp.c32 struct delayed_work *delayed_work = to_delayed_work(work); in mcp251xfd_timestamp_work()
/linux-6.3-rc2/drivers/net/wireless/marvell/mwifiex/
A D11h.c114 struct delayed_work *delayed_work = to_delayed_work(work); in mwifiex_dfs_cac_work_queue()
272 struct delayed_work *delayed_work = to_delayed_work(work); in mwifiex_dfs_chan_sw_work_queue()
/linux-6.3-rc2/drivers/extcon/
A Dextcon-gpio.c49 container_of(to_delayed_work(work), struct gpio_extcon_data, in gpio_extcon_work()
A Dextcon-qcom-spmi-misc.c42 struct qcom_usb_extcon_info *info = container_of(to_delayed_work(work), in qcom_usb_extcon_detect_cable()
A Dextcon-adc-jack.c57 struct adc_jack_data *data = container_of(to_delayed_work(work), in adc_jack_handler()
A Dextcon-usb-gpio.c63 struct usb_extcon_info *info = container_of(to_delayed_work(work), in usb_extcon_detect_cable()
/linux-6.3-rc2/drivers/watchdog/
A Dretu_wdt.c50 struct retu_wdt_dev *wdev = container_of(to_delayed_work(work), in retu_wdt_ping_work()
/linux-6.3-rc2/drivers/net/wireless/ti/wl1251/
A Dps.c21 dwork = to_delayed_work(work); in wl1251_elp_work()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx4/
A Dsense.c93 struct delayed_work *delay = to_delayed_work(work); in mlx4_sense_port()
/linux-6.3-rc2/drivers/gpu/drm/
A Ddrm_self_refresh_helper.c70 to_delayed_work(work), in drm_self_refresh_helper_entry_work()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/
A Dhv_vhca_stats.c66 dwork = to_delayed_work(work); in mlx5e_hv_vhca_stats_work()
/linux-6.3-rc2/drivers/scsi/
A Dscsi_transport_srp.c380 struct srp_rport *rport = container_of(to_delayed_work(work), in srp_reconnect_work()
426 struct srp_rport *rport = container_of(to_delayed_work(work), in rport_fast_io_fail_timedout()
445 struct srp_rport *rport = container_of(to_delayed_work(work), in rport_dev_loss_timedout()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/amdgpu_dm/
A Damdgpu_dm_hdcp.c284 hdcp_work = container_of(to_delayed_work(work), struct hdcp_workqueue, in event_callback()
379 container_of(to_delayed_work(work), struct hdcp_workqueue, property_validate_dwork); in event_property_validate()
431 hdcp_work = container_of(to_delayed_work(work), in event_watchdog_timer()
/linux-6.3-rc2/drivers/firmware/arm_scmi/
A Dscmi_power_control.c184 dwork = to_delayed_work(work); in scmi_forceful_work_func()
/linux-6.3-rc2/drivers/staging/greybus/
A Dvibrator.c69 struct delayed_work *delayed_work = to_delayed_work(work); in gb_vibrator_worker()
/linux-6.3-rc2/drivers/net/dsa/mv88e6xxx/
A Dptp.c155 struct delayed_work *dw = to_delayed_work(ugly); in mv88e6352_tai_event_work()
467 struct delayed_work *dw = to_delayed_work(work); in mv88e6xxx_ptp_overflow_check()
/linux-6.3-rc2/drivers/net/wireless/silabs/wfx/
A Dsta.c43 struct wfx_dev *wdev = container_of(to_delayed_work(work), struct wfx_dev, in wfx_cooling_timeout_work()
269 struct wfx_vif *wvif = container_of(to_delayed_work(work), struct wfx_vif, in wfx_beacon_loss_work()
275 schedule_delayed_work(to_delayed_work(work), msecs_to_jiffies(bss_conf->beacon_int)); in wfx_beacon_loss_work()
/linux-6.3-rc2/drivers/input/touchscreen/
A Dpcap_ts.c86 struct delayed_work *dw = to_delayed_work(work); in pcap_ts_work()
/linux-6.3-rc2/drivers/edac/
A Dedac_pci.c165 struct delayed_work *d_work = to_delayed_work(work_req); in edac_pci_workq_function()
/linux-6.3-rc2/include/linux/mfd/
A Dsi476x-core.h150 #define SI476X_WORK_TO_CORE(w) container_of(to_delayed_work(w), \
/linux-6.3-rc2/drivers/usb/typec/
A Dhd3ss3220.c131 struct delayed_work *delayed_work = to_delayed_work(work); in output_poll_execute()
/linux-6.3-rc2/mm/
A Dpage_reporting.c309 struct delayed_work *d_work = to_delayed_work(work); in page_reporting_process()
/linux-6.3-rc2/drivers/infiniband/hw/mlx4/
A Dcm.c179 struct delayed_work *delay = to_delayed_work(work); in id_map_ent_timeout()
348 struct delayed_work *delay = to_delayed_work(work); in rej_tmout_timeout()
/linux-6.3-rc2/net/bridge/
A Dbr_cfm.c274 del_work = to_delayed_work(work); in ccm_tx_work_expired()
301 del_work = to_delayed_work(work); in ccm_rx_work_expired()
/linux-6.3-rc2/drivers/platform/chrome/
A Dcros_usbpd_logger.c170 struct logger_data *logger = container_of(to_delayed_work(work), in cros_usbpd_log_check()

Completed in 55 milliseconds

123456789