| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | rbtree.c | 50 * - old's parent and color get assigned to new 51 * - old gets assigned new as a parent and 'color' as a color. 57 struct rb_node *parent = rb_parent(old); in __rb_rotate_set_parents() local 60 __rb_change_child(old, new, parent, root); in __rb_rotate_set_parents() 67 struct rb_node *parent = rb_red_parent(node), *gparent, *tmp; in __rb_insert() local 73 * If there is a black parent, we are done. in __rb_insert() 77 if (!parent) { in __rb_insert() 80 } else if (rb_is_black(parent)) in __rb_insert() 83 gparent = rb_red_parent(parent); in __rb_insert() 86 if (parent != tmp) { /* parent == gparent->rb_left */ in __rb_insert() [all …]
|
| /OK3568_Linux_fs/kernel/tools/lib/ |
| H A D | rbtree.c | 55 * are left undone as of now. Nor did I check for loops involving parent 71 * - old's parent and color get assigned to new 72 * - old gets assigned new as a parent and 'color' as a color. 78 struct rb_node *parent = rb_parent(old); in __rb_rotate_set_parents() local 81 __rb_change_child(old, new, parent, root); in __rb_rotate_set_parents() 88 struct rb_node *parent = rb_red_parent(node), *gparent, *tmp; in __rb_insert() local 94 if (unlikely(!parent)) { in __rb_insert() 105 * If there is a black parent, we are done. in __rb_insert() 110 if(rb_is_black(parent)) in __rb_insert() 113 gparent = rb_red_parent(parent); in __rb_insert() [all …]
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | rbtree.c | 55 * are left undone as of now. Nor did I check for loops involving parent 71 * - old's parent and color get assigned to new 72 * - old gets assigned new as a parent and 'color' as a color. 78 struct rb_node *parent = rb_parent(old); in __rb_rotate_set_parents() local 81 __rb_change_child(old, new, parent, root); in __rb_rotate_set_parents() 88 struct rb_node *parent = rb_red_parent(node), *gparent, *tmp; in __rb_insert() local 94 if (unlikely(!parent)) { in __rb_insert() 105 * If there is a black parent, we are done. in __rb_insert() 110 if(rb_is_black(parent)) in __rb_insert() 113 gparent = rb_red_parent(parent); in __rb_insert() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/vfio/mdev/ |
| H A D | mdev_core.c | 32 return mdev->parent->dev; in mdev_parent_dev() 69 struct mdev_parent *parent; in __find_parent_device() local 71 list_for_each_entry(parent, &parent_list, next) { in __find_parent_device() 72 if (parent->dev == dev) in __find_parent_device() 73 return parent; in __find_parent_device() 80 struct mdev_parent *parent = container_of(kref, struct mdev_parent, in mdev_release_parent() local 82 struct device *dev = parent->dev; in mdev_release_parent() 84 kfree(parent); in mdev_release_parent() 88 static struct mdev_parent *mdev_get_parent(struct mdev_parent *parent) in mdev_get_parent() argument 90 if (parent) in mdev_get_parent() [all …]
|
| H A D | vfio_mdev.c | 27 struct mdev_parent *parent = mdev->parent; in vfio_mdev_open() local 30 if (unlikely(!parent->ops->open)) in vfio_mdev_open() 36 ret = parent->ops->open(mdev); in vfio_mdev_open() 46 struct mdev_parent *parent = mdev->parent; in vfio_mdev_release() local 48 if (likely(parent->ops->release)) in vfio_mdev_release() 49 parent->ops->release(mdev); in vfio_mdev_release() 58 struct mdev_parent *parent = mdev->parent; in vfio_mdev_unlocked_ioctl() local 60 if (unlikely(!parent->ops->ioctl)) in vfio_mdev_unlocked_ioctl() 63 return parent->ops->ioctl(mdev, cmd, arg); in vfio_mdev_unlocked_ioctl() 70 struct mdev_parent *parent = mdev->parent; in vfio_mdev_read() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/i2c/ |
| H A D | i2c-mux.c | 44 struct i2c_adapter *parent = muxc->parent; in __i2c_mux_master_xfer() local 51 ret = __i2c_transfer(parent, msgs, num); in __i2c_mux_master_xfer() 63 struct i2c_adapter *parent = muxc->parent; in i2c_mux_master_xfer() local 70 ret = i2c_transfer(parent, msgs, num); in i2c_mux_master_xfer() 84 struct i2c_adapter *parent = muxc->parent; in __i2c_mux_smbus_xfer() local 91 ret = __i2c_smbus_xfer(parent, addr, flags, in __i2c_mux_smbus_xfer() 106 struct i2c_adapter *parent = muxc->parent; in i2c_mux_smbus_xfer() local 113 ret = i2c_smbus_xfer(parent, addr, flags, in i2c_mux_smbus_xfer() 121 /* Return the parent's functionality */ 125 struct i2c_adapter *parent = priv->muxc->parent; in i2c_mux_functionality() local [all …]
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | audit_watch.c | 28 * event. Each audit_watch holds a reference to its associated parent. 41 struct audit_parent *parent; /* associated parent */ member 42 struct list_head wlist; /* entry in parent->watches list */ 58 static void audit_free_parent(struct audit_parent *parent) in audit_free_parent() argument 60 WARN_ON(!list_empty(&parent->watches)); in audit_free_parent() 61 kfree(parent); in audit_free_parent() 66 struct audit_parent *parent; in audit_watch_free_mark() local 68 parent = container_of(entry, struct audit_parent, mark); in audit_watch_free_mark() 69 audit_free_parent(parent); in audit_watch_free_mark() 72 static void audit_get_parent(struct audit_parent *parent) in audit_get_parent() argument [all …]
|
| /OK3568_Linux_fs/external/xserver/test/ |
| H A D | list.c | 36 struct parent { struct 51 struct parent parent, tmp; in test_xorg_list_init() argument 53 memset(&parent, 0, sizeof(parent)); in test_xorg_list_init() 54 parent.a = 0xa5a5a5; in test_xorg_list_init() 55 parent.b = ~0xa5a5a5; in test_xorg_list_init() 57 tmp = parent; in test_xorg_list_init() 59 xorg_list_init(&parent.children); in test_xorg_list_init() 62 assert(parent.a == tmp.a); in test_xorg_list_init() 63 assert(parent.b == tmp.b); in test_xorg_list_init() 65 assert(xorg_list_is_empty(&parent.children)); in test_xorg_list_init() [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/tc-tests/filters/ |
| H A D | basic.json | 15 …"cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: handle 1 protocol ip prio 1 basic match 'cm… 17 "verifyCmd": "$TC filter get dev $DEV1 parent ffff: handle 1 prio 1 protocol ip basic", 18 …"matchPattern": "^filter parent ffff: protocol ip pref 1 basic.*handle 0x1 flowid 1:1.*cmp\\(u8 at… 37 …"cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: handle 1 protocol ip prio 1 basic match 'cm… 39 "verifyCmd": "$TC filter get dev $DEV1 parent ffff: handle 1 prio 1 protocol ip basic", 40 …"matchPattern": "^filter parent ffff: protocol ip pref 1 basic.*handle 0x1 flowid 1:1.*cmp\\(u8 at… 59 …"cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: handle 1 protocol ip prio 1 basic match 'cm… 61 "verifyCmd": "$TC filter get dev $DEV1 parent ffff: handle 1 prio 1 protocol ip basic", 62 …"matchPattern": "^filter parent ffff: protocol ip pref 1 basic.*handle 0x1.*cmp\\(u16 at 0 layer 0… 81 …"cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: handle 1 protocol ip prio 1 basic match 'cm… [all …]
|
| H A D | fw.json | 15 "cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: handle 1 prio 65535 fw action ok", 17 "verifyCmd": "$TC filter get dev $DEV1 parent ffff: handle 1 prio 65535 protocol all fw", 37 "cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: handle 1 prio 65536 fw action ok", 39 "verifyCmd": "$TC filter get dev $DEV1 parent ffff: handle 1 prio 65536 protocol all fw", 164 "cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: handle 1 prio 1 fw action ok", 166 "verifyCmd": "$TC filter get dev $DEV1 parent ffff: handle 1 prio 1 protocol all fw", 186 … "cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: handle 1 prio 1 fw action gact index 1", 188 "verifyCmd": "$TC filter get dev $DEV1 parent ffff: handle 1 prio 1 protocol all fw", 207 "cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: handle 1 prio 1 fw action continue", 209 "verifyCmd": "$TC filter get dev $DEV1 parent ffff: handle 1 prio 1 protocol all fw", [all …]
|
| H A D | matchall.json | 13 …"cmdUnderTest": "$TC filter add dev $DUMMY parent ffff: handle 0x1 prio 1 protocol ip matchall act… 15 "verifyCmd": "$TC filter get dev $DUMMY parent ffff: handle 1 prio 1 protocol ip matchall", 16 …"matchPattern": "^filter parent ffff: protocol ip pref 1 matchall.*handle 0x1.*gact action pass.*r… 34 …"cmdUnderTest": "$TC filter add dev $DUMMY parent 1: handle 0x1 prio 1 protocol ip matchall action… 36 "verifyCmd": "$TC filter get dev $DUMMY parent 1: handle 1 prio 1 protocol ip matchall", 37 …"matchPattern": "^filter parent 1: protocol ip pref 1 matchall.*handle 0x1.*gact action pass.*ref … 55 …"cmdUnderTest": "$TC filter add dev $DUMMY parent ffff: handle 0x1 prio 1 protocol ipv6 matchall a… 57 … "verifyCmd": "$TC filter get dev $DUMMY parent ffff: handle 1 prio 1 protocol ipv6 matchall", 58 …"matchPattern": "^filter parent ffff: protocol ipv6 pref 1 matchall.*handle 0x1.*gact action drop.… 76 …"cmdUnderTest": "$TC filter add dev $DUMMY parent 1: handle 0x1 prio 1 protocol ipv6 matchall acti… [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | debugfs.h | 67 struct dentry *debugfs_lookup(const char *name, struct dentry *parent); 70 struct dentry *parent, void *data, 73 struct dentry *parent, void *data, 77 struct dentry *parent, void *data, 81 struct dentry *debugfs_create_dir(const char *name, struct dentry *parent); 83 struct dentry *debugfs_create_symlink(const char *name, struct dentry *parent, 87 struct dentry *parent, 94 void debugfs_lookup_and_remove(const char *name, struct dentry *parent); 109 void debugfs_create_u8(const char *name, umode_t mode, struct dentry *parent, 111 void debugfs_create_u16(const char *name, umode_t mode, struct dentry *parent, [all …]
|
| H A D | proc_fs.h | 92 struct proc_dir_entry *parent, const struct seq_operations *ops, 94 #define proc_create_seq_data(name, mode, parent, ops, data) \ argument 95 proc_create_seq_private(name, mode, parent, ops, 0, data) 96 #define proc_create_seq(name, mode, parent, ops) \ argument 97 proc_create_seq_private(name, mode, parent, ops, 0, NULL) 99 struct proc_dir_entry *parent, 101 #define proc_create_single(name, mode, parent, show) \ argument 102 proc_create_single_data(name, mode, parent, show, NULL) 109 struct proc_dir_entry *proc_create(const char *name, umode_t mode, struct proc_dir_entry *parent, c… 119 struct proc_dir_entry *parent, const struct seq_operations *ops, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/clk/imx/ |
| H A D | clk.h | 81 #define imx_clk_gate_exclusive(name, parent, reg, shift, exclusive_mask) \ argument 82 to_clk(imx_clk_hw_gate_exclusive(name, parent, reg, shift, exclusive_mask)) 87 #define imx_clk_fixed_factor(name, parent, mult, div) \ argument 88 to_clk(imx_clk_hw_fixed_factor(name, parent, mult, div)) 90 #define imx_clk_divider(name, parent, reg, shift, width) \ argument 91 to_clk(imx_clk_hw_divider(name, parent, reg, shift, width)) 93 #define imx_clk_divider2(name, parent, reg, shift, width) \ argument 94 to_clk(imx_clk_hw_divider2(name, parent, reg, shift, width)) 96 #define imx_clk_divider_flags(name, parent, reg, shift, width, flags) \ argument 97 to_clk(imx_clk_hw_divider_flags(name, parent, reg, shift, width, flags)) [all …]
|
| /OK3568_Linux_fs/kernel/drivers/edac/ |
| H A D | debugfs.c | 57 struct dentry *parent; in edac_create_debugfs_nodes() local 61 parent = debugfs_create_dir(mci->dev.kobj.name, edac_debugfs); in edac_create_debugfs_nodes() 66 debugfs_create_u8(name, S_IRUGO | S_IWUSR, parent, in edac_create_debugfs_nodes() 70 debugfs_create_bool("fake_inject_ue", S_IRUGO | S_IWUSR, parent, in edac_create_debugfs_nodes() 73 debugfs_create_u16("fake_inject_count", S_IRUGO | S_IWUSR, parent, in edac_create_debugfs_nodes() 76 debugfs_create_file("fake_inject", S_IWUSR, parent, &mci->dev, in edac_create_debugfs_nodes() 79 mci->debugfs = parent; in edac_create_debugfs_nodes() 92 /* Create a toplevel dir under EDAC's debugfs hierarchy with parent @parent */ 94 edac_debugfs_create_dir_at(const char *dirname, struct dentry *parent) in edac_debugfs_create_dir_at() argument 96 return debugfs_create_dir(dirname, parent); in edac_debugfs_create_dir_at() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/satelliteinfo/ |
| H A D | satelliteinfo.qml | 68 width: parent.width 71 anchors.top: parent.top 125 anchors.verticalCenter: parent.verticalCenter 126 anchors.left: parent.left 151 anchors.right: parent.right 152 anchors.verticalCenter: parent.verticalCenter 169 anchors.centerIn: parent 175 anchors.fill: parent 185 anchors.bottom: parent.bottom 186 anchors.left: parent.left [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/map/ |
| H A D | MapSliders.qml | 70 anchors.top: parent.top 71 anchors.bottom: parent.bottom 72 anchors.right: rightEdge() ? parent.right : undefined 73 anchors.left: rightEdge() ? undefined : parent.left 81 anchors.verticalCenter: parent.verticalCenter 104 anchors.top: parent.top 105 anchors.left: sliderToggler.checked ? parent.left : parent.horizontalCenter 121 anchors.top: parent.verticalCenter 122 anchors.right: sliderToggler.checked ? parent.right : parent.horizontalCenter 135 height: parent.height [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/manual/mapitems_backends/ |
| H A D | main.qml | 88 anchors.fill: parent 97 bottom: parent.bottom 98 top: parent.top 99 left: parent.left 100 right: parent.horizontalCenter 115 z : parent.z + 1 127 anchors.fill: parent 140 top: parent.top 141 right: parent.right 151 right: parent.right [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/manual/mapobjects_tester/ |
| H A D | main.qml | 70 anchors.fill: parent 79 bottom: parent.bottom 80 top: parent.top 81 left: parent.left 82 right: parent.horizontalCenter 97 z : parent.z + 1 109 anchors.fill: parent 124 bottom: parent.bottom 125 top: parent.top 126 left: parent.horizontalCenter [all …]
|
| /OK3568_Linux_fs/kernel/fs/kernfs/ |
| H A D | dir.c | 21 static DEFINE_SPINLOCK(kernfs_rename_lock); /* kn->parent and ->name */ 55 return strlcpy(buf, kn->parent ? kn->name : "/", buflen); in kernfs_name_locked() 63 while (to->parent && to != from) { in kernfs_depth() 65 to = to->parent; in kernfs_depth() 83 a = a->parent; in kernfs_common_ancestor() 87 b = b->parent; in kernfs_common_ancestor() 93 b = b->parent; in kernfs_common_ancestor() 94 a = a->parent; in kernfs_common_ancestor() 167 kn = kn->parent; in kernfs_path_from_node_locked() 204 * @from: parent kernfs_node relative to which we need to build the path [all …]
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | qdisc.h | 28 __field( u32, parent ) 40 __entry->parent = qdisc->parent; 44 TP_printk("dequeue ifindex=%d qdisc handle=0x%X parent=0x%X txq_state=0x%lX packets=%d skbaddr=%p", 45 __entry->ifindex, __entry->handle, __entry->parent, 58 __field( u32, parent ) 65 __entry->parent = q->parent; 69 TP_printk("dev=%s kind=%s parent=%x:%x handle=%x:%x", __get_str(dev), 70 __get_str(kind), TC_H_MAJ(__entry->parent) >> 16, TC_H_MIN(__entry->parent), 83 __field( u32, parent ) 90 __entry->parent = q->parent; [all …]
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | qconf.h | 44 typedef class QTreeWidget Parent; typedef 48 ConfigView* parent(void) const in parent() function 50 return (ConfigView*)Parent::parent(); in parent() 105 void updateMenuList(ConfigItem *parent, struct menu*); 106 void updateMenuList(ConfigList *parent, struct menu*); 124 typedef class QTreeWidgetItem Parent; typedef 126 ConfigItem(ConfigList *parent, ConfigItem *after, struct menu *m, bool v) in ConfigItem() argument 127 : Parent(parent, after), nextItem(0), menu(m), visible(v), goParent(false) in ConfigItem() 131 ConfigItem(ConfigItem *parent, ConfigItem *after, struct menu *m, bool v) in ConfigItem() argument 132 : Parent(parent, after), nextItem(0), menu(m), visible(v), goParent(false) in ConfigItem() [all …]
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | qconf.h | 44 typedef class QTreeWidget Parent; typedef 48 ConfigView* parent(void) const in parent() function 50 return (ConfigView*)Parent::parent(); in parent() 105 void updateMenuList(ConfigItem *parent, struct menu*); 106 void updateMenuList(ConfigList *parent, struct menu*); 124 typedef class QTreeWidgetItem Parent; typedef 126 ConfigItem(ConfigList *parent, ConfigItem *after, struct menu *m, bool v) in ConfigItem() argument 127 : Parent(parent, after), nextItem(0), menu(m), visible(v), goParent(false) in ConfigItem() 131 ConfigItem(ConfigItem *parent, ConfigItem *after, struct menu *m, bool v) in ConfigItem() argument 132 : Parent(parent, after), nextItem(0), menu(m), visible(v), goParent(false) in ConfigItem() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/manual/mappolyline_tester/ |
| H A D | main.qml | 67 anchors.fill: parent 76 bottom: parent.bottom 77 top: parent.top 78 left: parent.left 79 right: (leftSwitch.checked) ? parent.right : parent.horizontalCenter 94 z : parent.z + 1 103 anchors.fill: parent 116 top: parent.top 117 right: parent.right 130 bottom: parent.bottom [all …]
|
| /OK3568_Linux_fs/kernel/arch/c6x/platforms/ |
| H A D | pll.c | 29 if (clk->parent) in __clk_enable() 30 __clk_enable(clk->parent); in __clk_enable() 40 if (clk->parent) in __clk_disable() 41 __clk_disable(clk->parent); in __clk_disable() 128 int clk_set_parent(struct clk *clk, struct clk *parent) in clk_set_parent() argument 135 /* Cannot change parent on enabled clock */ in clk_set_parent() 140 clk->parent = parent; in clk_set_parent() 142 list_add(&clk->childnode, &clk->parent->children); in clk_set_parent() 160 if (WARN(clk->parent && !clk->parent->rate, in clk_register() 161 "CLK: %s parent %s has no rate!\n", in clk_register() [all …]
|