Searched refs:hndl (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.15/drivers/firmware/arm_scmi/ |
D | notify.c | 368 #define IS_HNDL_PENDING(hndl) (!(hndl)->r_evt) argument 373 struct scmi_event_handler *hndl); 375 struct scmi_event_handler *hndl); 389 struct scmi_event_handler *hndl; in scmi_lookup_and_call_event_chain() local 397 hndl = scmi_get_active_handler(ni, evt_key); in scmi_lookup_and_call_event_chain() 398 if (!hndl) in scmi_lookup_and_call_event_chain() 401 ret = blocking_notifier_call_chain(&hndl->chain, in scmi_lookup_and_call_event_chain() 407 scmi_put_active_handler(ni, hndl); in scmi_lookup_and_call_event_chain() 878 struct scmi_event_handler *hndl; in scmi_allocate_event_handler() local 880 hndl = kzalloc(sizeof(*hndl), GFP_KERNEL); in scmi_allocate_event_handler() [all …]
|
/Linux-v5.15/net/core/ |
D | sock_diag.c | 126 const struct sock_diag_handler *hndl; in sock_diag_broadcast_destroy_work() local 138 hndl = sock_diag_handlers[sk->sk_family]; in sock_diag_broadcast_destroy_work() 139 if (hndl && hndl->get_info) in sock_diag_broadcast_destroy_work() 140 err = hndl->get_info(skb, sk); in sock_diag_broadcast_destroy_work() 181 int sock_diag_register(const struct sock_diag_handler *hndl) in sock_diag_register() argument 185 if (hndl->family >= AF_MAX) in sock_diag_register() 189 if (sock_diag_handlers[hndl->family]) in sock_diag_register() 192 sock_diag_handlers[hndl->family] = hndl; in sock_diag_register() 217 const struct sock_diag_handler *hndl; in __sock_diag_cmd() local 230 hndl = sock_diag_handlers[req->sdiag_family]; in __sock_diag_cmd() [all …]
|
/Linux-v5.15/drivers/misc/vmw_vmci/ |
D | vmci_context.c | 1148 struct vmci_handle hndl; in vmci_ctx_qp_destroy() local 1153 hndl = vmci_handle_arr_remove_entry(context->queue_pair_array, handle); in vmci_ctx_qp_destroy() 1155 return vmci_handle_is_invalid(hndl) ? in vmci_ctx_qp_destroy()
|
/Linux-v5.15/drivers/hwmon/ |
D | xgene-hwmon.c | 56 #define TPC_EN_MSG(hndl, cmd, type) \ argument 58 MSG_SUBTYPE_SET(hndl) | TPC_CMD_SET(cmd) | type)
|
/Linux-v5.15/drivers/target/iscsi/cxgbit/ |
D | cxgbit_main.c | 427 cxgbit_uld_lro_rx_handler(void *hndl, const __be64 *rsp, in cxgbit_uld_lro_rx_handler() argument 431 struct cxgbit_device *cdev = hndl; in cxgbit_uld_lro_rx_handler()
|