Home
last modified time | relevance | path

Searched defs:nb (Results 1 – 25 of 785) sorted by relevance

12345678910>>...32

/OK3568_Linux_fs/kernel/net/x25/
H A Dx25_link.c42 static inline void x25_start_t20timer(struct x25_neigh *nb) in x25_start_t20timer()
49 struct x25_neigh *nb = from_timer(nb, t, t20timer); in x25_t20timer_expiry() local
56 static inline void x25_stop_t20timer(struct x25_neigh *nb) in x25_stop_t20timer()
61 static inline int x25_t20timer_pending(struct x25_neigh *nb) in x25_t20timer_pending()
69 void x25_link_control(struct sk_buff *skb, struct x25_neigh *nb, in x25_link_control()
112 static void x25_transmit_restart_request(struct x25_neigh *nb) in x25_transmit_restart_request()
139 static void x25_transmit_restart_confirmation(struct x25_neigh *nb) in x25_transmit_restart_confirmation()
165 void x25_transmit_clear_request(struct x25_neigh *nb, unsigned int lci, in x25_transmit_clear_request()
192 void x25_transmit_link(struct sk_buff *skb, struct x25_neigh *nb) in x25_transmit_link()
213 void x25_link_established(struct x25_neigh *nb) in x25_link_established()
[all …]
H A Dx25_dev.c26 static int x25_receive_data(struct sk_buff *skb, struct x25_neigh *nb) in x25_receive_data()
98 struct x25_neigh *nb; in x25_lapb_receive_frame() local
148 void x25_establish_link(struct x25_neigh *nb) in x25_establish_link()
177 void x25_terminate_link(struct x25_neigh *nb) in x25_terminate_link()
203 void x25_send_frame(struct sk_buff *skb, struct x25_neigh *nb) in x25_send_frame()
/OK3568_Linux_fs/kernel/net/core/
H A Dfib_notifier.c18 int call_fib_notifier(struct notifier_block *nb, in call_fib_notifier()
60 static int fib_net_dump(struct net *net, struct notifier_block *nb, in fib_net_dump()
83 static bool fib_dump_is_consistent(struct net *net, struct notifier_block *nb, in fib_dump_is_consistent()
84 void (*cb)(struct notifier_block *nb), in fib_dump_is_consistent()
99 int register_fib_notifier(struct net *net, struct notifier_block *nb, in register_fib_notifier()
100 void (*cb)(struct notifier_block *nb), in register_fib_notifier()
121 int unregister_fib_notifier(struct net *net, struct notifier_block *nb) in unregister_fib_notifier()
H A Dnetevent.c28 int register_netevent_notifier(struct notifier_block *nb) in register_netevent_notifier()
44 int unregister_netevent_notifier(struct notifier_block *nb) in unregister_netevent_notifier()
/OK3568_Linux_fs/kernel/include/linux/
H A Dmemory.h69 static inline int register_memory_notifier(struct notifier_block *nb) in register_memory_notifier()
73 static inline void unregister_memory_notifier(struct notifier_block *nb) in unregister_memory_notifier()
101 #define register_hotmemory_notifier(nb) register_memory_notifier(nb) argument
102 #define unregister_hotmemory_notifier(nb) unregister_memory_notifier(nb) argument
106 #define register_hotmemory_notifier(nb) ({ (void)(nb); 0; }) argument
107 #define unregister_hotmemory_notifier(nb) ({ (void)(nb); }) argument
H A Dextcon.h255 unsigned int id, struct notifier_block *nb) in extcon_register_notifier()
261 unsigned int id, struct notifier_block *nb) in extcon_unregister_notifier()
268 struct notifier_block *nb) in devm_extcon_register_notifier()
275 struct notifier_block *nb) { } in devm_extcon_unregister_notifier()
278 struct notifier_block *nb) in extcon_register_notifier_all()
284 struct notifier_block *nb) in extcon_unregister_notifier_all()
291 struct notifier_block *nb) in devm_extcon_register_notifier_all()
298 struct notifier_block *nb) { } in devm_extcon_unregister_notifier_all()
335 struct notifier_block *nb) in extcon_register_interest()
H A Dgpio_detection.h34 static inline int gpio_det_register_notifier(struct notifier_block *nb) in gpio_det_register_notifier()
39 static inline int gpio_det_unregister_notifier(struct notifier_block *nb) in gpio_det_unregister_notifier()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Devents.c11 struct mlx5_nb nb; member
137 static int any_notifier(struct notifier_block *nb, in any_notifier()
150 static int temp_warn(struct notifier_block *nb, unsigned long type, void *data) in temp_warn()
212 static int port_module(struct notifier_block *nb, unsigned long type, void *data) in port_module()
301 static int pcie_core(struct notifier_block *nb, unsigned long type, void *data) in pcie_core()
326 static int forward_event(struct notifier_block *nb, unsigned long event, void *data) in forward_event()
386 int mlx5_notifier_register(struct mlx5_core_dev *dev, struct notifier_block *nb) in mlx5_notifier_register()
394 int mlx5_notifier_unregister(struct mlx5_core_dev *dev, struct notifier_block *nb) in mlx5_notifier_unregister()
/OK3568_Linux_fs/kernel/kernel/
H A Dreboot.c91 int register_reboot_notifier(struct notifier_block *nb) in register_reboot_notifier()
106 int unregister_reboot_notifier(struct notifier_block *nb) in unregister_reboot_notifier()
117 int devm_register_reboot_notifier(struct device *dev, struct notifier_block *nb) in devm_register_reboot_notifier()
183 int register_restart_handler(struct notifier_block *nb) in register_restart_handler()
198 int unregister_restart_handler(struct notifier_block *nb) in unregister_restart_handler()
223 int register_pre_restart_handler(struct notifier_block *nb) in register_pre_restart_handler()
229 int unregister_pre_restart_handler(struct notifier_block *nb) in unregister_pre_restart_handler()
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dxsk.h85 static inline __u32 xsk_prod_nb_free(struct xsk_ring_prod *r, __u32 nb) in xsk_prod_nb_free()
104 static inline __u32 xsk_cons_nb_avail(struct xsk_ring_cons *r, __u32 nb) in xsk_cons_nb_avail()
117 size_t nb, __u32 *idx) in xsk_ring_prod__reserve()
128 static inline void xsk_ring_prod__submit(struct xsk_ring_prod *prod, size_t nb) in xsk_ring_prod__submit()
139 size_t nb, __u32 *idx) in xsk_ring_cons__peek()
156 static inline void xsk_ring_cons__release(struct xsk_ring_cons *cons, size_t nb) in xsk_ring_cons__release()
/OK3568_Linux_fs/kernel/drivers/extcon/
H A Ddevres.c35 struct notifier_block *nb; member
173 unsigned int id, struct notifier_block *nb) in devm_extcon_register_notifier()
208 struct notifier_block *nb) in devm_extcon_unregister_notifier()
229 struct notifier_block *nb) in devm_extcon_register_notifier_all()
262 struct notifier_block *nb) in devm_extcon_unregister_notifier_all()
/OK3568_Linux_fs/kernel/arch/powerpc/lib/
H A Dsstep.c107 unsigned long ea, int nb) in address_ok()
261 static nokprobe_inline void do_byte_reverse(void *ptr, int nb) in do_byte_reverse()
289 unsigned long ea, int nb, in read_mem_aligned()
322 static nokprobe_inline int copy_mem_in(u8 *dest, unsigned long ea, int nb, in copy_mem_in()
362 unsigned long ea, int nb, in read_mem_unaligned()
385 static int read_mem(unsigned long *dest, unsigned long ea, int nb, in read_mem()
397 unsigned long ea, int nb, in write_mem_aligned()
427 static nokprobe_inline int copy_mem_out(u8 *dest, unsigned long ea, int nb, in copy_mem_out()
467 unsigned long ea, int nb, in write_mem_unaligned()
485 static int write_mem(unsigned long val, unsigned long ea, int nb, in write_mem()
[all …]
/OK3568_Linux_fs/kernel/arch/x86/events/amd/
H A Dcore.c356 struct amd_nb *nb = cpuc->amd_nb; in amd_has_nb() local
385 struct amd_nb *nb = cpuc->amd_nb; in __amd_put_nb_event_constraints() local
443 struct amd_nb *nb = cpuc->amd_nb; in __amd_get_nb_event_constraints() local
494 struct amd_nb *nb; in amd_alloc_nb() local
533 struct amd_nb *nb; in amd_pmu_cpu_starting() local
570 struct amd_nb *nb = cpuhw->amd_nb; in amd_pmu_cpu_dead() local
/OK3568_Linux_fs/kernel/drivers/platform/chrome/
H A Dcros_usbpd_notify.c23 struct notifier_block nb; member
36 int cros_usbpd_register_notify(struct notifier_block *nb) in cros_usbpd_register_notify()
50 void cros_usbpd_unregister_notify(struct notifier_block *nb) in cros_usbpd_unregister_notify()
211 static int cros_usbpd_notify_plat(struct notifier_block *nb, in cros_usbpd_notify_plat()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ebc-dev/
H A Debc_public.c18 int ebc_register_notifier(struct notifier_block *nb) in ebc_register_notifier()
27 int ebc_unregister_notifier(struct notifier_block *nb) in ebc_unregister_notifier()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/core/
H A Dfb_notify.c23 int fb_register_client(struct notifier_block *nb) in fb_register_client()
33 int fb_unregister_client(struct notifier_block *nb) in fb_unregister_client()
/OK3568_Linux_fs/kernel/net/dcb/
H A Ddcbevent.c15 int register_dcbevent_notifier(struct notifier_block *nb) in register_dcbevent_notifier()
21 int unregister_dcbevent_notifier(struct notifier_block *nb) in unregister_dcbevent_notifier()
/OK3568_Linux_fs/kernel/include/net/
H A Ddcbevent.h21 register_dcbevent_notifier(struct notifier_block *nb) in register_dcbevent_notifier()
26 static inline int unregister_dcbevent_notifier(struct notifier_block *nb) in unregister_dcbevent_notifier()
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Dnotify.c29 void usb_register_notify(struct notifier_block *nb) in usb_register_notify()
42 void usb_unregister_notify(struct notifier_block *nb) in usb_unregister_notify()
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dhed.c28 int register_acpi_hed_notifier(struct notifier_block *nb) in register_acpi_hed_notifier()
34 void unregister_acpi_hed_notifier(struct notifier_block *nb) in unregister_acpi_hed_notifier()
/OK3568_Linux_fs/kernel/include/soc/rockchip/
H A Drockchip-system-status.h19 rockchip_register_system_status_notifier(struct notifier_block *nb) in rockchip_register_system_status_notifier()
25 rockchip_unregister_system_status_notifier(struct notifier_block *nb) in rockchip_unregister_system_status_notifier()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/platform/devicetree/
H A Dmali_kbase_clk_rate_trace.c70 void *gpu_clk_handle, struct notifier_block *nb) in gpu_clk_notifier_register()
90 void *gpu_clk_handle, struct notifier_block *nb) in gpu_clk_notifier_unregister()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Daddrconf_core.c95 int register_inet6addr_notifier(struct notifier_block *nb) in register_inet6addr_notifier()
101 int unregister_inet6addr_notifier(struct notifier_block *nb) in unregister_inet6addr_notifier()
113 int register_inet6addr_validator_notifier(struct notifier_block *nb) in register_inet6addr_validator_notifier()
119 int unregister_inet6addr_validator_notifier(struct notifier_block *nb) in unregister_inet6addr_validator_notifier()
/OK3568_Linux_fs/kernel/include/linux/remoteproc/
H A Dqcom_rproc.h35 struct notifier_block *nb) in qcom_register_ssr_notifier()
41 struct notifier_block *nb) in qcom_unregister_ssr_notifier()
/OK3568_Linux_fs/kernel/include/linux/power/
H A Drk_usbbc.h32 static inline int rk_bc_detect_notifier_register(struct notifier_block *nb, in rk_bc_detect_notifier_register()
38 static inline int rk_bc_detect_notifier_unregister(struct notifier_block *nb) in rk_bc_detect_notifier_unregister()

12345678910>>...32