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

/linux-master/drivers/firmware/arm_scmi/
H A Dnotify.c369 #define IS_HNDL_PENDING(hndl) (!(hndl)->r_evt)
374 struct scmi_event_handler *hndl);
376 struct scmi_event_handler *hndl);
390 struct scmi_event_handler *hndl; local
398 hndl = scmi_get_active_handler(ni, evt_key);
399 if (!hndl)
402 ret = blocking_notifier_call_chain(&hndl->chain,
408 scmi_put_active_handler(ni, hndl);
876 * associated to this handler descriptor (hndl
885 struct scmi_event_handler *hndl; local
906 scmi_free_event_handler(struct scmi_event_handler *hndl) argument
924 scmi_bind_event_handler(struct scmi_notify_instance *ni, struct scmi_event_handler *hndl) argument
971 scmi_valid_pending_handler(struct scmi_notify_instance *ni, struct scmi_event_handler *hndl) argument
1003 scmi_register_event_handler(struct scmi_notify_instance *ni, struct scmi_event_handler *hndl) argument
1058 struct scmi_event_handler *hndl = NULL; local
1125 struct scmi_event_handler *hndl = NULL; local
1208 scmi_enable_events(struct scmi_event_handler *hndl) argument
1222 scmi_disable_events(struct scmi_event_handler *hndl) argument
1250 scmi_put_handler_unlocked(struct scmi_notify_instance *ni, struct scmi_event_handler *hndl) argument
1265 scmi_put_handler(struct scmi_notify_instance *ni, struct scmi_event_handler *hndl) argument
1294 scmi_put_active_handler(struct scmi_notify_instance *ni, struct scmi_event_handler *hndl) argument
1314 scmi_event_handler_enable_events(struct scmi_event_handler *hndl) argument
1363 struct scmi_event_handler *hndl; local
1409 struct scmi_event_handler *hndl; local
1585 struct scmi_event_handler *hndl; local
[all...]
/linux-master/net/core/
H A Dsock_diag.c149 const struct sock_diag_handler *hndl; local
160 hndl = sock_diag_lock_handler(sk->sk_family);
161 if (hndl) {
162 if (hndl->get_info)
163 err = hndl->get_info(skb, sk);
164 sock_diag_unlock_handler(hndl);
205 int sock_diag_register(const struct sock_diag_handler *hndl) argument
207 int family = hndl->family;
214 NULL, hndl) ? 0 : -EBUSY;
218 void sock_diag_unregister(const struct sock_diag_handler *hndl) argument
234 const struct sock_diag_handler *hndl; local
[all...]
/linux-master/drivers/hwmon/
H A Dxgene-hwmon.c56 #define TPC_EN_MSG(hndl, cmd, type) \
58 MSG_SUBTYPE_SET(hndl) | TPC_CMD_SET(cmd) | type)
/linux-master/drivers/misc/vmw_vmci/
H A Dvmci_context.c1145 struct vmci_handle hndl; local
1150 hndl = vmci_handle_arr_remove_entry(context->queue_pair_array, handle);
1152 return vmci_handle_is_invalid(hndl) ?
/linux-master/drivers/target/iscsi/cxgbit/
H A Dcxgbit_main.c434 cxgbit_uld_lro_rx_handler(void *hndl, const __be64 *rsp, argument
438 struct cxgbit_device *cdev = hndl;

Completed in 183 milliseconds