Home
last modified time | relevance | path

Searched refs:workfn (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/drivers/firewire/
Dcore-device.c907 old->workfn = fw_device_update; in lookup_existing_device()
1066 device->workfn = fw_device_shutdown; in fw_device_init()
1187 device->workfn = fw_device_shutdown; in fw_device_refresh()
1198 device->workfn(work); in fw_device_workfn()
1250 device->workfn = fw_device_init; in fw_node_event()
1267 device->workfn = fw_device_refresh; in fw_node_event()
1282 device->workfn = fw_device_update; in fw_node_event()
1307 device->workfn = fw_device_shutdown; in fw_node_event()
Dsbp2.c137 work_func_t workfn; member
850 lu->workfn = sbp2_reconnect; in sbp2_login()
904 lu->workfn = sbp2_login; in sbp2_login()
938 lu->workfn = sbp2_login; in sbp2_reconnect()
962 lu->workfn(work); in sbp2_lu_workfn()
991 lu->workfn = sbp2_login; in sbp2_add_logical_unit()
/Linux-v6.6/include/linux/
Dfirewire.h206 work_func_t workfn; member
/Linux-v6.6/net/ceph/
Dosd_client.c2963 work_func_t workfn) in lwork_alloc() argument
2971 INIT_WORK(&lwork->work, workfn); in lwork_alloc()