Home
last modified time | relevance | path

Searched defs:nd (Results 1 – 25 of 173) sorted by relevance

1234567

/kernel/linux/linux-4.19/block/
Dnoop-iosched.c23 struct noop_data *nd = q->elevator->elevator_data; in noop_dispatch() local
37 struct noop_data *nd = q->elevator->elevator_data; in noop_add_request() local
45 struct noop_data *nd = q->elevator->elevator_data; in noop_former_request() local
55 struct noop_data *nd = q->elevator->elevator_data; in noop_latter_request() local
64 struct noop_data *nd; in noop_init_queue() local
88 struct noop_data *nd = e->elevator_data; in noop_exit_queue() local
/kernel/linux/linux-5.10/drivers/hid/
Dhid-ntrig.c173 struct ntrig_data *nd = hid_get_drvdata(hdev); in show_phys_width() local
185 struct ntrig_data *nd = hid_get_drvdata(hdev); in show_phys_height() local
197 struct ntrig_data *nd = hid_get_drvdata(hdev); in show_log_width() local
209 struct ntrig_data *nd = hid_get_drvdata(hdev); in show_log_height() local
221 struct ntrig_data *nd = hid_get_drvdata(hdev); in show_min_width() local
233 struct ntrig_data *nd = hid_get_drvdata(hdev); in set_min_width() local
256 struct ntrig_data *nd = hid_get_drvdata(hdev); in show_min_height() local
268 struct ntrig_data *nd = hid_get_drvdata(hdev); in set_min_height() local
292 struct ntrig_data *nd = hid_get_drvdata(hdev); in show_activate_slack() local
302 struct ntrig_data *nd = hid_get_drvdata(hdev); in set_activate_slack() local
[all …]
/kernel/linux/linux-4.19/drivers/hid/
Dhid-ntrig.c177 struct ntrig_data *nd = hid_get_drvdata(hdev); in show_phys_width() local
189 struct ntrig_data *nd = hid_get_drvdata(hdev); in show_phys_height() local
201 struct ntrig_data *nd = hid_get_drvdata(hdev); in show_log_width() local
213 struct ntrig_data *nd = hid_get_drvdata(hdev); in show_log_height() local
225 struct ntrig_data *nd = hid_get_drvdata(hdev); in show_min_width() local
237 struct ntrig_data *nd = hid_get_drvdata(hdev); in set_min_width() local
260 struct ntrig_data *nd = hid_get_drvdata(hdev); in show_min_height() local
272 struct ntrig_data *nd = hid_get_drvdata(hdev); in set_min_height() local
296 struct ntrig_data *nd = hid_get_drvdata(hdev); in show_activate_slack() local
306 struct ntrig_data *nd = hid_get_drvdata(hdev); in set_activate_slack() local
[all …]
/kernel/linux/linux-5.10/drivers/staging/most/net/
Dnet.c164 struct net_dev_context *nd = netdev_priv(dev); in most_nd_set_mac_address() local
188 struct net_dev_context *nd = netdev_priv(dev); in most_nd_open() local
222 struct net_dev_context *nd = netdev_priv(dev); in most_nd_stop() local
236 struct net_dev_context *nd = netdev_priv(dev); in most_nd_start_xmit() local
282 struct net_dev_context *nd; in get_net_dev() local
292 struct net_dev_context *nd; in get_net_dev_hold() local
309 struct net_dev_context *nd; in comp_probe_channel() local
365 struct net_dev_context *nd; in comp_disconnect_channel() local
412 struct net_dev_context *nd; in comp_resume_tx_channel() local
431 struct net_dev_context *nd; in comp_rx_data() local
[all …]
/kernel/linux/linux-4.19/drivers/staging/most/net/
Dnet.c164 struct net_dev_context *nd = netdev_priv(dev); in most_nd_set_mac_address() local
188 struct net_dev_context *nd = netdev_priv(dev); in most_nd_open() local
222 struct net_dev_context *nd = netdev_priv(dev); in most_nd_stop() local
236 struct net_dev_context *nd = netdev_priv(dev); in most_nd_start_xmit() local
282 struct net_dev_context *nd; in get_net_dev() local
292 struct net_dev_context *nd; in get_net_dev_hold() local
308 struct net_dev_context *nd; in comp_probe_channel() local
364 struct net_dev_context *nd; in comp_disconnect_channel() local
411 struct net_dev_context *nd; in comp_resume_tx_channel() local
430 struct net_dev_context *nd; in comp_rx_data() local
[all …]
/kernel/linux/linux-4.19/include/net/
Dncsi.h51 void (*notifier)(struct ncsi_dev *nd)) in ncsi_register_dev()
56 static inline int ncsi_start_dev(struct ncsi_dev *nd) in ncsi_start_dev()
61 static void ncsi_stop_dev(struct ncsi_dev *nd) in ncsi_stop_dev()
65 static inline void ncsi_unregister_dev(struct ncsi_dev *nd) in ncsi_unregister_dev()
/kernel/linux/linux-5.10/include/net/
Dncsi.h51 void (*notifier)(struct ncsi_dev *nd)) in ncsi_register_dev()
56 static inline int ncsi_start_dev(struct ncsi_dev *nd) in ncsi_start_dev()
61 static void ncsi_stop_dev(struct ncsi_dev *nd) in ncsi_stop_dev()
65 static inline void ncsi_unregister_dev(struct ncsi_dev *nd) in ncsi_unregister_dev()
/kernel/linux/linux-4.19/net/ncsi/
Dncsi-manage.c32 struct ncsi_dev *nd = &ndp->ndev; in ncsi_report_link() local
428 struct ncsi_dev *nd = &ndp->ndev; in ncsi_suspend_channel() local
640 struct ncsi_dev *nd = &ndp->ndev; in ncsi_configure_channel() local
986 struct ncsi_dev *nd = &ndp->ndev; in ncsi_probe_channel() local
1155 struct ncsi_dev *nd = &ndp->ndev; in ncsi_dev_work() local
1238 struct ncsi_dev *nd = ncsi_find_dev(dev); in ncsi_inet6addr_event() local
1298 struct ncsi_dev *nd = &ndp->ndev; in ncsi_kick_channels() local
1351 struct ncsi_dev *nd; in ncsi_vlan_rx_add_vid() local
1401 struct ncsi_dev *nd; in ncsi_vlan_rx_kill_vid() local
1439 struct ncsi_dev *nd; in ncsi_register_dev() local
[all …]
/kernel/linux/linux-4.19/fs/
Dnamei.c535 static int __nd_alloc_stack(struct nameidata *nd) in __nd_alloc_stack()
574 static inline int nd_alloc_stack(struct nameidata *nd) in nd_alloc_stack()
583 static void drop_links(struct nameidata *nd) in drop_links()
593 static void terminate_walk(struct nameidata *nd) in terminate_walk()
615 static bool legitimize_path(struct nameidata *nd, in legitimize_path()
632 static bool legitimize_links(struct nameidata *nd) in legitimize_links()
668 static int unlazy_walk(struct nameidata *nd) in unlazy_walk()
711 static int unlazy_child(struct nameidata *nd, struct dentry *dentry, unsigned seq) in unlazy_child()
782 static int complete_walk(struct nameidata *nd) in complete_walk()
810 static void set_root(struct nameidata *nd) in set_root()
[all …]
/kernel/linux/linux-5.10/fs/
Dnamei.c553 static bool nd_alloc_stack(struct nameidata *nd) in nd_alloc_stack()
583 static void drop_links(struct nameidata *nd) in drop_links()
593 static void terminate_walk(struct nameidata *nd) in terminate_walk()
629 static inline bool legitimize_path(struct nameidata *nd, in legitimize_path()
635 static bool legitimize_links(struct nameidata *nd) in legitimize_links()
649 static bool legitimize_root(struct nameidata *nd) in legitimize_root()
687 static bool try_to_unlazy(struct nameidata *nd) in try_to_unlazy()
725 static int unlazy_child(struct nameidata *nd, struct dentry *dentry, unsigned seq) in unlazy_child()
788 static int complete_walk(struct nameidata *nd) in complete_walk()
842 static int set_root(struct nameidata *nd) in set_root()
[all …]
/kernel/linux/linux-5.10/net/ncsi/
Dncsi-manage.c53 struct ncsi_dev *nd = &ndp->ndev; in ncsi_report_link() local
469 struct ncsi_dev *nd = &ndp->ndev; in ncsi_suspend_channel() local
945 struct ncsi_dev *nd = &ndp->ndev; in ncsi_configure_channel() local
1299 struct ncsi_dev *nd = &ndp->ndev; in ncsi_probe_channel() local
1469 struct ncsi_dev *nd = &ndp->ndev; in ncsi_dev_work() local
1548 struct ncsi_dev *nd = &ndp->ndev; in ncsi_kick_channels() local
1601 struct ncsi_dev *nd; in ncsi_vlan_rx_add_vid() local
1651 struct ncsi_dev *nd; in ncsi_vlan_rx_kill_vid() local
1689 struct ncsi_dev *nd; in ncsi_register_dev() local
1746 int ncsi_start_dev(struct ncsi_dev *nd) in ncsi_start_dev()
[all …]
/kernel/linux/linux-4.19/arch/sparc/kernel/
Ddevices.c34 static int check_cpu_node(phandle nd, int *cur_inst, in check_cpu_node()
74 static int cpu_instance_compare(phandle nd, int instance, void *_arg) in cpu_instance_compare()
89 static int cpu_mid_compare(phandle nd, int instance, void *_arg) in cpu_mid_compare()
/kernel/linux/linux-5.10/arch/sparc/kernel/
Ddevices.c34 static int check_cpu_node(phandle nd, int *cur_inst, in check_cpu_node()
74 static int cpu_instance_compare(phandle nd, int instance, void *_arg) in cpu_instance_compare()
89 static int cpu_mid_compare(phandle nd, int instance, void *_arg) in cpu_mid_compare()
/kernel/linux/linux-4.19/tools/perf/util/
Dmetricgroup.h11 struct rb_node nd; member
17 struct list_head nd; member
Dmetricgroup.c35 struct rb_node *nd; in metricgroup__lookup() local
90 struct list_head nd; member
221 struct rb_node nd; member
258 struct rb_node *nd; in mep_lookup() local
273 struct rb_node *nd) in mep_delete()
Dbuild-id.c361 struct rb_node *nd; in perf_session__write_buildid_table() local
393 struct rb_node *nd; in dsos__hit_all() local
435 struct str_node *nd, *nd2; in build_id_cache__list_all() local
512 struct str_node *nd, *cand = NULL; in build_id_cache__complement() local
842 struct rb_node *nd; in perf_session__cache_build_ids() local
867 struct rb_node *nd; in perf_session__read_build_ids() local
/kernel/linux/linux-5.10/drivers/fpga/
Dof-fpga-region.c285 struct of_overlay_notify_data *nd) in of_fpga_region_notify_pre_apply()
325 struct of_overlay_notify_data *nd) in of_fpga_region_notify_post_remove()
347 struct of_overlay_notify_data *nd = arg; in of_fpga_region_notify() local
/kernel/linux/linux-5.10/tools/perf/util/
Dmetricgroup.h19 struct rb_node nd; member
30 struct list_head nd; member
Dbuild-id.c373 struct rb_node *nd; in perf_session__write_buildid_table() local
406 struct rb_node *nd; in dsos__hit_all() local
449 struct str_node *nd, *nd2; in build_id_cache__list_all() local
526 struct str_node *nd, *cand = NULL; in build_id_cache__complement() local
871 struct rb_node *nd; in perf_session__cache_build_ids() local
897 struct rb_node *nd; in perf_session__read_build_ids() local
/kernel/linux/linux-4.19/drivers/fpga/
Dof-fpga-region.c290 struct of_overlay_notify_data *nd) in of_fpga_region_notify_pre_apply()
330 struct of_overlay_notify_data *nd) in of_fpga_region_notify_post_remove()
352 struct of_overlay_notify_data *nd = arg; in of_fpga_region_notify() local
/kernel/linux/linux-4.19/tools/perf/ui/browsers/
Dmap.c23 static void map_browser__write(struct ui_browser *browser, void *nd, int row) in map_browser__write()
114 struct rb_node *nd; in map__browse() local
/kernel/linux/linux-4.19/drivers/isdn/i4l/
Disdn_net.h79 static __inline__ isdn_net_local *isdn_net_get_locked_lp(isdn_net_dev *nd) in isdn_net_get_locked_lp()
107 static __inline__ void isdn_net_add_to_bundle(isdn_net_dev *nd, isdn_net_local *nlp) in isdn_net_add_to_bundle()
/kernel/linux/linux-5.10/tools/perf/ui/browsers/
Dmap.c25 static void map_browser__write(struct ui_browser *browser, void *nd, int row) in map_browser__write()
116 struct rb_node *nd; in map__browse() local
/kernel/linux/linux-5.10/drivers/clk/at91/
Dclk-audio-pll.c62 u8 nd; member
160 unsigned long nd, unsigned long fracr) in clk_audio_pll_fout()
218 unsigned long *nd, in clk_audio_pll_frac_compute_frac()
247 unsigned long fracr, nd; in clk_audio_pll_frac_determine_rate() local
368 unsigned long fracr, nd; in clk_audio_pll_frac_set_rate() local
/kernel/linux/linux-4.19/drivers/clk/at91/
Dclk-audio-pll.c65 u8 nd; member
163 unsigned long nd, unsigned long fracr) in clk_audio_pll_fout()
221 unsigned long *nd, in clk_audio_pll_frac_compute_frac()
250 unsigned long fracr, nd; in clk_audio_pll_frac_determine_rate() local
364 unsigned long fracr, nd; in clk_audio_pll_frac_set_rate() local

1234567