Searched refs:hndl (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/firmware/arm_scmi/ |
A D | notify.c | 368 #define IS_HNDL_PENDING(hndl) (!(hndl)->r_evt) argument 398 if (!hndl) in scmi_lookup_and_call_event_chain() 880 hndl = kzalloc(sizeof(*hndl), GFP_KERNEL); in scmi_allocate_event_handler() 881 if (!hndl) in scmi_allocate_event_handler() 944 &hndl->hash, hndl->key); in scmi_bind_event_handler() 1062 if (hndl) in __scmi_event_handler_get_ops() 1070 if (hndl) in __scmi_event_handler_get_ops() 1077 if (hndl && scmi_register_event_handler(ni, hndl)) { in __scmi_event_handler_get_ops() 1126 if (hndl) in scmi_get_active_handler() 1358 if (!hndl) in scmi_notifier_register() [all …]
|
/linux-6.3-rc2/net/core/ |
A D | sock_diag.c | 130 const struct sock_diag_handler *hndl; in sock_diag_broadcast_destroy_work() local 142 hndl = sock_diag_handlers[sk->sk_family]; in sock_diag_broadcast_destroy_work() 143 if (hndl && hndl->get_info) in sock_diag_broadcast_destroy_work() 144 err = hndl->get_info(skb, sk); in sock_diag_broadcast_destroy_work() 189 if (hndl->family >= AF_MAX) in sock_diag_register() 193 if (sock_diag_handlers[hndl->family]) in sock_diag_register() 196 sock_diag_handlers[hndl->family] = hndl; in sock_diag_register() 221 const struct sock_diag_handler *hndl; in __sock_diag_cmd() local 235 if (hndl == NULL) in __sock_diag_cmd() 238 err = hndl->dump(skb, nlh); in __sock_diag_cmd() [all …]
|
/linux-6.3-rc2/drivers/misc/vmw_vmci/ |
A D | vmci_context.c | 1145 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-6.3-rc2/drivers/hwmon/ |
A D | xgene-hwmon.c | 56 #define TPC_EN_MSG(hndl, cmd, type) \ argument 58 MSG_SUBTYPE_SET(hndl) | TPC_CMD_SET(cmd) | type)
|
/linux-6.3-rc2/drivers/target/iscsi/cxgbit/ |
A D | cxgbit_main.c | 434 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 27 milliseconds