Searched refs:__work (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/drivers/ntb/hw/intel/ |
| H A D | ntb_hw_intel.h | 191 #define hb_ndev(__work) container_of(__work, struct intel_ntb_dev, \ argument
|
| /linux-6.15/drivers/ntb/hw/amd/ |
| H A D | ntb_hw_amd.h | 217 #define hb_ndev(__work) container_of(__work, struct amd_ntb_dev, hb_timer.work) argument
|
| /linux-6.15/include/linux/ |
| H A D | irqflags.h | 126 # define lockdep_irq_work_enter(__work) do { } while (0) argument 127 # define lockdep_irq_work_exit(__work) do { } while (0) argument
|
| /linux-6.15/drivers/platform/chrome/ |
| H A D | cros_ec_debugfs.c | 66 static void cros_ec_console_log_work(struct work_struct *__work) in cros_ec_console_log_work() argument 69 container_of(to_delayed_work(__work), in cros_ec_console_log_work()
|
| /linux-6.15/drivers/ntb/test/ |
| H A D | ntb_perf.c | 165 #define to_peer_service(__work) \ argument 166 container_of(__work, struct perf_peer, service) 184 #define to_thread_work(__work) \ argument 185 container_of(__work, struct perf_thread, work)
|
| /linux-6.15/drivers/gpu/drm/radeon/ |
| H A D | radeon_display.c | 264 static void radeon_unpin_work_func(struct work_struct *__work) in radeon_unpin_work_func() argument 267 container_of(__work, struct radeon_flip_work, unpin_work); in radeon_unpin_work_func() 406 static void radeon_flip_work_func(struct work_struct *__work) in radeon_flip_work_func() argument 409 container_of(__work, struct radeon_flip_work, flip_work); in radeon_flip_work_func()
|
| /linux-6.15/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_display.c | 119 static void amdgpu_display_flip_work_func(struct work_struct *__work) in amdgpu_display_flip_work_func() argument 122 container_of(__work, struct delayed_work, work); in amdgpu_display_flip_work_func() 172 static void amdgpu_display_unpin_work_func(struct work_struct *__work) in amdgpu_display_unpin_work_func() argument 175 container_of(__work, struct amdgpu_flip_work, unpin_work); in amdgpu_display_unpin_work_func()
|
| H A D | amdgpu_device.c | 4049 static void amdgpu_device_xgmi_reset_func(struct work_struct *__work) in amdgpu_device_xgmi_reset_func() argument 4052 container_of(__work, struct amdgpu_device, xgmi_reset_work); in amdgpu_device_xgmi_reset_func()
|
| /linux-6.15/drivers/gpu/drm/i915/display/ |
| H A D | intel_pps.c | 883 static void edp_panel_vdd_work(struct work_struct *__work) in edp_panel_vdd_work() argument 885 struct intel_pps *pps = container_of(to_delayed_work(__work), in edp_panel_vdd_work()
|
| /linux-6.15/drivers/hwmon/ |
| H A D | lm90.c | 1236 static void lm90_alert_work(struct work_struct *__work) in lm90_alert_work() argument 1238 struct delayed_work *delayed_work = container_of(__work, struct delayed_work, work); in lm90_alert_work()
|