/openbmc/qemu/include/io/ |
H A D | channel-tls.h | 47 QIOChannel parent; member
|
H A D | channel-buffer.h | 40 QIOChannel parent; member
|
H A D | channel-command.h | 41 QIOChannel parent; member
|
/openbmc/qemu/include/hw/intc/ |
H A D | intc.h | 18 InterfaceClass parent; member
|
/openbmc/linux/drivers/base/ |
H A D | core.c | 1907 struct fwnode_handle *parent; in fwnode_ancestor_init_without_drv() local 3210 struct device *parent) in get_device_parent() 3541 struct device *parent; in device_add() local 3802 struct device *parent = dev->parent; in device_del() local 3973 int device_for_each_child(struct device *parent, void *data, in device_for_each_child() 4003 int device_for_each_child_reverse(struct device *parent, void *data, in device_for_each_child_reverse() 4036 int device_for_each_child_reverse_from(struct device *parent, in device_for_each_child_reverse_from() 4073 struct device *device_find_child(struct device *parent, void *data, in device_find_child() 4101 struct device *device_find_child_by_name(struct device *parent, in device_find_child_by_name() 4133 struct device *device_find_any_child(struct device *parent) in device_find_any_child() [all …]
|
/openbmc/linux/tools/perf/util/ |
H A D | callchain.c | 383 struct rb_node *parent = NULL; in rb_insert_callchain() local 533 create_child(struct callchain_node *parent, bool inherit_children) in create_child() 638 add_child(struct callchain_node *parent, in add_child() 798 split_add_child(struct callchain_node *parent, in split_add_child() 883 struct rb_node *parent = NULL; in append_chain_children() local 1103 struct callchain_cursor *cursor, struct symbol **parent, in sample__resolve_callchain() 1538 struct callchain_node *parent = node->parent; in callchain_node__make_parent_list() local
|
/openbmc/linux/net/bluetooth/ |
H A D | iso.c | 175 struct sock *parent; in iso_chan_del() local 219 struct sock *parent; in iso_conn_del() local 266 struct sock *parent) in __iso_chan_add() 288 struct sock *parent) in iso_chan_add() 685 static void iso_sock_cleanup_listen(struct sock *parent) in iso_sock_cleanup_listen() 805 static void iso_sock_init(struct sock *sk, struct sock *parent) in iso_sock_init() 1686 struct sock *parent = NULL; in iso_conn_ready() local
|
/openbmc/openbmc/poky/scripts/ |
H A D | oepydevshell-internal.py | 42 parent = int(sys.argv[2]) variable
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_acp.h | 32 struct device *parent; member
|
/openbmc/linux/drivers/gpio/ |
H A D | gpio-i8255.h | 24 struct device *parent; member
|
/openbmc/qemu/include/hw/ |
H A D | stream.h | 19 InterfaceClass parent; member
|
/openbmc/linux/net/ceph/ |
H A D | string_table.c | 14 struct rb_node **p, *parent; in ceph_find_or_create_string() local
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/ce/ |
H A D | gv100.c | 30 gv100_ce_cclass_bind(struct nvkm_object *object, struct nvkm_gpuobj *parent, int align, in gv100_ce_cclass_bind()
|
/openbmc/qemu/include/hw/pci-host/ |
H A D | pnv_phb3.h | 77 DeviceState parent; member 108 PCIBus parent; member 129 DeviceState parent; member
|
/openbmc/linux/drivers/pci/hotplug/ |
H A D | rpadlpar_core.c | 43 struct device_node *parent = of_find_node_by_name(NULL, "vdevice"); in find_vio_slot_node() local 124 static struct pci_dev *dlpar_find_new_dev(struct pci_bus *parent, in dlpar_find_new_dev()
|
/openbmc/linux/drivers/acpi/ |
H A D | glue.c | 187 static struct acpi_device *acpi_find_child(struct acpi_device *parent, in acpi_find_child() 205 struct acpi_device *acpi_find_child_device(struct acpi_device *parent, in acpi_find_child_device()
|
/openbmc/linux/security/landlock/ |
H A D | ruleset.c | 314 static int inherit_ruleset(struct landlock_ruleset *const parent, in inherit_ruleset() 403 landlock_merge_ruleset(struct landlock_ruleset *const parent, in landlock_merge_ruleset()
|
/openbmc/linux/drivers/pci/ |
H A D | slot.c | 175 static struct pci_slot *get_slot(struct pci_bus *parent, int slot_nr) in get_slot() 227 struct pci_slot *pci_create_slot(struct pci_bus *parent, int slot_nr, in pci_create_slot()
|
/openbmc/linux/drivers/irqchip/ |
H A D | irq-gic-v3-mbi.c | 231 static int mbi_allocate_domains(struct irq_domain *parent) in mbi_allocate_domains() 261 int __init mbi_init(struct fwnode_handle *fwnode, struct irq_domain *parent) in mbi_init()
|
/openbmc/linux/drivers/nvme/target/ |
H A D | discovery.c | 83 void nvmet_referral_enable(struct nvmet_port *parent, struct nvmet_port *port) in nvmet_referral_enable() 94 void nvmet_referral_disable(struct nvmet_port *parent, struct nvmet_port *port) in nvmet_referral_disable()
|
/openbmc/qemu/tests/unit/ |
H A D | test-io-task.c | 34 Object parent; member 38 ObjectClass parent; member
|
/openbmc/qemu/include/hw/i386/ |
H A D | x86.h | 31 MachineClass parent; member 45 MachineState parent; member
|
/openbmc/linux/tools/testing/selftests/cgroup/ |
H A D | test_memcontrol.c | 33 char *parent, *child, *parent2 = NULL, *child2 = NULL; in test_memcg_subtree_control() local 291 char *parent[3] = {NULL}; in test_memcg_protection() local 1118 char *parent, *child; in test_memcg_oom_group_leaf_events() local 1190 char *parent, *child; in test_memcg_oom_group_parent_events() local
|
/openbmc/linux/net/netfilter/ |
H A D | nft_set_rbtree.c | 61 const struct rb_node *parent; in __nft_rbtree_lookup() local 141 const struct rb_node *parent; in __nft_rbtree_get() local 313 struct rb_node *node, *next, *parent, **p, *first = NULL; in __nft_rbtree_insert() local 553 const struct rb_node *parent = priv->root.rb_node; in nft_rbtree_deactivate() local
|
/openbmc/qemu/include/hw/misc/ |
H A D | aspeed_gfx.h | 22 SysBusDevice parent; member
|