Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/firewire/
H A Dcore-device.c909 old->workfn = fw_device_update; in lookup_existing_device()
1068 device->workfn = fw_device_shutdown; in fw_device_init()
1189 device->workfn = fw_device_shutdown; in fw_device_refresh()
1200 device->workfn(work); in fw_device_workfn()
1252 device->workfn = fw_device_init; in fw_node_event()
1269 device->workfn = fw_device_refresh; in fw_node_event()
1284 device->workfn = fw_device_update; in fw_node_event()
1309 device->workfn = fw_device_shutdown; in fw_node_event()
H A Dsbp2.c136 work_func_t workfn; member
849 lu->workfn = sbp2_reconnect; in sbp2_login()
903 lu->workfn = sbp2_login; in sbp2_login()
937 lu->workfn = sbp2_login; in sbp2_reconnect()
961 lu->workfn(work); in sbp2_lu_workfn()
990 lu->workfn = sbp2_login; in sbp2_add_logical_unit()
/OK3568_Linux_fs/kernel/drivers/staging/fwserial/
H A Dfwserial.h95 work_func_t workfn; member
H A Dfwserial.c1974 peer->workfn(work); in fwserial_peer_workfn()
2644 peer->workfn = fwserial_handle_plug_req; in fwserial_parse_mgmt_write()
2673 peer->workfn = fwserial_handle_unplug_req; in fwserial_parse_mgmt_write()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfirewire.h204 work_func_t workfn; member
/OK3568_Linux_fs/kernel/net/ceph/
H A Dosd_client.c2876 work_func_t workfn) in lwork_alloc() argument
2884 INIT_WORK(&lwork->work, workfn); in lwork_alloc()