Home
last modified time | relevance | path

Searched refs:boot_work (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-6.6/include/linux/mfd/
H A Dcs42l43.h87 struct work_struct boot_work; member
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dwm_adsp.h39 struct work_struct boot_work; member
H A Dwm_adsp.c992 flush_work(&dsp->boot_work); in wm_adsp2_preloader_put()
1044 boot_work); in wm_adsp_boot_work()
1058 queue_work(system_unbound_wq, &dsp->boot_work); in wm_adsp_early_event()
1111 flush_work(&dsp->boot_work); in wm_adsp_event()
1154 INIT_WORK(&dsp->boot_work, wm_adsp_boot_work); in wm_adsp2_init()
1171 INIT_WORK(&dsp->boot_work, wm_adsp_boot_work); in wm_halo_init()
/kernel/linux/linux-6.6/drivers/mfd/
H A Dcs42l43.c873 struct cs42l43 *cs42l43 = container_of(work, struct cs42l43, boot_work); in cs42l43_boot_work()
1020 INIT_WORK(&cs42l43->boot_work, cs42l43_boot_work); in cs42l43_dev_probe()
1064 queue_work(system_long_wq, &cs42l43->boot_work); in cs42l43_dev_probe()
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dwm_adsp.h94 struct work_struct boot_work; member
H A Dwm_adsp.c3028 boot_work); in wm_adsp_boot_work()
3166 flush_work(&dsp->boot_work); in wm_adsp2_preloader_put()
3194 queue_work(system_unbound_wq, &dsp->boot_work); in wm_adsp_early_event()
3249 flush_work(&dsp->boot_work); in wm_adsp_event()
3412 INIT_WORK(&dsp->boot_work, wm_adsp_boot_work); in wm_adsp2_init()
3428 INIT_WORK(&dsp->boot_work, wm_adsp_boot_work); in wm_halo_init()
/kernel/linux/linux-5.10/drivers/scsi/be2iscsi/
H A Dbe_mgmt.c821 int boot_work, status; in beiscsi_boot_process_compl() local
837 boot_work = 1; in beiscsi_boot_process_compl()
872 boot_work = 0; in beiscsi_boot_process_compl()
898 boot_work = 0; in beiscsi_boot_process_compl()
903 if (!boot_work) { in beiscsi_boot_process_compl()
904 /* wait for next event to start boot_work */ in beiscsi_boot_process_compl()
908 schedule_work(&phba->boot_work); in beiscsi_boot_process_compl()
H A Dbe_main.h392 struct work_struct boot_work; member
H A Dbe_main.c4927 schedule_work(&phba->boot_work); in beiscsi_start_boot_work()
5151 container_of(work, struct beiscsi_hba, boot_work); in beiscsi_boot_work()
5188 schedule_work(&phba->boot_work); in beiscsi_boot_work()
5416 cancel_work_sync(&phba->boot_work); in beiscsi_disable_port()
5697 INIT_WORK(&phba->boot_work, beiscsi_boot_work); in beiscsi_dev_probe()
5776 /* after cancelling boot_work */ in beiscsi_remove()
/kernel/linux/linux-6.6/drivers/scsi/be2iscsi/
H A Dbe_mgmt.c827 int boot_work, status; in beiscsi_boot_process_compl() local
843 boot_work = 1; in beiscsi_boot_process_compl()
878 boot_work = 0; in beiscsi_boot_process_compl()
904 boot_work = 0; in beiscsi_boot_process_compl()
909 if (!boot_work) { in beiscsi_boot_process_compl()
910 /* wait for next event to start boot_work */ in beiscsi_boot_process_compl()
914 schedule_work(&phba->boot_work); in beiscsi_boot_process_compl()
H A Dbe_main.h391 struct work_struct boot_work; member
H A Dbe_main.c4918 schedule_work(&phba->boot_work); in beiscsi_start_boot_work()
5142 container_of(work, struct beiscsi_hba, boot_work); in beiscsi_boot_work()
5179 schedule_work(&phba->boot_work); in beiscsi_boot_work()
5407 cancel_work_sync(&phba->boot_work); in beiscsi_disable_port()
5681 INIT_WORK(&phba->boot_work, beiscsi_boot_work); in beiscsi_dev_probe()
5759 /* after cancelling boot_work */ in beiscsi_remove()

Completed in 32 milliseconds