Home
last modified time | relevance | path

Searched defs:parent (Results 1 – 25 of 1658) sorted by relevance

12345678910>>...67

/linux/include/linux/
H A Dproc_fs.h102 #define proc_create_seq_data(name, mode, parent, ops, data) \ argument
104 #define proc_create_seq(name, mode, parent, ops) \ argument
109 #define proc_create_single(name, mode, parent, show) \ argument
138 proc_create_net(name,mode,parent,ops,state_size) global() argument
182 proc_symlink(const char * name,struct proc_dir_entry * parent,const char * dest) proc_symlink() argument
184 proc_mkdir(const char * name,struct proc_dir_entry * parent) proc_mkdir() argument
187 _proc_mkdir(const char * name,umode_t mode,struct proc_dir_entry * parent,void * data,bool force_lookup) _proc_mkdir() argument
192 proc_mkdir_data(const char * name,umode_t mode,struct proc_dir_entry * parent,void * data) proc_mkdir_data() argument
194 proc_mkdir_mode(const char * name,umode_t mode,struct proc_dir_entry * parent) proc_mkdir_mode() argument
195 proc_create_seq_private(name,mode,parent,ops,size,data) global() argument
196 proc_create_seq_data(name,mode,parent,ops,data) global() argument
197 proc_create_seq(name,mode,parent,ops) global() argument
198 proc_create_single(name,mode,parent,show) global() argument
199 proc_create_single_data(name,mode,parent,show,data) global() argument
202 proc_create(const char * name,umode_t mode,struct proc_dir_entry * parent,const struct proc_ops * proc_ops) proc_create() argument
207 proc_create_data(const char * name,umode_t mode,struct proc_dir_entry * parent,const struct proc_ops * proc_ops,void * data) proc_create_data() argument
217 remove_proc_entry(name,parent) global() argument
218 remove_proc_subtree(const char * name,struct proc_dir_entry * parent) remove_proc_subtree() argument
220 proc_create_net_data(name,mode,parent,ops,state_size,data) global() argument
221 proc_create_net_data_write(name,mode,parent,ops,write,state_size,data) global() argument
222 proc_create_net(name,mode,parent,state_size,ops) global() argument
223 proc_create_net_single(name,mode,parent,show,data) global() argument
224 proc_create_net_single_write(name,mode,parent,show,write,data) global() argument
236 proc_net_mkdir(struct net * net,const char * name,struct proc_dir_entry * parent) proc_net_mkdir() argument
[all...]
H A Dof_graph.h37 #define for_each_endpoint_of_node(parent, child) \ argument
49 #define for_each_of_graph_port(parent, child) \ argument
61 for_each_of_graph_port_endpoint(parent,child) global() argument
118 of_graph_get_next_endpoint(const struct device_node * parent,struct device_node * previous) of_graph_get_next_endpoint() argument
125 of_graph_get_next_port(const struct device_node * parent,struct device_node * previous) of_graph_get_next_port() argument
132 of_graph_get_next_port_endpoint(const struct device_node * parent,struct device_node * previous) of_graph_get_next_port_endpoint() argument
139 of_graph_get_endpoint_by_regs(const struct device_node * parent,int port_reg,int reg) of_graph_get_endpoint_by_regs() argument
[all...]
H A Dof_platform.h96 struct device *parent) in of_platform_device_create() argument
108 struct device *parent) in of_platform_populate() argument
114 struct device *parent) in of_platform_default_populate() argument
118 static inline void of_platform_depopulate(struct device *parent) { } in of_platform_depopulate() argument
[all...]
/linux/drivers/clk/
H A Dclk-gate_test.c31 struct clk_hw *parent; in clk_gate_register_test_parent_names() local
49 struct clk_hw *parent; in clk_gate_register_test_parent_data() local
69 struct clk_hw *parent; clk_gate_register_test_parent_data_legacy() local
89 struct clk_hw *parent; clk_gate_register_test_parent_hw() local
133 struct clk_hw *parent; global() member
151 struct clk_hw *parent = ctx->parent; clk_gate_test_parent_rate() local
162 struct clk_hw *parent = ctx->parent; clk_gate_test_enable() local
179 struct clk_hw *parent = ctx->parent; clk_gate_test_disable() local
205 struct clk_hw *parent; clk_gate_test_init() local
242 struct clk_hw *parent = ctx->parent; clk_gate_test_invert_enable() local
259 struct clk_hw *parent = ctx->parent; clk_gate_test_invert_disable() local
284 struct clk_hw *parent; clk_gate_test_invert_init() local
315 struct clk_hw *parent = ctx->parent; clk_gate_test_hiword_enable() local
332 struct clk_hw *parent = ctx->parent; clk_gate_test_hiword_disable() local
357 struct clk_hw *parent; clk_gate_test_hiword_init() local
[all...]
/linux/drivers/i2c/
H A Di2c-mux.c44 struct i2c_adapter *parent = muxc->parent; in __i2c_mux_master_xfer() local
63 struct i2c_adapter *parent = muxc->parent; in i2c_mux_master_xfer() local
84 struct i2c_adapter *parent = muxc->parent; in __i2c_mux_smbus_xfer() local
106 struct i2c_adapter *parent in i2c_mux_smbus_xfer() local
125 struct i2c_adapter *parent = priv->muxc->parent; i2c_mux_functionality() local
133 struct i2c_adapter *parent = priv->muxc->parent; i2c_mux_lock_bus() local
144 struct i2c_adapter *parent = priv->muxc->parent; i2c_mux_trylock_bus() local
159 struct i2c_adapter *parent = priv->muxc->parent; i2c_mux_unlock_bus() local
170 struct i2c_adapter *parent = priv->muxc->parent; i2c_parent_lock_bus() local
180 struct i2c_adapter *parent = priv->muxc->parent; i2c_parent_trylock_bus() local
194 struct i2c_adapter *parent = priv->muxc->parent; i2c_parent_unlock_bus() local
226 i2c_mux_alloc(struct i2c_adapter * parent,struct device * dev,int max_adapters,int sizeof_priv,u32 flags,int (* select)(struct i2c_mux_core *,u32),int (* deselect)(struct i2c_mux_core *,u32)) i2c_mux_alloc() argument
273 struct i2c_adapter *parent = muxc->parent; i2c_mux_add_adapter() local
[all...]
/linux/kernel/
H A Daudit_watch.c41 struct audit_parent *parent; /* associated parent */ member
58 static void audit_free_parent(struct audit_parent *parent) in audit_free_parent() argument
66 struct audit_parent *parent; in audit_watch_free_mark() local
72 audit_get_parent(struct audit_parent * parent) audit_get_parent() argument
78 audit_put_parent(struct audit_parent * parent) audit_put_parent() argument
90 struct audit_parent *parent = NULL; audit_find_parent() local
139 struct audit_parent *parent; audit_init_parent() local
245 audit_update_watch(struct audit_parent * parent,const struct qstr * dname,dev_t dev,unsigned long ino,unsigned invalidating) audit_update_watch() argument
322 audit_remove_parent_watches(struct audit_parent * parent) audit_remove_parent_watches() argument
348 audit_get_nd(struct audit_watch * watch,struct path * parent) audit_get_nd() argument
370 audit_add_to_parent(struct audit_krule * krule,struct audit_parent * parent) audit_add_to_parent() argument
407 struct audit_parent *parent; audit_add_watch() local
454 struct audit_parent *parent = watch->parent; audit_remove_watch_rule() local
476 struct audit_parent *parent; audit_watch_handle_event() local
[all...]
/linux/lib/
H A Drbtree.c78 struct rb_node *parent = rb_parent(old); in __rb_rotate_set_parents() local
88 struct rb_node *parent = rb_red_parent(node), *gparent, *tmp; in __rb_insert() local
227 ____rb_erase_color(struct rb_node * parent,struct rb_root * root,void (* augment_rotate)(struct rb_node * old,struct rb_node * new)) ____rb_erase_color() argument
410 __rb_erase_color(struct rb_node * parent,struct rb_root * root,void (* augment_rotate)(struct rb_node * old,struct rb_node * new)) __rb_erase_color() argument
494 struct rb_node *parent; rb_next() local
526 struct rb_node *parent; rb_prev() local
556 struct rb_node *parent = rb_parent(victim); rb_replace_node() local
573 struct rb_node *parent = rb_parent(victim); rb_replace_node_rcu() local
606 const struct rb_node *parent; rb_next_postorder() local
[all...]
/linux/drivers/s390/cio/
H A Dvfio_ccw_drv.c39 struct vfio_ccw_parent *parent = dev_get_drvdata(&sch->dev); in vfio_ccw_sch_quiesce() local
133 struct vfio_ccw_parent *parent = dev_get_drvdata(&sch->dev); in vfio_ccw_sch_irq() local
157 struct vfio_ccw_parent *parent = container_of(dev, struct vfio_ccw_parent, dev); in vfio_ccw_free_parent() local
165 struct vfio_ccw_parent *parent; in vfio_ccw_sch_probe() local
211 struct vfio_ccw_parent *parent = dev_get_drvdata(&sch->dev); vfio_ccw_sch_remove() local
225 struct vfio_ccw_parent *parent = dev_get_drvdata(&sch->dev); vfio_ccw_sch_shutdown() local
247 struct vfio_ccw_parent *parent = dev_get_drvdata(&sch->dev); vfio_ccw_sch_event() local
302 struct vfio_ccw_parent *parent = dev_get_drvdata(&sch->dev); vfio_ccw_chp_event() local
[all...]
/linux/drivers/of/
H A Dplatform.c99 struct device *parent) in of_device_alloc() argument
155 struct device *parent) in of_platform_device_create_pdata() argument
199 of_platform_device_create(struct device_node * np,const char * bus_id,struct device * parent) of_platform_device_create() argument
209 of_amba_device_create(struct device_node * node,const char * bus_id,void * platform_data,struct device * parent) of_amba_device_create() argument
266 of_amba_device_create(struct device_node * node,const char * bus_id,void * platform_data,struct device * parent) of_amba_device_create() argument
328 of_platform_bus_create(struct device_node * bus,const struct of_device_id * matches,const struct of_dev_auxdata * lookup,struct device * parent,bool strict) of_platform_bus_create() argument
395 of_platform_bus_probe(struct device_node * root,const struct of_device_id * matches,struct device * parent) of_platform_bus_probe() argument
447 of_platform_populate(struct device_node * root,const struct of_device_id * matches,const struct of_dev_auxdata * lookup,struct device * parent) of_platform_populate() argument
475 of_platform_default_populate(struct device_node * root,const struct of_dev_auxdata * lookup,struct device * parent) of_platform_default_populate() argument
641 of_platform_depopulate(struct device * parent) of_platform_depopulate() argument
728 struct device_node *parent; of_platform_notify() local
[all...]
/linux/tools/lib/
H A Drbtree.c78 struct rb_node *parent = rb_parent(old); in __rb_rotate_set_parents() local
88 struct rb_node *parent = rb_red_parent(node), *gparent, *tmp; in __rb_insert() local
227 ____rb_erase_color(struct rb_node * parent,struct rb_root * root,void (* augment_rotate)(struct rb_node * old,struct rb_node * new)) ____rb_erase_color() argument
410 __rb_erase_color(struct rb_node * parent,struct rb_root * root,void (* augment_rotate)(struct rb_node * old,struct rb_node * new)) __rb_erase_color() argument
488 struct rb_node *parent; rb_next() local
519 struct rb_node *parent; rb_prev() local
548 struct rb_node *parent = rb_parent(victim); rb_replace_node() local
575 const struct rb_node *parent; rb_next_postorder() local
[all...]
/linux/drivers/vfio/mdev/
H A Dmdev_core.c29 struct mdev_parent *parent = mdev->type->parent; in mdev_device_remove_common() local
59 mdev_register_parent(struct mdev_parent * parent,struct device * dev,struct mdev_driver * mdev_driver,struct mdev_type ** types,unsigned int nr_types) mdev_register_parent() argument
93 mdev_unregister_parent(struct mdev_parent * parent) mdev_unregister_parent() argument
113 struct mdev_parent *parent = mdev->type->parent; mdev_device_release() local
132 struct mdev_parent *parent = type->parent; mdev_device_create() local
216 struct mdev_parent *parent = mdev->type->parent; mdev_device_remove() local
[all...]
/linux/drivers/edac/
H A Ddebugfs.c60 struct dentry *parent; in edac_create_debugfs_nodes() local
97 edac_debugfs_create_dir_at(const char *dirname, struct dentry *parent) in edac_debugfs_create_dir_at() argument
113 edac_debugfs_create_file(const char * name,umode_t mode,struct dentry * parent,void * data,const struct file_operations * fops) edac_debugfs_create_file() argument
125 edac_debugfs_create_x8(const char * name,umode_t mode,struct dentry * parent,u8 * value) edac_debugfs_create_x8() argument
136 edac_debugfs_create_x16(const char * name,umode_t mode,struct dentry * parent,u16 * value) edac_debugfs_create_x16() argument
147 edac_debugfs_create_x32(const char * name,umode_t mode,struct dentry * parent,u32 * value) edac_debugfs_create_x32() argument
[all...]
H A Dedac_module.h87 edac_debugfs_create_dir_at(const char *dirname, struct dentry *parent) { return NULL; } in edac_debugfs_create_dir_at() argument
89 edac_debugfs_create_file(const char *name, umode_t mode, struct dentry *parent, in edac_debugfs_create_file() argument
92 struct dentry *parent, u8 *value) { } in edac_debugfs_create_x8() argument
94 struct dentry *parent, u16 *value) { } in edac_debugfs_create_x16() argument
96 struct dentry *parent, u3 in edac_debugfs_create_x32() argument
[all...]
/linux/sound/hda/codecs/side-codecs/
H A Dhda_component.c18 void hda_component_acpi_device_notify(struct hda_component_parent *parent, in hda_component_acpi_device_notify() argument
35 struct hda_component_parent *parent, in hda_component_manager_bind_acpi_notifications() argument
70 struct hda_component_parent *parent, in hda_component_manager_unbind_acpi_notifications() argument
87 hda_component_manager_playback_hook(struct hda_component_parent * parent,int action) hda_component_manager_playback_hook() argument
139 hda_component_manager_bind(struct hda_codec * cdc,struct hda_component_parent * parent) hda_component_manager_bind() argument
155 hda_component_manager_init(struct hda_codec * cdc,struct hda_component_parent * parent,int count,const char * bus,const char * hid,const char * match_str,const struct component_master_ops * ops) hda_component_manager_init() argument
194 hda_component_manager_free(struct hda_component_parent * parent,const struct component_master_ops * ops) hda_component_manager_free() argument
[all...]
H A Dhda_component.h47 static inline void hda_component_acpi_device_notify(struct hda_component_parent *parent, in hda_component_acpi_device_notify() argument
55 struct hda_component_parent *parent, in hda_component_manager_bind_acpi_notifications() argument
64 struct hda_component_parent *parent, in hda_component_manager_unbind_acpi_notifications() argument
83 hda_component_from_index(struct hda_component_parent * parent,int index) hda_component_from_index() argument
96 hda_component_manager_unbind(struct hda_codec * cdc,struct hda_component_parent * parent) hda_component_manager_unbind() argument
[all...]
/linux/arch/powerpc/kernel/
H A Dpci_dn.c62 struct pci_dn *parent, *pdn; in pci_get_pdn_by_devfn() local
98 struct pci_dn *parent, *pdn; in pci_get_pdn() local
148 static struct pci_dn *add_one_sriov_vf_pdn(struct pci_dn *parent, in add_one_sriov_vf_pdn() argument
175 struct pci_dn *parent, *pdn; add_sriov_vf_pdns() local
219 struct pci_dn *parent; remove_sriov_vf_pdns() local
287 struct device_node *parent; pci_add_device_node_info() local
344 struct device_node *parent; pci_remove_device_node_info() local
[all...]
/linux/fs/sysfs/
H A Ddir.c21 void sysfs_warn_dup(struct kernfs_node *parent, const char *name) in sysfs_warn_dup() argument
42 struct kernfs_node *parent, *kn; in sysfs_create_dir_ns() local
108 struct kernfs_node *parent; sysfs_rename_dir_ns() local
136 struct kernfs_node *kn, *parent = parent_kobj->sd; sysfs_create_mount_point() local
157 struct kernfs_node *parent = parent_kobj->sd; sysfs_remove_mount_point() local
[all...]
/linux/fs/debugfs/
H A Dinode.c339 struct dentry *debugfs_lookup(const char *name, struct dentry *parent) in debugfs_lookup() argument
356 static struct dentry *start_creating(const char *name, struct dentry *parent) in start_creating() argument
411 __debugfs_create_file(const char * name,umode_t mode,struct dentry * parent,void * data,const void * aux,const struct file_operations * proxy_fops,const void * real_fops) __debugfs_create_file() argument
455 debugfs_create_file_full(const char * name,umode_t mode,struct dentry * parent,void * data,const void * aux,const struct file_operations * fops) debugfs_create_file_full() argument
466 debugfs_create_file_short(const char * name,umode_t mode,struct dentry * parent,void * data,const void * aux,const struct debugfs_short_fops * fops) debugfs_create_file_short() argument
504 debugfs_create_file_unsafe(const char * name,umode_t mode,struct dentry * parent,void * data,const struct file_operations * fops) debugfs_create_file_unsafe() argument
534 debugfs_create_file_size(const char * name,umode_t mode,struct dentry * parent,void * data,const struct file_operations * fops,loff_t file_size) debugfs_create_file_size() argument
569 debugfs_create_dir(const char * name,struct dentry * parent) debugfs_create_dir() argument
614 debugfs_create_automount(const char * name,struct dentry * parent,debugfs_automount_t f,void * data) debugfs_create_automount() argument
672 debugfs_create_symlink(const char * name,struct dentry * parent,const char * target) debugfs_create_symlink() argument
804 debugfs_lookup_and_remove(const char * name,struct dentry * parent) debugfs_lookup_and_remove() argument
835 struct dentry *parent, *target; debugfs_change_name() local
[all...]
H A Dfile.c561 struct dentry *parent, void *value, in debugfs_create_mode_unsafe() argument
606 void debugfs_create_u8(const char *name, umode_t mode, struct dentry *parent, in debugfs_create_u8() argument
642 debugfs_create_u16(const char * name,umode_t mode,struct dentry * parent,u16 * value) debugfs_create_u16() argument
678 debugfs_create_u32(const char * name,umode_t mode,struct dentry * parent,u32 * value) debugfs_create_u32() argument
715 debugfs_create_u64(const char * name,umode_t mode,struct dentry * parent,u64 * value) debugfs_create_u64() argument
754 debugfs_create_ulong(const char * name,umode_t mode,struct dentry * parent,unsigned long * value) debugfs_create_ulong() argument
799 debugfs_create_x8(const char * name,umode_t mode,struct dentry * parent,u8 * value) debugfs_create_x8() argument
817 debugfs_create_x16(const char * name,umode_t mode,struct dentry * parent,u16 * value) debugfs_create_x16() argument
835 debugfs_create_x32(const char * name,umode_t mode,struct dentry * parent,u32 * value) debugfs_create_x32() argument
853 debugfs_create_x64(const char * name,umode_t mode,struct dentry * parent,u64 * value) debugfs_create_x64() argument
888 debugfs_create_size_t(const char * name,umode_t mode,struct dentry * parent,size_t * value) debugfs_create_size_t() argument
924 debugfs_create_atomic_t(const char * name,umode_t mode,struct dentry * parent,atomic_t * value) debugfs_create_atomic_t() argument
1008 debugfs_create_bool(const char * name,umode_t mode,struct dentry * parent,bool * value) debugfs_create_bool() argument
1137 debugfs_create_str(const char * name,umode_t mode,struct dentry * parent,char ** value) debugfs_create_str() argument
1208 debugfs_create_blob(const char * name,umode_t mode,struct dentry * parent,struct debugfs_blob_wrapper * blob) debugfs_create_blob() argument
1295 debugfs_create_u32_array(const char * name,umode_t mode,struct dentry * parent,struct debugfs_u32_array * array) debugfs_create_u32_array() argument
1374 debugfs_create_regset32(const char * name,umode_t mode,struct dentry * parent,struct debugfs_regset32 * regset) debugfs_create_regset32() argument
1414 debugfs_create_devm_seqfile(struct device * dev,const char * name,struct dentry * parent,int (* read_fn)(struct seq_file * s,void * data)) debugfs_create_devm_seqfile() argument
[all...]
/linux/drivers/firmware/efi/
H A Ddev-path-parser.c16 struct device *parent, struct device **child) in parse_acpi_path() argument
58 struct device *parent, struct device **child) in parse_pci_path() argument
94 struct device *parent, struct device **child) in parse_end_path() argument
147 struct device *parent in efi_get_device_by_path() local
[all...]
/linux/drivers/gpio/
H A Dgpio-rc5t583.c27 struct device *parent = rc5t583_gpio->rc5t583->dev; in rc5t583_gpio_get() local
41 struct device *parent = rc5t583_gpio->rc5t583->dev; in rc5t583_gpio_set() local
57 struct device *parent = rc5t583_gpio->rc5t583->dev; in rc5t583_gpio_dir_input() local
72 struct device *parent = rc5t583_gpio->rc5t583->dev; in rc5t583_gpio_dir_output() local
100 struct device *parent = rc5t583_gpio->rc5t583->dev; rc5t583_gpio_free() local
[all...]
/linux/fs/vboxsf/
H A Ddir.c213 static struct dentry *vboxsf_dir_lookup(struct inode *parent, in vboxsf_dir_lookup() argument
236 static int vboxsf_dir_instantiate(struct inode *parent, struct dentry *dentry, in vboxsf_dir_instantiate() argument
257 static int vboxsf_dir_create(struct inode *parent, struct dentry *dentry, in vboxsf_dir_create() argument
300 vboxsf_dir_mkfile(struct mnt_idmap * idmap,struct inode * parent,struct dentry * dentry,umode_t mode,bool excl) vboxsf_dir_mkfile() argument
307 vboxsf_dir_mkdir(struct mnt_idmap * idmap,struct inode * parent,struct dentry * dentry,umode_t mode) vboxsf_dir_mkdir() argument
313 vboxsf_dir_atomic_open(struct inode * parent,struct dentry * dentry,struct file * file,unsigned int flags,umode_t mode) vboxsf_dir_atomic_open() argument
360 vboxsf_dir_unlink(struct inode * parent,struct dentry * dentry) vboxsf_dir_unlink() argument
436 vboxsf_dir_symlink(struct mnt_idmap * idmap,struct inode * parent,struct dentry * dentry,const char * symname) vboxsf_dir_symlink() argument
[all...]
/linux/fs/orangefs/
H A Dnamei.c24 struct orangefs_inode_s *parent = ORANGEFS_I(dir); in orangefs_create() local
107 struct orangefs_inode_s *parent = ORANGEFS_I(dir); in orangefs_lookup() local
174 struct orangefs_inode_s *parent = ORANGEFS_I(dir); in orangefs_unlink() local
221 struct orangefs_inode_s *parent = ORANGEFS_I(dir); orangefs_symlink() local
306 struct orangefs_inode_s *parent = ORANGEFS_I(dir); orangefs_mkdir() local
[all...]
/linux/drivers/base/
H A Dcomponent.c61 struct device *parent; member
141 static struct aggregate_device *__aggregate_find(struct device *parent, in __aggregate_find() argument
344 devm_component_match_release(struct device * parent,void * res) devm_component_match_release() argument
381 __component_match_add(struct device * parent,struct component_match ** matchptr,void (* release)(struct device *,void *),int (* compare)(struct device *,void *),int (* compare_typed)(struct device *,int,void *),void * compare_data) __component_match_add() argument
445 component_match_add_release(struct device * parent,struct component_match ** matchptr,void (* release)(struct device *,void *),int (* compare)(struct device *,void *),void * compare_data) component_match_add_release() argument
472 component_match_add_typed(struct device * parent,struct component_match ** matchptr,int (* compare_typed)(struct device *,int,void *),void * compare_data) component_match_add_typed() argument
512 component_master_add_with_match(struct device * parent,const struct component_master_ops * ops,struct component_match * match) component_master_add_with_match() argument
557 component_master_del(struct device * parent,const struct component_master_ops * ops) component_master_del() argument
572 component_master_is_bound(struct device * parent,const struct component_master_ops * ops) component_master_is_bound() argument
612 component_unbind_all(struct device * parent,void * data) component_unbind_all() argument
695 component_bind_all(struct device * parent,void * data) component_bind_all() argument
[all...]
/linux/include/drm/bridge/
H A Daux-bridge.h17 static inline int drm_aux_bridge_register(struct device *parent) in drm_aux_bridge_register() argument
30 static inline struct auxiliary_device *devm_drm_dp_hpd_bridge_alloc(struct device *parent, in devm_drm_dp_hpd_bridge_alloc() argument
41 static inline struct device *drm_dp_hpd_bridge_register(struct device *parent, in drm_dp_hpd_bridge_register() argument

12345678910>>...67