Home
last modified time | relevance | path

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

123

/linux/drivers/hid/
H A 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 …]
/linux/drivers/staging/most/net/
H A 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 …]
/linux/include/net/
H A Dncsi.h53 void (*notifier)(struct ncsi_dev *nd)) in ncsi_register_dev()
58 static inline int ncsi_start_dev(struct ncsi_dev *nd) in ncsi_start_dev()
63 static void ncsi_stop_dev(struct ncsi_dev *nd) in ncsi_stop_dev()
67 static inline void ncsi_unregister_dev(struct ncsi_dev *nd) in ncsi_unregister_dev()
/linux/net/ncsi/
H A 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
991 struct ncsi_dev *nd = &ndp->ndev; in ncsi_configure_channel() local
1360 struct ncsi_dev *nd = &ndp->ndev; in ncsi_probe_channel() local
1538 struct ncsi_dev *nd = &ndp->ndev; in ncsi_dev_work() local
1617 struct ncsi_dev *nd = &ndp->ndev; in ncsi_kick_channels() local
1670 struct ncsi_dev *nd; in ncsi_vlan_rx_add_vid() local
1720 struct ncsi_dev *nd; in ncsi_vlan_rx_kill_vid() local
1758 struct ncsi_dev *nd; in ncsi_register_dev() local
1817 int ncsi_start_dev(struct ncsi_dev *nd) in ncsi_start_dev()
[all …]
/linux/fs/
H A Dnamei.c789 static bool nd_alloc_stack(struct nameidata *nd) in nd_alloc_stack() argument
821 static void drop_links(struct nameidata *nd) in drop_links() argument
831 static void leave_rcu(struct nameidata *nd) in leave_rcu() argument
838 terminate_walk(struct nameidata * nd) terminate_walk() argument
876 legitimize_path(struct nameidata * nd,struct path * path,unsigned seq) legitimize_path() argument
882 legitimize_links(struct nameidata * nd) legitimize_links() argument
899 legitimize_root(struct nameidata * nd) legitimize_root() argument
930 try_to_unlazy(struct nameidata * nd) try_to_unlazy() argument
971 try_to_unlazy_next(struct nameidata * nd,struct dentry * dentry) try_to_unlazy_next() argument
1045 complete_walk(struct nameidata * nd) complete_walk() argument
1100 set_root(struct nameidata * nd) set_root() argument
1127 nd_jump_root(struct nameidata * nd) nd_jump_root() argument
1166 struct nameidata *nd = current->nameidata; nd_jump_link() local
1191 put_link(struct nameidata * nd) put_link() argument
1269 may_follow_link(struct nameidata * nd,const struct inode * inode) may_follow_link() argument
1405 may_create_in_sticky(struct mnt_idmap * idmap,struct nameidata * nd,struct inode * const inode) may_create_in_sticky() argument
1682 __follow_mount_rcu(struct nameidata * nd,struct path * path) __follow_mount_rcu() argument
1723 handle_mounts(struct nameidata * nd,struct dentry * dentry,struct path * path) handle_mounts() argument
1839 lookup_fast(struct nameidata * nd) lookup_fast() argument
1953 may_lookup(struct mnt_idmap * idmap,struct nameidata * restrict nd) may_lookup() argument
1976 reserve_stack(struct nameidata * nd,struct path * link) reserve_stack() argument
2004 pick_link(struct nameidata * nd,struct path * link,struct inode * inode,int flags) pick_link() argument
2094 step_into_slowpath(struct nameidata * nd,int flags,struct dentry * dentry) step_into_slowpath() argument
2127 step_into(struct nameidata * nd,int flags,struct dentry * dentry) step_into() argument
2152 follow_dotdot_rcu(struct nameidata * nd) follow_dotdot_rcu() argument
2192 follow_dotdot(struct nameidata * nd) follow_dotdot() argument
2224 handle_dots(struct nameidata * nd,int type) handle_dots() argument
2262 walk_component(struct nameidata * nd,int flags) walk_component() argument
2443 hash_name(struct nameidata * nd,const char * name,unsigned long * lastword) hash_name() argument
2532 hash_name(struct nameidata * nd,const char * name,unsigned long * lastword) hash_name() argument
2569 link_path_walk(const char * name,struct nameidata * nd) link_path_walk() argument
2668 path_init(struct nameidata * nd,unsigned flags) path_init() argument
2775 lookup_last(struct nameidata * nd) lookup_last() argument
2783 handle_lookup_down(struct nameidata * nd) handle_lookup_down() argument
2792 path_lookupat(struct nameidata * nd,unsigned flags,struct path * path) path_lookupat() argument
2829 struct nameidata nd; filename_lookup() local
2847 path_parentat(struct nameidata * nd,unsigned flags,struct path * parent) path_parentat() argument
2870 struct nameidata nd; __filename_parentat() local
4378 lookup_open(struct nameidata * nd,struct file * file,const struct open_flags * op,bool got_write,struct delegated_inode * delegated_inode) lookup_open() argument
4499 trailing_slashes(struct nameidata * nd) trailing_slashes() argument
4504 lookup_fast_for_open(struct nameidata * nd,int open_flag) lookup_fast_for_open() argument
4535 open_last_lookups(struct nameidata * nd,struct file * file,const struct open_flags * op) open_last_lookups() argument
4627 do_open(struct nameidata * nd,struct file * file,const struct open_flags * op) do_open() argument
4775 do_tmpfile(struct nameidata * nd,unsigned flags,const struct open_flags * op,struct file * file) do_tmpfile() argument
4798 do_o_path(struct nameidata * nd,unsigned flags,struct file * file) do_o_path() argument
4810 path_openat(struct nameidata * nd,const struct open_flags * op,unsigned flags) path_openat() argument
4852 struct nameidata nd; do_file_open() local
4871 struct nameidata nd; do_file_open_root() local
[all...]
/linux/arch/sparc/kernel/
H A 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()
/linux/drivers/clk/at91/
H A 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
372 unsigned long fracr, nd; in clk_audio_pll_frac_set_rate() local
/linux/io_uring/
H A Dnotif.h38 struct io_notif_data *nd = io_notif_to_data(notif); in io_notif_flush() local
46 struct io_notif_data *nd = io_notif_to_data(notif); in io_notif_account_mem() local
/linux/tools/perf/util/
H A Dmetricgroup.h23 struct rb_node nd; member
46 struct list_head nd; member
H A Dprint-events.c187 struct rb_node nd; member
224 struct rb_node *nd) in mep_delete()
235 struct rb_node *nd; in mep_lookup() local
H A Dbuild-id.c368 struct rb_node *nd; in perf_session__write_buildid_table() local
409 struct str_node *nd, *nd2; in build_id_cache__list_all() local
486 struct str_node *nd, *cand = NULL; in build_id_cache__complement() local
920 struct rb_node *nd; in machines__for_each_dso() local
955 struct rb_node *nd; in perf_session__read_build_ids() local
H A Dhist.c2333 struct rb_node *nd; in hists__filter_by_type() local
2357 struct rb_node *nd; in resort_filtered_entry() local
2393 struct rb_node *nd; in hists__filter_hierarchy() local
2681 struct rb_node *nd; in hists__match_hierarchy() local
2701 struct rb_node *nd; in hists__match() local
2729 struct rb_node *nd; in hists__link_hierarchy() local
2776 struct rb_node *nd; in hists__link() local
2808 struct rb_node *nd; in hists__unlink() local
H A Dsrccode.c27 struct list_head nd; member
H A Dmap.c319 struct rb_node *nd = rb_first_cached(symbols); in map__fixup_start() local
332 struct rb_node *nd = rb_last(&symbols->rb_root); in map__fixup_end() local
/linux/tools/perf/ui/browsers/
H A Dmap.c25 static void map_browser__write(struct ui_browser *browser, void *nd, int row) in map_browser__write()
118 struct rb_node *nd; in map__browse() local
H A Dhists.c64 struct rb_node *nd; in hist_browser__get_folding() local
180 struct rb_node *nd; in callchain_node__count_rows_rb_tree() local
262 struct rb_node *nd; in callchain__count_rows() local
331 struct rb_node *nd = rb_first(&node->rb_root); in callchain_node__init_have_children_rb_tree() local
370 struct rb_node *nd = rb_first(root); in callchain__init_have_children() local
514 struct rb_node *nd; in callchain_node__set_folding_rb_tree() local
554 struct rb_node *nd; in callchain__set_folding() local
569 struct rb_node *nd; in hierarchy_set_folding() local
605 struct rb_node *nd; in __hist_browser__set_folding() local
1859 struct rb_node *nd; in hist_browser__refresh() local
[all …]
/linux/tools/perf/ui/gtk/
H A Dhists.c100 struct rb_node *nd; in perf_gtk__add_callchain_flat() local
163 struct rb_node *nd; in perf_gtk__add_callchain_folded() local
223 struct rb_node *nd; in perf_gtk__add_callchain_graph() local
300 struct rb_node *nd; in perf_gtk__show_hists() local
/linux/fs/dlm/
H A Dconfig.c572 struct dlm_node *nd; in make_node() local
602 struct dlm_node *nd = config_item_to_node(i); in drop_node() local
624 struct dlm_node *nd = config_item_to_node(i); in release_node() local
933 struct dlm_node *nd; in dlm_config_nodes() local
/linux/drivers/hwtracing/coresight/
H A Dcoresight-core.c429 struct coresight_node *nd) in coresight_disable_path_from()
509 struct coresight_node *nd; in coresight_enable_path() local
743 struct coresight_node *nd; in coresight_path_assign_trace_id() local
868 struct coresight_node *nd, *next; in coresight_release_path() local
/linux/arch/arm/mach-exynos/
H A Dfirmware.c198 struct device_node *nd; in exynos_secure_firmware_available() local
/linux/tools/perf/tests/
H A Dvmlinux-kallsyms.c192 struct rb_node *nd; in test__vmlinux_matches_kallsyms() local
H A Dsymbols.c118 struct rb_node *nd; in test_dso() local
/linux/drivers/nubus/
H A Dnubus.c160 unsigned char *nubus_dirptr(const struct nubus_dirent *nd) in nubus_dirptr()
279 int nubus_readdir(struct nubus_dir *nd, struct nubus_dirent *ent) in nubus_readdir()
/linux/tools/perf/ui/
H A Dbrowser.c141 struct rb_node *nd; in ui_browser__rb_tree_seek() local
170 struct rb_node *nd; in ui_browser__rb_tree_refresh() local
/linux/mm/
H A Dmemory-tiers.c332 struct demotion_nodes *nd; in next_demotion_node() local
428 struct demotion_nodes *nd; in establish_demotion_targets() local

123