Home
last modified time | relevance | path

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

/linux/drivers/firmware/arm_scmi/
H A Dnotify.c373 #define IS_HNDL_PENDING(hndl) (!(hndl)->r_evt) argument
378 struct scmi_event_handler *hndl);
380 struct scmi_event_handler *hndl);
394 struct scmi_event_handler *hndl; in scmi_lookup_and_call_event_chain() local
402 hndl = scmi_get_active_handler(ni, evt_key); in scmi_lookup_and_call_event_chain()
403 if (!hndl) in scmi_lookup_and_call_event_chain()
406 ret = blocking_notifier_call_chain(&hndl->chain, in scmi_lookup_and_call_event_chain()
412 scmi_put_active_handler(ni, hndl); in scmi_lookup_and_call_event_chain()
898 struct scmi_event_handler *hndl; in scmi_allocate_event_handler() local
900 hndl = kzalloc(sizeof(*hndl), GFP_KERNEL); in scmi_allocate_event_handler()
[all …]
/linux/drivers/misc/vmw_vmci/
H A Dvmci_context.c1093 struct vmci_handle hndl; in vmci_ctx_qp_destroy() local
1098 hndl = vmci_handle_arr_remove_entry(context->queue_pair_array, handle); in vmci_ctx_qp_destroy()
1100 return vmci_handle_is_invalid(hndl) ? in vmci_ctx_qp_destroy()
/linux/drivers/target/iscsi/cxgbit/
H A Dcxgbit_main.c434 cxgbit_uld_lro_rx_handler(void *hndl, const __be64 *rsp, in cxgbit_uld_lro_rx_handler() argument
438 struct cxgbit_device *cdev = hndl; in cxgbit_uld_lro_rx_handler()