Searched refs:nb (Results 1 - 25 of 868) sorted by relevance

1234567891011>>

/linux-master/include/linux/
H A Dpl320-ipc.h6 int pl320_ipc_register_notifier(struct notifier_block *nb);
7 int pl320_ipc_unregister_notifier(struct notifier_block *nb);
H A Dfsl_hypervisor.h47 * @nb: pointer to caller-supplied notifier_block structure
55 int fsl_hv_failover_register(struct notifier_block *nb);
59 * @nb: the same 'nb' used in previous fsl_hv_failover_register call
61 int fsl_hv_failover_unregister(struct notifier_block *nb);
H A Dpvclock_gtod.h14 extern int pvclock_gtod_register_notifier(struct notifier_block *nb);
15 extern int pvclock_gtod_unregister_notifier(struct notifier_block *nb);
H A Dcpu_pm.h61 int cpu_pm_register_notifier(struct notifier_block *nb);
62 int cpu_pm_unregister_notifier(struct notifier_block *nb);
70 static inline int cpu_pm_register_notifier(struct notifier_block *nb) argument
75 static inline int cpu_pm_unregister_notifier(struct notifier_block *nb) argument
H A Dkeyboard.h19 extern int register_keyboard_notifier(struct notifier_block *nb);
20 extern int unregister_keyboard_notifier(struct notifier_block *nb);
H A Dkdebug.h17 int register_die_notifier(struct notifier_block *nb);
18 int unregister_die_notifier(struct notifier_block *nb);
H A Dsurface_acpi_notify.h36 int san_dgpu_notifier_register(struct notifier_block *nb);
37 int san_dgpu_notifier_unregister(struct notifier_block *nb);
/linux-master/drivers/platform/x86/dell/
H A Ddell-rbtn.h13 int dell_rbtn_notifier_register(struct notifier_block *nb);
14 int dell_rbtn_notifier_unregister(struct notifier_block *nb);
/linux-master/include/soc/sifive/
H A Dsifive_ccache.h10 extern int register_sifive_ccache_error_notifier(struct notifier_block *nb);
11 extern int unregister_sifive_ccache_error_notifier(struct notifier_block *nb);
/linux-master/include/acpi/
H A Dhed.h14 int register_acpi_hed_notifier(struct notifier_block *nb);
15 void unregister_acpi_hed_notifier(struct notifier_block *nb);
/linux-master/include/linux/platform_data/
H A Dcros_usbpd_notify.h13 int cros_usbpd_register_notify(struct notifier_block *nb);
15 void cros_usbpd_unregister_notify(struct notifier_block *nb);
/linux-master/net/x25/
H A Dx25_link.c36 static void x25_transmit_restart_confirmation(struct x25_neigh *nb);
37 static void x25_transmit_restart_request(struct x25_neigh *nb);
42 static inline void x25_start_t20timer(struct x25_neigh *nb) argument
44 mod_timer(&nb->t20timer, jiffies + nb->t20);
49 struct x25_neigh *nb = from_timer(nb, t, t20timer); local
51 x25_transmit_restart_request(nb);
53 x25_start_t20timer(nb);
56 static inline void x25_stop_t20timer(struct x25_neigh *nb) argument
64 x25_link_control(struct sk_buff *skb, struct x25_neigh *nb, unsigned short frametype) argument
132 x25_transmit_restart_request(struct x25_neigh *nb) argument
159 x25_transmit_restart_confirmation(struct x25_neigh *nb) argument
185 x25_transmit_clear_request(struct x25_neigh *nb, unsigned int lci, unsigned char cause) argument
212 x25_transmit_link(struct sk_buff *skb, struct x25_neigh *nb) argument
233 x25_link_established(struct x25_neigh *nb) argument
250 x25_link_terminated(struct x25_neigh *nb) argument
265 struct x25_neigh *nb = kmalloc(sizeof(*nb), GFP_ATOMIC); local
299 __x25_remove_neigh(struct x25_neigh *nb) argument
312 struct x25_neigh *nb; local
334 struct x25_neigh *nb, *use = NULL; local
356 struct x25_neigh *nb; local
407 struct x25_neigh *nb; local
[all...]
H A Dx25_dev.c26 static int x25_receive_data(struct sk_buff *skb, struct x25_neigh *nb) argument
43 x25_link_control(skb, nb, frametype);
50 if ((sk = x25_find_socket(lci, nb)) != NULL) {
69 return x25_rx_call_request(skb, nb, lci);
76 if (x25_forward_data(lci, nb, skb)) {
85 x25_transmit_clear_request(nb, lci, 0x0D);
98 struct x25_neigh *nb; local
112 nb = x25_get_neigh(dev);
113 if (!nb) {
119 x25_neigh_put(nb);
148 x25_establish_link(struct x25_neigh *nb) argument
173 x25_terminate_link(struct x25_neigh *nb) argument
195 x25_send_frame(struct sk_buff *skb, struct x25_neigh *nb) argument
[all...]
/linux-master/include/linux/remoteproc/
H A Dqcom_rproc.h29 void *qcom_register_ssr_notifier(const char *name, struct notifier_block *nb);
30 int qcom_unregister_ssr_notifier(void *notify, struct notifier_block *nb);
35 struct notifier_block *nb)
41 struct notifier_block *nb)
34 qcom_register_ssr_notifier(const char *name, struct notifier_block *nb) argument
40 qcom_unregister_ssr_notifier(void *notify, struct notifier_block *nb) argument
/linux-master/include/net/
H A Ddcbevent.h18 int register_dcbevent_notifier(struct notifier_block *nb);
19 int unregister_dcbevent_notifier(struct notifier_block *nb);
23 register_dcbevent_notifier(struct notifier_block *nb) argument
28 static inline int unregister_dcbevent_notifier(struct notifier_block *nb) argument
H A Dnetevent.h35 int register_netevent_notifier(struct notifier_block *nb);
36 int unregister_netevent_notifier(struct notifier_block *nb);
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A Dacpi.c31 nvkm_acpi_ntfy(struct notifier_block *nb, unsigned long val, void *data) argument
33 struct nvkm_device *device = container_of(nb, typeof(*device), acpi.nb);
47 unregister_acpi_notifier(&device->acpi.nb);
55 device->acpi.nb.notifier_call = nvkm_acpi_ntfy;
56 register_acpi_notifier(&device->acpi.nb);
/linux-master/net/dcb/
H A Ddcbevent.c15 int register_dcbevent_notifier(struct notifier_block *nb) argument
17 return atomic_notifier_chain_register(&dcbevent_notif_chain, nb);
21 int unregister_dcbevent_notifier(struct notifier_block *nb) argument
23 return atomic_notifier_chain_unregister(&dcbevent_notif_chain, nb);
/linux-master/drivers/video/fbdev/core/
H A Dfb_notify.c21 * @nb: notifier block to callback on events
25 int fb_register_client(struct notifier_block *nb) argument
27 return blocking_notifier_chain_register(&fb_notifier_list, nb);
33 * @nb: notifier block to callback on events
37 int fb_unregister_client(struct notifier_block *nb) argument
39 return blocking_notifier_chain_unregister(&fb_notifier_list, nb);
/linux-master/net/core/
H A Dnetevent.c21 * @nb: notifier
28 int register_netevent_notifier(struct notifier_block *nb) argument
30 return atomic_notifier_chain_register(&netevent_notif_chain, nb);
36 * @nb: notifier
44 int unregister_netevent_notifier(struct notifier_block *nb) argument
46 return atomic_notifier_chain_unregister(&netevent_notif_chain, nb);
/linux-master/drivers/gpu/drm/i915/
H A Di915_iosf_mbi.h24 int iosf_mbi_register_pmic_bus_access_notifier(struct notifier_block *nb) argument
30 iosf_mbi_unregister_pmic_bus_access_notifier_unlocked(struct notifier_block *nb) argument
36 int iosf_mbi_unregister_pmic_bus_access_notifier(struct notifier_block *nb) argument
/linux-master/arch/arm/include/asm/
H A DbL_switcher.h40 int bL_switcher_register_notifier(struct notifier_block *nb);
41 int bL_switcher_unregister_notifier(struct notifier_block *nb);
58 static inline int bL_switcher_register_notifier(struct notifier_block *nb) argument
63 static inline int bL_switcher_unregister_notifier(struct notifier_block *nb) argument
/linux-master/fs/xfs/
H A Dxfs_hooks.c29 ASSERT(hook->nb.notifier_call != NULL);
30 BUILD_BUG_ON(offsetof(struct xfs_hook, nb) != 0);
32 return blocking_notifier_chain_register(&chain->head, &hook->nb);
41 blocking_notifier_chain_unregister(&chain->head, &hook->nb);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Devents.c11 struct mlx5_nb nb; member in struct:mlx5_event_nb
31 {.nb.notifier_call = any_notifier, .event_type = MLX5_EVENT_TYPE_NOTIFY_ANY },
32 {.nb.notifier_call = temp_warn, .event_type = MLX5_EVENT_TYPE_TEMP_WARN_EVENT },
33 {.nb.notifier_call = port_module, .event_type = MLX5_EVENT_TYPE_PORT_MODULE_EVENT },
34 {.nb.notifier_call = pcie_core, .event_type = MLX5_EVENT_TYPE_GENERAL_EVENT },
37 {.nb.notifier_call = forward_event, .event_type = MLX5_EVENT_TYPE_PORT_CHANGE },
38 {.nb.notifier_call = forward_event, .event_type = MLX5_EVENT_TYPE_GENERAL_EVENT },
39 {.nb.notifier_call = forward_event, .event_type = MLX5_EVENT_TYPE_OBJECT_CHANGE },
41 {.nb.notifier_call = forward_event, .event_type = MLX5_EVENT_TYPE_DCT_DRAINED },
42 {.nb
144 any_notifier(struct notifier_block *nb, unsigned long type, void *data) argument
157 temp_warn(struct notifier_block *nb, unsigned long type, void *data) argument
219 port_module(struct notifier_block *nb, unsigned long type, void *data) argument
308 pcie_core(struct notifier_block *nb, unsigned long type, void *data) argument
333 forward_event(struct notifier_block *nb, unsigned long event, void *data) argument
397 mlx5_notifier_register(struct mlx5_core_dev *dev, struct notifier_block *nb) argument
405 mlx5_notifier_unregister(struct mlx5_core_dev *dev, struct notifier_block *nb) argument
421 mlx5_blocking_notifier_register(struct mlx5_core_dev *dev, struct notifier_block *nb) argument
429 mlx5_blocking_notifier_unregister(struct mlx5_core_dev *dev, struct notifier_block *nb) argument
[all...]
/linux-master/drivers/usb/core/
H A Dnotify.c25 * @nb: pointer to the notifier block for the callback events.
29 void usb_register_notify(struct notifier_block *nb) argument
31 blocking_notifier_chain_register(&usb_notifier_list, nb);
37 * @nb: pointer to the notifier block for the callback events.
42 void usb_unregister_notify(struct notifier_block *nb) argument
44 blocking_notifier_chain_unregister(&usb_notifier_list, nb);

Completed in 230 milliseconds

1234567891011>>