Searched refs:hndl (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/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-6.6.21/net/core/ |
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() 185 int sock_diag_register(const struct sock_diag_handler *hndl) in sock_diag_register() argument 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 234 hndl = sock_diag_handlers[req->sdiag_family]; in __sock_diag_cmd() [all …]
|
/linux-6.6.21/drivers/misc/vmw_vmci/ |
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.6.21/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-6.6.21/drivers/target/iscsi/cxgbit/ |
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()
|