Home
last modified time | relevance | path

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

/linux/drivers/firewire/
H A Dcore-device.c1141 reused->workfn = fw_device_update; in fw_device_init()
1198 device->workfn = fw_device_shutdown; in fw_device_init()
1316 device->workfn = fw_device_shutdown; in fw_device_refresh()
1326 device->workfn(work); in fw_device_workfn()
1378 device->workfn = fw_device_init; in fw_node_event()
1395 device->workfn = fw_device_refresh; in fw_node_event()
1410 device->workfn = fw_device_update; in fw_node_event()
1435 device->workfn = fw_device_shutdown; in fw_node_event()
H A 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/net/ceph/
H A Dosd_client.c2946 work_func_t workfn) in lwork_alloc() argument
2954 INIT_WORK(&lwork->work, workfn); in lwork_alloc()