Home
last modified time | relevance | path

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

/linux/drivers/firmware/arm_scmi/
A Dnotify.c369 #define IS_HNDL_PENDING(hndl) (!(hndl)->r_evt) argument
399 if (!hndl) in scmi_lookup_and_call_event_chain()
887 hndl = kzalloc(sizeof(*hndl), GFP_KERNEL); in scmi_allocate_event_handler()
888 if (!hndl) in scmi_allocate_event_handler()
951 &hndl->hash, hndl->key); in scmi_bind_event_handler()
1069 if (hndl) in __scmi_event_handler_get_ops()
1077 if (hndl) in __scmi_event_handler_get_ops()
1084 if (hndl && scmi_register_event_handler(ni, hndl)) { in __scmi_event_handler_get_ops()
1133 if (hndl) in scmi_get_active_handler()
1373 if (!hndl) in scmi_notifier_register()
[all …]
/linux/net/core/
A Dsock_diag.c161 if (hndl) { in sock_diag_broadcast_destroy_work()
162 if (hndl->get_info) in sock_diag_broadcast_destroy_work()
163 err = hndl->get_info(skb, sk); in sock_diag_broadcast_destroy_work()
164 sock_diag_unlock_handler(hndl); in sock_diag_broadcast_destroy_work()
205 int family = hndl->family; in sock_diag_register()
212 NULL, hndl) ? 0 : -EBUSY; in sock_diag_register()
218 int family = hndl->family; in sock_diag_unregister()
245 if (hndl == NULL) in __sock_diag_cmd()
249 err = hndl->dump(skb, nlh); in __sock_diag_cmd()
251 err = hndl->destroy(skb, nlh); in __sock_diag_cmd()
[all …]
/linux/drivers/misc/vmw_vmci/
A Dvmci_context.c1145 struct vmci_handle hndl; in vmci_ctx_qp_destroy() local
1150 hndl = vmci_handle_arr_remove_entry(context->queue_pair_array, handle); in vmci_ctx_qp_destroy()
1152 return vmci_handle_is_invalid(hndl) ? in vmci_ctx_qp_destroy()
/linux/drivers/hwmon/
A Dxgene-hwmon.c56 #define TPC_EN_MSG(hndl, cmd, type) \ argument
58 MSG_SUBTYPE_SET(hndl) | TPC_CMD_SET(cmd) | type)
/linux/drivers/target/iscsi/cxgbit/
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()

Completed in 23 milliseconds