/openbmc/linux/include/xen/interface/io/ |
H A D | ring.h | 268 #define RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(_r, _notify) do { \ argument 274 (_notify) = ((RING_IDX)(__new - (_r)->sring->req_event) < \ 278 #define RING_PUSH_RESPONSES_AND_CHECK_NOTIFY(_r, _notify) do { \ argument 284 (_notify) = ((RING_IDX)(__new - (_r)->sring->rsp_event) < \
|
/openbmc/qemu/include/hw/xen/interface/io/ |
H A D | ring.h | 307 #define RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(_r, _notify) do { \ argument 313 (_notify) = ((RING_IDX)(__new - (_r)->sring->req_event) < \ 317 #define RING_PUSH_RESPONSES_AND_CHECK_NOTIFY(_r, _notify) do { \ argument 323 (_notify) = ((RING_IDX)(__new - (_r)->sring->rsp_event) < \
|
/openbmc/linux/drivers/hid/ |
H A D | hid-google-hammer.c | 96 void *_notify) in cbas_ec_notify() argument 98 struct cros_ec_device *ec = _notify; in cbas_ec_notify()
|
/openbmc/linux/sound/core/ |
H A D | pcm.c | 858 struct snd_pcm_notify *_notify; \ 859 list_for_each_entry(_notify, &snd_pcm_notify_list, list) \ 860 _notify->call(pcm); \
|
/openbmc/linux/drivers/media/cec/platform/cros-ec/ |
H A D | cros-ec-cec.c | 73 void *_notify) in cros_ec_cec_event() argument
|
/openbmc/linux/drivers/platform/chrome/ |
H A D | cros_ec.c | 155 void *_notify) in cros_ec_ready_event() argument
|
H A D | cros_ec_chardev.c | 94 void *_notify) in cros_ec_chardev_mkbp_event() argument
|
H A D | cros_ec_debugfs.c | 469 unsigned long queued_during_suspend, void *_notify) in cros_ec_debugfs_panic_event() argument
|
H A D | cros_ec_sensorhub_ring.c | 916 void *_notify) in cros_ec_sensorhub_event() argument
|
H A D | cros_ec_typec.c | 1140 unsigned long host_event, void *_notify) in cros_ec_typec_event() argument
|
/openbmc/linux/drivers/rtc/ |
H A D | rtc-cros-ec.c | 261 void *_notify) in cros_ec_rtc_event() argument
|
/openbmc/linux/drivers/extcon/ |
H A D | extcon-usbc-cros-ec.c | 364 void *_notify) in extcon_cros_ec_event() argument
|
/openbmc/linux/net/rxrpc/ |
H A D | input.c | 380 bool *_notify, rxrpc_serial_t *_ack_serial, int *_ack_reason) in rxrpc_input_data_one() argument 448 *_notify = true; in rxrpc_input_data_one()
|
/openbmc/linux/drivers/power/supply/ |
H A D | cros_usbpd-charger.c | 523 void *_notify) in cros_usbpd_charger_ec_event() argument
|
/openbmc/linux/drivers/input/keyboard/ |
H A D | cros_ec_keyb.c | 247 unsigned long queued_during_suspend, void *_notify) in cros_ec_keyb_work() argument
|
/openbmc/linux/drivers/net/wireless/virtual/ |
H A D | mac80211_hwsim.c | 6212 void *_notify) in mac80211_hwsim_netlink_notify() argument 6214 struct netlink_notify *notify = _notify; in mac80211_hwsim_netlink_notify()
|
/openbmc/linux/net/wireless/ |
H A D | nl80211.c | 19976 void *_notify) in nl80211_netlink_notify() argument 19978 struct netlink_notify *notify = _notify; in nl80211_netlink_notify()
|