/openbmc/linux/net/wireless/ |
H A D | ap.c | 16 bool notify) in ___cfg80211_stop_ap() 57 bool notify) in __cfg80211_stop_ap() 78 bool notify) in cfg80211_stop_ap()
|
/openbmc/linux/drivers/scsi/ |
H A D | megaraid.h | 250 struct notify { struct 258 u8 write_config_rsvd[3]; 261 u8 ldrv_opid; /* ldrv num */ 266 u8 ldrv_state_id; /* ldrv num */ 267 u8 ldrv_state_new; /* New state */ 268 u8 ldrv_state_old; /* old state */ 271 u8 pdrv_state_id; /* pdrv id */ 272 u8 pdrv_state_new; /* New state */ 273 u8 pdrv_state_old; /* old state */ 297 #define CUR_NOTIFY_SIZE sizeof(struct notify) argument [all …]
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_notify_failure.c | 37 const struct xfs_failure_info *notify) in xfs_failure_pgoff() 51 const struct xfs_failure_info *notify) in xfs_failure_pgcnt() 75 struct xfs_failure_info *notify = data; in xfs_dax_failure_fn() local 110 struct xfs_failure_info notify = { .mf_flags = mf_flags }; in xfs_dax_notify_ddev_failure() local
|
/openbmc/qemu/include/qemu/ |
H A D | notify.h | 23 void (*notify)(Notifier *notifier, void *data); member 57 NotifierWithReturnFunc notify; member
|
/openbmc/linux/tools/testing/selftests/bpf/benchs/ |
H A D | bench_htab_mem.c | 26 pthread_barrier_t *notify; member 223 static void htab_mem_add_fn(pthread_barrier_t *notify) in htab_mem_add_fn() 235 static void htab_mem_delete_fn(pthread_barrier_t *notify) in htab_mem_delete_fn() 249 pthread_barrier_t *notify; in htab_mem_producer() local
|
/openbmc/linux/net/netfilter/ |
H A D | nf_conntrack_ecache.c | 133 struct nf_ct_event_notifier *notify; in __nf_conntrack_eventmask_report() local 237 struct nf_ct_event_notifier *notify; in nf_ct_expect_event_report() local 264 struct nf_ct_event_notifier *notify; in nf_conntrack_register_notifier() local
|
/openbmc/linux/drivers/xen/ |
H A D | pvcalls-front.c | 275 int notify, req_id, ret; in pvcalls_front_socket() local 428 int notify, req_id, ret; in pvcalls_front_connect() local 675 int notify, req_id, ret; in pvcalls_front_bind() local 728 int notify, req_id, ret; in pvcalls_front_listen() local 778 int notify, req_id, ret, nonblock; in pvcalls_front_accept() local 913 int notify, req_id, ret; in pvcalls_front_poll_passive() local 1012 int req_id, notify, ret; in pvcalls_front_release() local
|
/openbmc/qemu/ui/ |
H A D | clipboard.c | 69 QemuClipboardNotify notify = { in qemu_clipboard_update() local 155 QemuClipboardNotify notify = { .type = QEMU_CLIPBOARD_RESET_SERIAL }; in qemu_clipboard_reset_serial() local
|
/openbmc/linux/drivers/gpu/drm/amd/display/dmub/src/ |
H A D | dmub_srv_stat.c | 47 struct dmub_notification *notify) in dmub_srv_stat_get_notification()
|
/openbmc/linux/sound/virtio/ |
H A D | virtio_ctl_msg.c | 23 struct completion notify; member 133 bool notify = false; in virtsnd_ctl_msg_send() local
|
/openbmc/linux/lib/ |
H A D | cpu_rmap.c | 226 struct irq_affinity_notify notify; member 263 irq_cpu_rmap_notify(struct irq_affinity_notify *notify, const cpumask_t *mask) in irq_cpu_rmap_notify()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc_stat.c | 48 void dc_stat_get_dmub_notification(const struct dc *dc, struct dmub_notification *notify) in dc_stat_get_dmub_notification()
|
/openbmc/qemu/io/ |
H A D | net-listener.c | 141 GDestroyNotify notify, in qio_net_listener_set_client_func_full() 175 GDestroyNotify notify) in qio_net_listener_set_client_func()
|
/openbmc/linux/fs/autofs/ |
H A D | waitq.c | 205 const struct path *path, enum autofs_notify notify) in validate_request() 304 const struct path *path, enum autofs_notify notify) in autofs_wait()
|
/openbmc/qemu/hw/core/ |
H A D | stream.c | 14 stream_can_push(StreamSink *sink, StreamCanPushNotifyFn notify, in stream_can_push()
|
/openbmc/u-boot/arch/arm/include/asm/arch-tegra/ |
H A D | ivc.h | 80 void (*notify)(struct tegra_ivc *); member
|
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_exitbootservices.c | 23 static void EFIAPI notify(struct efi_event *event, void *context) in notify() function
|
H A D | efi_selftest_event_groups.c | 28 static void EFIAPI notify(struct efi_event *event, void *context) in notify() function
|
H A D | efi_selftest_events.c | 26 static void EFIAPI notify(struct efi_event *event, void *context) in notify() function
|
H A D | efi_selftest_tpl.c | 24 static void EFIAPI notify(struct efi_event *event, void *context) in notify() function
|
/openbmc/linux/include/linux/spi/ |
H A D | corgi_lcd.h | 14 void (*notify)(int intensity); member
|
/openbmc/linux/include/linux/remoteproc/ |
H A D | qcom_rproc.h | 40 static inline int qcom_unregister_ssr_notifier(void *notify, in qcom_unregister_ssr_notifier()
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/sw/ |
H A D | nv50.h | 13 struct nvkm_event_ntfy notify[4]; member
|
/openbmc/linux/net/openvswitch/ |
H A D | dp_notify.c | 16 struct sk_buff *notify; in dp_detach_port_notify() local
|
/openbmc/qemu/util/ |
H A D | main-loop.c | 550 void main_loop_poll_add_notifier(Notifier *notify) in main_loop_poll_add_notifier() 555 void main_loop_poll_remove_notifier(Notifier *notify) in main_loop_poll_remove_notifier()
|