Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/firewire/
Dcore-device.c922 old->workfn = fw_device_update; in lookup_existing_device()
1081 device->workfn = fw_device_shutdown; in fw_device_init()
1202 device->workfn = fw_device_shutdown; in fw_device_refresh()
1213 device->workfn(work); in fw_device_workfn()
1265 device->workfn = fw_device_init; in fw_node_event()
1282 device->workfn = fw_device_refresh; in fw_node_event()
1297 device->workfn = fw_device_update; in fw_node_event()
1322 device->workfn = fw_device_shutdown; in fw_node_event()
Dsbp2.c149 work_func_t workfn; member
861 lu->workfn = sbp2_reconnect; in sbp2_login()
915 lu->workfn = sbp2_login; in sbp2_login()
949 lu->workfn = sbp2_login; in sbp2_reconnect()
973 lu->workfn(work); in sbp2_lu_workfn()
1002 lu->workfn = sbp2_login; in sbp2_add_logical_unit()
/Linux-v4.19/drivers/staging/fwserial/
Dfwserial.h95 work_func_t workfn; member
Dfwserial.c2005 peer->workfn(work); in fwserial_peer_workfn()
2673 peer->workfn = fwserial_handle_plug_req; in fwserial_parse_mgmt_write()
2702 peer->workfn = fwserial_handle_unplug_req; in fwserial_parse_mgmt_write()
/Linux-v4.19/include/linux/
Dfirewire.h204 work_func_t workfn; member
/Linux-v4.19/net/ceph/
Dosd_client.c2730 work_func_t workfn) in lwork_alloc() argument
2738 INIT_WORK(&lwork->work, workfn); in lwork_alloc()