Home
last modified time | relevance | path

Searched refs:boot_work (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/linux/mfd/
H A Dcs42l43.h87 struct work_struct boot_work; member
/openbmc/linux/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()
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()
/openbmc/linux/sound/soc/codecs/
H A Dwm_adsp.h39 struct work_struct boot_work; member
H A Dwm_adsp.c993 flush_work(&dsp->boot_work); in wm_adsp2_preloader_put()
1045 boot_work); in wm_adsp_boot_work()
1059 queue_work(system_unbound_wq, &dsp->boot_work); in wm_adsp_early_event()
1112 flush_work(&dsp->boot_work); in wm_adsp_event()
1155 INIT_WORK(&dsp->boot_work, wm_adsp_boot_work); in wm_adsp2_init()
1172 INIT_WORK(&dsp->boot_work, wm_adsp_boot_work); in wm_halo_init()
/openbmc/linux/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()