Home
last modified time | relevance | path

Searched refs:work (Results 126 – 150 of 5484) sorted by relevance

12345678910>>...220

/openbmc/linux/Documentation/translations/zh_CN/scheduler/
H A Dsched-capacity.rst74 CPU0 work ^
79 CPU1 work ^
103 CPU0 work ^
109 CPU1 work ^
143 CPU work ^
152 CPU work ^
179 CPU0 work ^
184 CPU1 work ^
340 CPU work ^
347 CPU work ^
/openbmc/linux/drivers/leds/
H A Dleds-cr0014114.c53 struct delayed_work work; member
144 static void cr0014114_recount_work(struct work_struct *work) in cr0014114_recount_work() argument
147 struct cr0014114 *priv = container_of(work, in cr0014114_recount_work()
149 work.work); in cr0014114_recount_work()
159 schedule_delayed_work(&priv->work, CR_RECOUNT_DELAY); in cr0014114_recount_work()
236 INIT_DELAYED_WORK(&priv->work, cr0014114_recount_work); in cr0014114_probe()
262 schedule_delayed_work(&priv->work, CR_RECOUNT_DELAY); in cr0014114_probe()
273 cancel_delayed_work_sync(&priv->work); in cr0014114_remove()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perl/libdev-checklib-perl/
H A D0001-CheckLib.pm-don-t-execute-the-binary.patch12 …$ /yocto/builds/upgrade1/tmp/work/core2-64-poky-linux/libdbd-mysql-perl/4.050-r0/recipe-sysroot-na…
14 …-Werror=format-security --sysroot=/yocto/builds/upgrade1/tmp/work/core2-64-poky-linux/libdbd-mysql…
15 …-O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/yocto/builds/upgrade1/tmp/work/cor…
16 …-fdebug-prefix-map=/yocto/builds/upgrade1/tmp/work/core2-64-poky-linux/perl/5.28.1-r1=/usr/src/deb…
17work/core2-64-poky-linux/libdbd-mysql-perl/4.050-r0/recipe-sysroot= -fdebug-prefix-map=/yocto/buil…
22 …$ /yocto/builds/upgrade1/tmp/work/core2-64-poky-linux/libdbd-mysql-perl/4.050-r0/git/assertlibCOw_…
/openbmc/linux/drivers/input/misc/
H A Dpwm-beeper.c22 struct work_struct work; member
69 static void pwm_beeper_work(struct work_struct *work) in pwm_beeper_work() argument
71 struct pwm_beeper *beeper = container_of(work, struct pwm_beeper, work); in pwm_beeper_work()
104 schedule_work(&beeper->work); in pwm_beeper_event()
111 cancel_work_sync(&beeper->work); in pwm_beeper_stop()
153 INIT_WORK(&beeper->work, pwm_beeper_work); in pwm_beeper_probe()
224 schedule_work(&beeper->work); in pwm_beeper_resume()
H A Darizona-haptics.c25 struct work_struct work; member
31 static void arizona_haptics_work(struct work_struct *work) in arizona_haptics_work() argument
33 struct arizona_haptics *haptics = container_of(work, in arizona_haptics_work()
35 work); in arizona_haptics_work()
134 schedule_work(&haptics->work); in arizona_haptics_play()
144 cancel_work_sync(&haptics->work); in arizona_haptics_close()
172 INIT_WORK(&haptics->work, arizona_haptics_work); in arizona_haptics_probe()
H A Dpm8xxx-vibrator.c60 struct work_struct work; member
102 static void pm8xxx_work_handler(struct work_struct *work) in pm8xxx_work_handler() argument
104 struct pm8xxx_vib *vib = container_of(work, struct pm8xxx_vib, work); in pm8xxx_work_handler()
140 cancel_work_sync(&vib->work); in pm8xxx_vib_close()
162 schedule_work(&vib->work); in pm8xxx_vib_play_effect()
187 INIT_WORK(&vib->work, pm8xxx_work_handler); in pm8xxx_vib_probe()
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DW3C-201505131 This work is being provided by the copyright holders under the following license.
4 By obtaining and/or copying this work, you (the licensee) agree that you have read, understood, and…
6work, with or without modification, for any purpose and without fee or royalty is hereby granted, …
8 …e full text of this NOTICE in a location viewable to users of the redistributed or derivative work.
17 …sing or publicity pertaining to the work without specific, written prior permission. Title to copy…
/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dcoex.h153 void rtw89_btc_ntfy_eapol_packet_work(struct work_struct *work);
154 void rtw89_btc_ntfy_arp_packet_work(struct work_struct *work);
155 void rtw89_btc_ntfy_dhcp_packet_work(struct work_struct *work);
156 void rtw89_btc_ntfy_icmp_packet_work(struct work_struct *work);
167 void rtw89_coex_act1_work(struct work_struct *work);
168 void rtw89_coex_bt_devinfo_work(struct work_struct *work);
169 void rtw89_coex_rfk_chk_work(struct work_struct *work);
/openbmc/linux/drivers/iio/trigger/
H A Diio-trig-sysfs.c18 struct irq_work work; member
92 static void iio_sysfs_trigger_work(struct irq_work *work) in iio_sysfs_trigger_work() argument
94 struct iio_sysfs_trig *trig = container_of(work, struct iio_sysfs_trig, in iio_sysfs_trigger_work()
95 work); in iio_sysfs_trigger_work()
106 irq_work_queue(&sysfs_trig->work); in iio_sysfs_trigger_poll()
158 t->work = IRQ_WORK_INIT_HARD(iio_sysfs_trigger_work); in iio_sysfs_trigger_probe()
193 irq_work_sync(&t->work); in iio_sysfs_trigger_remove()
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_display.c279 kfree(work); in radeon_unpin_work_func()
389 if (work->event) in radeon_crtc_handle_flip()
420 if (work->fence) { in radeon_flip_work_func()
445 work->fence = NULL; in radeon_flip_work_func()
471 radeon_page_flip(rdev, radeon_crtc->crtc_id, work->base, work->async); in radeon_flip_work_func()
496 work = kzalloc(sizeof *work, GFP_KERNEL); in radeon_crtc_page_flip_target()
497 if (work == NULL) in radeon_crtc_page_flip_target()
503 work->rdev = rdev; in radeon_crtc_page_flip_target()
505 work->event = event; in radeon_crtc_page_flip_target()
581 work->base = base; in radeon_crtc_page_flip_target()
[all …]
/openbmc/linux/drivers/net/wireless/st/cw1200/
H A Dscan.c122 queue_work(priv->workqueue, &priv->scan.work); in cw1200_hw_scan()
126 void cw1200_scan_work(struct work_struct *work) in cw1200_scan_work() argument
129 scan.work); in cw1200_scan_work()
145 cw1200_join_timeout(&priv->join_timeout.work); in cw1200_scan_work()
263 queue_work(priv->workqueue, &priv->scan.work); in cw1200_scan_work()
296 cw1200_scan_work(&priv->scan.work); in cw1200_scan_complete()
329 container_of(work, struct cw1200_common, in cw1200_clear_recent_scan_work()
330 clear_recent_scan_work.work); in cw1200_clear_recent_scan_work()
337 container_of(work, struct cw1200_common, scan.timeout.work); in cw1200_scan_timeout()
352 void cw1200_probe_work(struct work_struct *work) in cw1200_probe_work() argument
[all …]
/openbmc/linux/drivers/gpu/drm/msm/
H A Dmsm_gpu_devfreq.c130 static void msm_devfreq_boost_work(struct kthread_work *work);
131 static void msm_devfreq_idle_work(struct kthread_work *work);
202 kthread_cancel_work_sync(&df->idle_work.work); in cancel_idle_work()
208 kthread_cancel_work_sync(&df->boost_work.work); in cancel_boost_work()
256 static void msm_devfreq_boost_work(struct kthread_work *work) in msm_devfreq_boost_work() argument
258 struct msm_gpu_devfreq *df = container_of(work, in msm_devfreq_boost_work()
259 struct msm_gpu_devfreq, boost_work.work); in msm_devfreq_boost_work()
335 static void msm_devfreq_idle_work(struct kthread_work *work) in msm_devfreq_idle_work() argument
337 struct msm_gpu_devfreq *df = container_of(work, in msm_devfreq_idle_work()
338 struct msm_gpu_devfreq, idle_work.work); in msm_devfreq_idle_work()
/openbmc/linux/fs/smb/server/
H A Dvfs.c387 if (work->conn->connection_type) { in ksmbd_vfs_read()
587 ksmbd_fd_put(work, fp); in ksmbd_vfs_fsync()
604 if (ksmbd_override_fsids(work)) in ksmbd_vfs_remove_file()
624 ksmbd_revert_fsids(work); in ksmbd_vfs_remove_file()
643 if (ksmbd_override_fsids(work)) in ksmbd_vfs_link()
679 ksmbd_revert_fsids(work); in ksmbd_vfs_link()
697 if (ksmbd_override_fsids(work)) in ksmbd_vfs_rename()
735 ksmbd_fd_put(work, parent_fp); in ksmbd_vfs_rename()
738 ksmbd_fd_put(work, parent_fp); in ksmbd_vfs_rename()
801 ksmbd_revert_fsids(work); in ksmbd_vfs_rename()
[all …]
/openbmc/linux/drivers/media/platform/amphion/
H A Dvpu_msgs.h10 void vpu_inst_run_work(struct work_struct *work);
11 void vpu_msg_run_work(struct work_struct *work);
12 void vpu_msg_delayed_work(struct work_struct *work);
/openbmc/linux/arch/mips/include/asm/octeon/
H A Dcvmx-helper-util.h126 static inline void cvmx_helper_free_packet_data(struct cvmx_wqe *work) in cvmx_helper_free_packet_data() argument
133 number_buffers = work->word2.s.bufs; in cvmx_helper_free_packet_data()
136 buffer_ptr = work->packet_ptr; in cvmx_helper_free_packet_data()
147 if (cvmx_ptr_to_phys(work) == start_of_buffer) { in cvmx_helper_free_packet_data()
/openbmc/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptpf.h22 struct work_struct work; member
69 void otx2_cptpf_afpf_mbox_handler(struct work_struct *work);
70 void otx2_cptpf_afpf_mbox_up_handler(struct work_struct *work);
72 void otx2_cptpf_vfpf_mbox_handler(struct work_struct *work);
/openbmc/openbmc/meta-openembedded/meta-oe/licenses/
H A DQWTv1.09 constitute a derivative work.
12 Qwt library does not constitute a derivative work
34 [program/widget] is based in part on the work of
150 "work based on the library" and a "work that uses the library". The
175 "Source code" for a work means the preferred form of the work for
202 of it, thus forming a work based on the Library, and copy and
206 a) The modified work must itself be a software library.
282 work, in isolation, is not a derivative work of the Library, and
312 work containing portions of the Library, and distribute that work
325 a) Accompany the work with the complete corresponding
[all …]
H A DFLTK11 derivative work.
20 constitute a derivative work.
23 FLTK library does not constitute a derivative work
44 [program/widget] is based in part on the work of
144 "work based on the library" and a "work that uses the library". The
172 "Source code" for a work means the preferred form of the work for
199 of it, thus forming a work based on the Library, and copy and
203 a) The modified work must itself be a software library.
279 work, in isolation, is not a derivative work of the Library, and
309 work containing portions of the Library, and distribute that work
[all …]
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H A Dtemp.c74 nv_poweroff_work(struct work_struct *work) in nv_poweroff_work() argument
77 kfree(work); in nv_poweroff_work()
120 struct work_struct *work; in nvkm_therm_sensor_event() local
122 work = kmalloc(sizeof(*work), GFP_ATOMIC); in nvkm_therm_sensor_event()
123 if (work) { in nvkm_therm_sensor_event()
124 INIT_WORK(work, nv_poweroff_work); in nvkm_therm_sensor_event()
125 schedule_work(work); in nvkm_therm_sensor_event()
/openbmc/linux/drivers/bluetooth/
H A Dbcm203x.c52 struct work_struct work; member
87 schedule_work(&data->work); in bcm203x_complete()
140 static void bcm203x_work(struct work_struct *work) in bcm203x_work() argument
143 container_of(work, struct bcm203x_data, work); in bcm203x_work()
223 INIT_WORK(&data->work, bcm203x_work); in bcm203x_probe()
228 schedule_work(&data->work); in bcm203x_probe()
240 cancel_work_sync(&data->work); in bcm203x_disconnect()
/openbmc/linux/drivers/power/supply/
H A Dug3105_battery.c73 struct delayed_work work; member
176 static void ug3105_work(struct work_struct *work) in ug3105_work() argument
178 struct ug3105_chip *chip = container_of(work, struct ug3105_chip, in ug3105_work()
179 work.work); in ug3105_work()
279 queue_delayed_work(system_wq, &chip->work, in ug3105_work()
359 mod_delayed_work(system_wq, &chip->work, UG3105_SETTLE_TIME); in ug3105_external_power_changed()
380 queue_delayed_work(system_wq, &chip->work, 0); in ug3105_init()
381 flush_delayed_work(&chip->work); in ug3105_init()
399 ret = devm_delayed_work_autocancel(dev, &chip->work, ug3105_work); in ug3105_probe()
449 cancel_delayed_work_sync(&chip->work); in ug3105_suspend()
/openbmc/linux/kernel/irq/
H A Dirq_sim.c14 struct irq_work work; member
81 irq_work_queue(&irq_ctx->work_ctx->work); in irq_sim_set_irqchip_state()
100 static void irq_sim_handle_irq(struct irq_work *work) in irq_sim_handle_irq() argument
106 work_ctx = container_of(work, struct irq_sim_work_ctx, work); in irq_sim_handle_irq()
184 work_ctx->work = IRQ_WORK_INIT_HARD(irq_sim_handle_irq); in irq_domain_create_sim()
207 irq_work_sync(&work_ctx->work); in irq_domain_remove_sim()
/openbmc/linux/sound/soc/codecs/
H A Dpcm1789.c31 struct work_struct work; member
131 static void pcm1789_work_queue(struct work_struct *work) in pcm1789_work_queue() argument
133 struct pcm1789_private *priv = container_of(work, in pcm1789_work_queue()
135 work); in pcm1789_work_queue()
154 schedule_work(&priv->work); in pcm1789_trigger()
254 INIT_WORK(&pcm1789->work, pcm1789_work_queue); in pcm1789_common_init()
265 flush_work(&priv->work); in pcm1789_common_exit()
/openbmc/linux/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-vpu.c35 if (!vpu->work) { in mdp_vpu_shared_mem_alloc()
36 vpu->work = dma_alloc_wc(dev, vpu->work_size, in mdp_vpu_shared_mem_alloc()
38 if (!vpu->work) in mdp_vpu_shared_mem_alloc()
52 dma_free_wc(dev, vpu->work_size, vpu->work, vpu->work_addr); in mdp_vpu_shared_mem_alloc()
53 vpu->work = NULL; in mdp_vpu_shared_mem_alloc()
73 if (vpu->work && vpu->work_addr) in mdp_vpu_shared_mem_free()
74 dma_free_wc(dev, vpu->work_size, vpu->work, vpu->work_addr); in mdp_vpu_shared_mem_free()
225 vpu->work, &vpu->work_addr, vpu->work_size, in mdp_vpu_dev_init()
273 memset(vpu->work, 0, vpu->work_size); in mdp_vpu_process()
276 param->self_data.va = (unsigned long)vpu->work; in mdp_vpu_process()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dhv_vhca.c70 static void mlx5_hv_vhca_invalidate_work(struct work_struct *work) in mlx5_hv_vhca_invalidate_work() argument
76 hwork = container_of(work, struct mlx5_hv_vhca_work, invalidate_work); in mlx5_hv_vhca_invalidate_work()
99 struct mlx5_hv_vhca_work *work; in mlx5_hv_vhca_invalidate() local
101 work = kzalloc(sizeof(*work), GFP_ATOMIC); in mlx5_hv_vhca_invalidate()
102 if (!work) in mlx5_hv_vhca_invalidate()
105 INIT_WORK(&work->invalidate_work, mlx5_hv_vhca_invalidate_work); in mlx5_hv_vhca_invalidate()
106 work->hv_vhca = hv_vhca; in mlx5_hv_vhca_invalidate()
107 work->block_mask = block_mask; in mlx5_hv_vhca_invalidate()
109 queue_work(hv_vhca->work_queue, &work->invalidate_work); in mlx5_hv_vhca_invalidate()

12345678910>>...220