Home
last modified time | relevance | path

Searched refs:hndl (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/firmware/arm_scmi/
H A Dnotify.c365 #define IS_HNDL_PENDING(hndl) (!(hndl)->r_evt)
370 struct scmi_event_handler *hndl);
372 struct scmi_event_handler *hndl);
386 struct scmi_event_handler *hndl; in scmi_lookup_and_call_event_chain() local
394 hndl = scmi_get_active_handler(ni, evt_key); in scmi_lookup_and_call_event_chain()
395 if (!hndl) in scmi_lookup_and_call_event_chain()
398 ret = blocking_notifier_call_chain(&hndl->chain, in scmi_lookup_and_call_event_chain()
404 scmi_put_active_handler(ni, hndl); in scmi_lookup_and_call_event_chain()
845 * associated to this handler descriptor (hndl
854 struct scmi_event_handler *hndl; scmi_allocate_event_handler() local
875 scmi_free_event_handler(struct scmi_event_handler *hndl) scmi_free_event_handler() argument
893 scmi_bind_event_handler(struct scmi_notify_instance *ni, struct scmi_event_handler *hndl) scmi_bind_event_handler() argument
928 scmi_valid_pending_handler(struct scmi_notify_instance *ni, struct scmi_event_handler *hndl) scmi_valid_pending_handler() argument
960 scmi_register_event_handler(struct scmi_notify_instance *ni, struct scmi_event_handler *hndl) scmi_register_event_handler() argument
1015 struct scmi_event_handler *hndl = NULL; __scmi_event_handler_get_ops() local
1082 struct scmi_event_handler *hndl = NULL; scmi_get_active_handler() local
1157 scmi_enable_events(struct scmi_event_handler *hndl) scmi_enable_events() argument
1171 scmi_disable_events(struct scmi_event_handler *hndl) scmi_disable_events() argument
1197 scmi_put_handler_unlocked(struct scmi_notify_instance *ni, struct scmi_event_handler *hndl) scmi_put_handler_unlocked() argument
1207 scmi_put_handler(struct scmi_notify_instance *ni, struct scmi_event_handler *hndl) scmi_put_handler() argument
1223 scmi_put_active_handler(struct scmi_notify_instance *ni, struct scmi_event_handler *hndl) scmi_put_active_handler() argument
1239 scmi_event_handler_enable_events(struct scmi_event_handler *hndl) scmi_event_handler_enable_events() argument
1288 struct scmi_event_handler *hndl; scmi_register_notifier() local
1336 struct scmi_event_handler *hndl; scmi_unregister_notifier() local
1387 struct scmi_event_handler *hndl; scmi_protocols_late_init() local
[all...]
/kernel/linux/linux-6.6/drivers/firmware/arm_scmi/
H A Dnotify.c368 #define IS_HNDL_PENDING(hndl) (!(hndl)->r_evt)
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()
869 * associated to this handler descriptor (hndl
878 struct scmi_event_handler *hndl; scmi_allocate_event_handler() local
899 scmi_free_event_handler(struct scmi_event_handler *hndl) scmi_free_event_handler() argument
917 scmi_bind_event_handler(struct scmi_notify_instance *ni, struct scmi_event_handler *hndl) scmi_bind_event_handler() argument
964 scmi_valid_pending_handler(struct scmi_notify_instance *ni, struct scmi_event_handler *hndl) scmi_valid_pending_handler() argument
996 scmi_register_event_handler(struct scmi_notify_instance *ni, struct scmi_event_handler *hndl) scmi_register_event_handler() argument
1051 struct scmi_event_handler *hndl = NULL; __scmi_event_handler_get_ops() local
1118 struct scmi_event_handler *hndl = NULL; scmi_get_active_handler() local
1193 scmi_enable_events(struct scmi_event_handler *hndl) scmi_enable_events() argument
1207 scmi_disable_events(struct scmi_event_handler *hndl) scmi_disable_events() argument
1235 scmi_put_handler_unlocked(struct scmi_notify_instance *ni, struct scmi_event_handler *hndl) scmi_put_handler_unlocked() argument
1250 scmi_put_handler(struct scmi_notify_instance *ni, struct scmi_event_handler *hndl) scmi_put_handler() argument
1279 scmi_put_active_handler(struct scmi_notify_instance *ni, struct scmi_event_handler *hndl) scmi_put_active_handler() argument
1299 scmi_event_handler_enable_events(struct scmi_event_handler *hndl) scmi_event_handler_enable_events() argument
1348 struct scmi_event_handler *hndl; scmi_notifier_register() local
1394 struct scmi_event_handler *hndl; scmi_notifier_unregister() local
1570 struct scmi_event_handler *hndl; scmi_protocols_late_init() local
[all...]
/kernel/linux/linux-5.10/net/core/
H A Dsock_diag.c126 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; __sock_diag_cmd() local
[all...]
/kernel/linux/linux-6.6/net/core/
H A Dsock_diag.c130 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 WRITE_ONCE(sock_diag_handlers[hndl->family], hndl); in sock_diag_register()
221 const struct sock_diag_handler *hndl; __sock_diag_cmd() local
[all...]
/kernel/linux/linux-5.10/drivers/misc/vmw_vmci/
H A Dvmci_context.c1148 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()
/kernel/linux/linux-6.6/drivers/misc/vmw_vmci/
H 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()
/kernel/linux/linux-5.10/drivers/hwmon/
H A Dxgene-hwmon.c56 #define TPC_EN_MSG(hndl, cmd, type) \
58 MSG_SUBTYPE_SET(hndl) | TPC_CMD_SET(cmd) | type)
/kernel/linux/linux-5.10/drivers/target/iscsi/cxgbit/
H A Dcxgbit_main.c427 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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dxgene-hwmon.c56 #define TPC_EN_MSG(hndl, cmd, type) \
58 MSG_SUBTYPE_SET(hndl) | TPC_CMD_SET(cmd) | type)

Completed in 13 milliseconds