Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firewire/
H A Dcore-device.c903 old->workfn = fw_device_update; in lookup_existing_device()
1062 device->workfn = fw_device_shutdown; in fw_device_init()
1183 device->workfn = fw_device_shutdown; in fw_device_refresh()
1194 device->workfn(work); in fw_device_workfn()
1246 device->workfn = fw_device_init; in fw_node_event()
1263 device->workfn = fw_device_refresh; in fw_node_event()
1278 device->workfn = fw_device_update; in fw_node_event()
1303 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()
/openbmc/linux/include/linux/
H A Dfirewire.h206 work_func_t workfn; member
/openbmc/linux/net/ceph/
H A Dosd_client.c2965 work_func_t workfn) in lwork_alloc() argument
2973 INIT_WORK(&lwork->work, workfn); in lwork_alloc()