Home
last modified time | relevance | path

Searched defs:parent (Results 726 – 750 of 2212) sorted by relevance

1...<<21222324252627282930>>...89

/openbmc/linux/drivers/net/ethernet/sfc/
H A Def100_rep.h47 struct efx_nic *parent; member
/openbmc/linux/drivers/bus/fsl-mc/
H A Dfsl-mc-msi.c161 struct irq_domain *parent) in fsl_mc_msi_create_irq_domain()
/openbmc/linux/drivers/of/
H A Dkobj.c118 struct kobject *parent; in __of_attach_node_sysfs() local
/openbmc/linux/drivers/iio/gyro/
H A Dst_gyro_core.c474 struct device *parent = indio_dev->dev.parent; in st_gyro_common_probe() local
/openbmc/linux/drivers/acpi/acpica/
H A Dnsxfname.c46 acpi_get_handle(acpi_handle parent, in acpi_get_handle()
/openbmc/linux/drivers/clk/visconti/
H A Dpll.h51 const char *parent; member
/openbmc/linux/fs/hpfs/
H A Dinode.c185 struct inode *parent; in hpfs_write_inode() local
/openbmc/linux/arch/sparc/kernel/
H A Dftrace.c119 unsigned long prepare_ftrace_return(unsigned long parent, in prepare_ftrace_return()
/openbmc/bmcweb/http/
H A Dapp.hpp156 std::vector<const std::string*> getRoutes(const std::string& parent) in getRoutes()
/openbmc/phosphor-objmgr/src/
H A Dprocessing.cpp155 std::string parent = objPath.str; in processInterfaceAdded() local
/openbmc/linux/net/sched/
H A Dsch_hfsc.c188 struct rb_node *parent = NULL; in eltree_insert() local
253 struct rb_node *parent = NULL; in vttree_insert() local
322 struct rb_node *parent = NULL; in cftree_insert() local
926 struct hfsc_class *parent = NULL; in hfsc_change_class() local
1234 hfsc_bind_tcf(struct Qdisc *sch, unsigned long parent, u32 classid) in hfsc_bind_tcf()
H A Dsch_htb.c108 struct htb_class *parent; /* parent class */ member
290 struct rb_node **p = &root->rb_node, *parent = NULL; in htb_add_to_id_tree() local
319 struct rb_node **p = &q->hlevel[cl->level].wait_pq.rb_node, *parent = NULL; in htb_add_to_wait_tree() local
1506 struct htb_class *parent = cl->parent; in htb_parent_to_leaf() local
1763 struct htb_class *cl = (struct htb_class *)*arg, *parent; in htb_change_class() local
2080 static unsigned long htb_bind_filter(struct Qdisc *sch, unsigned long parent, in htb_bind_filter()
/openbmc/linux/fs/ceph/
H A Dinode.c160 struct inode *ceph_get_snapdir(struct inode *parent) in ceph_get_snapdir()
253 struct rb_node *parent = NULL; in __get_or_create_frag() local
1523 struct dentry *dn, *parent; in ceph_fill_trace() local
1866 struct dentry *parent = req->r_dentry; in ceph_readdir_prepopulate() local
3009 struct inode *parent; in ceph_getattr() local
/openbmc/linux/net/802/
H A Dgarp.c150 struct rb_node *parent = app->gid.rb_node; in garp_attr_lookup() local
170 struct rb_node *parent = NULL, **p = &app->gid.rb_node; in garp_attr_create() local
/openbmc/linux/drivers/rpmsg/
H A Drpmsg_char.c408 struct device *parent) in rpmsg_chrdev_eptdev_alloc()
475 int rpmsg_chrdev_eptdev_create(struct rpmsg_device *rpdev, struct device *parent, in rpmsg_chrdev_eptdev_create()
/openbmc/linux/drivers/clk/at91/
H A Dclk-usb.c60 struct clk_hw *parent; in at91sam9x5_clk_usb_determine_rate() local
326 struct clk_hw *parent = clk_hw_get_parent(hw); in at91rm9200_clk_usb_round_rate() local
/openbmc/linux/drivers/clk/ti/
H A Dclk.c167 struct device_node *node, *parent, *child; in ti_dt_clocks_register() local
364 int __init omap2_clk_provider_init(struct device_node *parent, int index, in omap2_clk_provider_init()
/openbmc/linux/drivers/pmdomain/mediatek/
H A Dmtk-pm-domains.c480 static int scpsys_add_subdomain(struct scpsys *scpsys, struct device_node *parent) in scpsys_add_subdomain()
611 struct device *parent; in scpsys_probe() local
/openbmc/linux/drivers/base/
H A Dclass.c470 const struct class *parent; in class_interface_register() local
504 const struct class *parent = class_intf->class; in class_interface_unregister() local
/openbmc/linux/drivers/macintosh/
H A Dmacio_asic.c359 struct device *parent, in macio_add_one_device()
461 struct device *parent = NULL; in macio_pci_add_devices() local
/openbmc/linux/tools/perf/util/
H A Dmaps.c39 struct rb_node *parent = NULL; in __maps__insert() local
386 int maps__clone(struct thread *thread, struct maps *parent) in maps__clone()
/openbmc/linux/drivers/clk/
H A Dclk-npcm8xx.c60 struct clk_parent_data parent; member
256 const char *name, const struct clk_parent_data *parent, in npcm8xx_clk_register_pll()
/openbmc/linux/fs/
H A Dnamei.c776 struct dentry *parent = nd->path.dentry; in try_to_unlazy() local
1277 struct mount *parent; in follow_up() local
1620 struct dentry *dentry, *parent = nd->path.dentry; in lookup_fast() local
1877 struct dentry *parent, *old; in follow_dotdot_rcu() local
1917 struct dentry *parent; in follow_dotdot() local
1951 struct dentry *parent; in handle_dots() local
2289 struct dentry *parent = nd->path.dentry; in link_path_walk() local
2527 struct path *parent) in path_parentat()
2544 unsigned int flags, struct path *parent, in __filename_parentat()
2569 unsigned int flags, struct path *parent, in filename_parentat()
[all …]
/openbmc/linux/drivers/md/bcache/
H A Dbtree.c403 void __bch_btree_node_write(struct btree *b, struct closure *parent) in __bch_btree_node_write()
434 void bch_btree_node_write(struct btree *b, struct closure *parent) in bch_btree_node_write()
1004 struct btree *parent) in bch_btree_node_get()
1059 static void btree_node_prefetch(struct btree *parent, struct bkey *k) in btree_node_prefetch()
1118 struct btree *parent) in __bch_btree_node_alloc()
1161 struct btree *parent) in bch_btree_node_alloc()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/core/
H A Dramht.c142 struct nvkm_gpuobj *parent, struct nvkm_ramht **pramht) in nvkm_ramht_new()

1...<<21222324252627282930>>...89