Home
last modified time | relevance | path

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

12345678910>>...93

/OK3568_Linux_fs/kernel/include/linux/
H A Ddebugfs.h172 struct dentry *parent) in debugfs_lookup()
178 struct dentry *parent, void *data, in debugfs_create_file()
185 umode_t mode, struct dentry *parent, in debugfs_create_file_unsafe()
193 struct dentry *parent, void *data, in debugfs_create_file_size()
199 struct dentry *parent) in debugfs_create_dir()
205 struct dentry *parent, in debugfs_create_symlink()
212 struct dentry *parent, in debugfs_create_automount()
226 struct dentry *parent) in debugfs_lookup_and_remove()
259 struct dentry *parent, u8 *value) { } in debugfs_create_u8()
262 struct dentry *parent, u16 *value) { } in debugfs_create_u16()
[all …]
H A Dproc_fs.h94 #define proc_create_seq_data(name, mode, parent, ops, data) \ argument
96 #define proc_create_seq(name, mode, parent, ops) \ argument
101 #define proc_create_single(name, mode, parent, show) \ argument
121 #define proc_create_net(name, mode, parent, ops, state_size) \ argument
162 struct proc_dir_entry *parent,const char *dest) { return NULL;} in proc_symlink()
164 struct proc_dir_entry *parent) {return NULL;} in proc_mkdir()
167 struct proc_dir_entry *parent, void *data, bool force_lookup) in _proc_mkdir()
172 umode_t mode, struct proc_dir_entry *parent, void *data) { return NULL; } in proc_mkdir_data()
174 umode_t mode, struct proc_dir_entry *parent) { return NULL; } in proc_mkdir_mode()
175 #define proc_create_seq_private(name, mode, parent, ops, size, data) ({NULL;}) argument
[all …]
H A Dled-class-multicolor.h47 static inline int led_classdev_multicolor_register(struct device *parent, in led_classdev_multicolor_register()
71 static inline int devm_led_classdev_multicolor_register(struct device *parent, in devm_led_classdev_multicolor_register()
82 static inline int led_classdev_multicolor_register_ext(struct device *parent, in led_classdev_multicolor_register_ext()
89 static inline int led_classdev_multicolor_register(struct device *parent, in led_classdev_multicolor_register()
102 static inline int devm_led_classdev_multicolor_register_ext(struct device *parent, in devm_led_classdev_multicolor_register_ext()
109 static inline int devm_led_classdev_multicolor_register(struct device *parent, in devm_led_classdev_multicolor_register()
116 static inline void devm_led_classdev_multicolor_unregister(struct device *parent, in devm_led_classdev_multicolor_unregister()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dunsupportedreplies_p.h66 QPlaceDetailsReplyUnsupported(QPlaceManagerEngine *parent) in QPlaceDetailsReplyUnsupported()
90 QPlaceContentReplyUnsupported(QPlaceManagerEngine *parent) in QPlaceContentReplyUnsupported()
115 QPlaceManagerEngine *parent) in QPlaceSearchReplyUnsupported()
138 QPlaceSearchSuggestionReplyUnsupported(QPlaceManagerEngine *parent) in QPlaceSearchSuggestionReplyUnsupported()
163 QPlaceManagerEngine *parent) in QPlaceIdReplyUnsupported()
186 QPlaceReplyUnsupported(const QString &message, QPlaceManagerEngine *parent) in QPlaceReplyUnsupported()
209 QPlaceMatchReplyUnsupported(QPlaceManagerEngine *parent) in QPlaceMatchReplyUnsupported()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dxbel.cpp38 BookmarkNode::BookmarkNode(BookmarkNode::Type type, BookmarkNode *parent) : in BookmarkNode() function in BookmarkNode
87 BookmarkNode *BookmarkNode::parent() const in parent() function in BookmarkNode
140 void XbelReader::readXBEL(BookmarkNode *parent) in readXBEL()
156 void XbelReader::readFolder(BookmarkNode *parent) in readFolder()
179 void XbelReader::readTitle(BookmarkNode *parent) in readTitle()
185 void XbelReader::readDescription(BookmarkNode *parent) in readDescription()
191 void XbelReader::readSeparator(BookmarkNode *parent) in readSeparator()
198 void XbelReader::readBookmarkNode(BookmarkNode *parent) in readBookmarkNode()
248 void XbelWriter::writeItem(const BookmarkNode *parent) in writeItem()
H A Dbookmarks.cpp60 BookmarksManager::BookmarksManager(QObject *parent) in BookmarksManager()
161 void BookmarksManager::addBookmark(BookmarkNode *parent, BookmarkNode *node, int row) in addBookmark()
176 BookmarkNode *parent = node->parent(); in removeBookmark() local
278 …ommand::RemoveBookmarksCommand(BookmarksManager *m_bookmarkManagaer, BookmarkNode *parent, int row) in RemoveBookmarksCommand()
310 BookmarkNode *parent, BookmarkNode *node, int row) in InsertBookmarksCommand()
352 BookmarksModel::BookmarksModel(BookmarksManager *bookmarkManager, QObject *parent) in BookmarksModel()
367 BookmarkNode *parent = node->parent(); in index() local
377 BookmarkNode *parent = item->parent(); in entryAdded() local
385 void BookmarksModel::entryRemoved(BookmarkNode *parent, int row, BookmarkNode *item) in entryRemoved()
400 bool BookmarksModel::removeRows(int row, int count, const QModelIndex &parent) in removeRows()
[all …]
/OK3568_Linux_fs/kernel/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 = muxc->parent; in i2c_mux_smbus_xfer() local
125 struct i2c_adapter *parent = priv->muxc->parent; in i2c_mux_functionality() local
131 static unsigned int i2c_mux_parent_classes(struct i2c_adapter *parent) in i2c_mux_parent_classes()
146 struct i2c_adapter *parent = priv->muxc->parent; in i2c_mux_lock_bus() local
157 struct i2c_adapter *parent = priv->muxc->parent; in i2c_mux_trylock_bus() local
172 struct i2c_adapter *parent = priv->muxc->parent; in i2c_mux_unlock_bus() local
183 struct i2c_adapter *parent = priv->muxc->parent; in i2c_parent_lock_bus() local
[all …]
/OK3568_Linux_fs/kernel/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()
66 struct audit_parent *parent; in audit_watch_free_mark() local
72 static void audit_get_parent(struct audit_parent *parent) in audit_get_parent()
78 static void audit_put_parent(struct audit_parent *parent) in audit_put_parent()
90 struct audit_parent *parent = NULL; in audit_find_parent() local
139 struct audit_parent *parent; in audit_init_parent() local
244 static void audit_update_watch(struct audit_parent *parent, in audit_update_watch()
321 static void audit_remove_parent_watches(struct audit_parent *parent) in audit_remove_parent_watches()
347 static int audit_get_nd(struct audit_watch *watch, struct path *parent) in audit_get_nd()
[all …]
/OK3568_Linux_fs/kernel/drivers/clk/imx/
H A Dclk.h81 #define imx_clk_gate_exclusive(name, parent, reg, shift, exclusive_mask) \ argument
87 #define imx_clk_fixed_factor(name, parent, mult, div) \ argument
90 #define imx_clk_divider(name, parent, reg, shift, width) \ argument
93 #define imx_clk_divider2(name, parent, reg, shift, width) \ argument
96 #define imx_clk_divider_flags(name, parent, reg, shift, width, flags) \ argument
99 #define imx_clk_gate(name, parent, reg, shift) \ argument
102 #define imx_clk_gate_dis(name, parent, reg, shift) \ argument
105 #define imx_clk_gate2(name, parent, reg, shift) \ argument
108 #define imx_clk_gate2_flags(name, parent, reg, shift, flags) \ argument
111 #define imx_clk_gate2_shared2(name, parent, reg, shift, share_count) \ argument
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeosatelliteinfosource.cpp102 QGeoSatelliteInfoSource::QGeoSatelliteInfoSource(QObject *parent) in QGeoSatelliteInfoSource()
109 …eoSatelliteInfoSource::QGeoSatelliteInfoSource(QGeoSatelliteInfoSourcePrivate &dd, QObject *parent) in QGeoSatelliteInfoSource()
168 …oSource* createSource_real(const QJsonObject &meta, const QVariantMap &parameters, QObject *parent) in createSource_real()
192 QGeoSatelliteInfoSource *QGeoSatelliteInfoSource::createDefaultSource(QObject *parent) in createDefaultSource()
203 …elliteInfoSource *QGeoSatelliteInfoSource::createSource(const QString &sourceName, QObject *parent) in createSource()
220 …ource *QGeoSatelliteInfoSource::createDefaultSource(const QVariantMap &parameters, QObject *parent) in createDefaultSource()
250 …InfoSource::createSource(const QString &sourceName, const QVariantMap &parameters, QObject *parent) in createSource()
H A Dqgeopositioninfosource.cpp203 QGeoPositionInfoSource::QGeoPositionInfoSource(QObject *parent) in QGeoPositionInfoSource()
331 …oSource* createSource_real(const QJsonObject &meta, const QVariantMap &parameters, QObject *parent) in createSource_real()
355 QGeoPositionInfoSource *QGeoPositionInfoSource::createDefaultSource(QObject *parent) in createDefaultSource()
372 …Source *QGeoPositionInfoSource::createDefaultSource(const QVariantMap &parameters, QObject *parent) in createDefaultSource()
392 …ositionInfoSource *QGeoPositionInfoSource::createSource(const QString &sourceName, QObject *parent) in createSource()
407 …InfoSource::createSource(const QString &sourceName, const QVariantMap &parameters, QObject *parent) in createSource()
433 QGeoPositionInfoSource::QGeoPositionInfoSource(QGeoPositionInfoSourcePrivate &dd, QObject *parent) in QGeoPositionInfoSource()
/OK3568_Linux_fs/external/xserver/test/
H A Dlist.c36 struct parent { struct
51 struct parent parent, tmp; in test_xorg_list_init() argument
71 struct parent parent = { 0 }; in test_xorg_list_add() local
99 struct parent parent = { 0 }; in test_xorg_list_append() local
141 struct parent parent = { 0 }; in test_xorg_list_del() local
190 struct parent parent = { 0 }; in test_xorg_list_for_each() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/serialnmea/
H A Dqgeopositioninfosourcefactory_serialnmea.cpp127 NmeaSource::NmeaSource(QObject *parent, const QVariantMap &parameters) in NmeaSource()
181 NmeaSatelliteSource(QObject *parent, const QVariantMap &parameters) in NmeaSatelliteSource()
237 QGeoPositionInfoSource *QGeoPositionInfoSourceFactorySerialNmea::positionInfoSource(QObject *parent) in positionInfoSource()
242 …oSatelliteInfoSource *QGeoPositionInfoSourceFactorySerialNmea::satelliteInfoSource(QObject *parent) in satelliteInfoSource()
247 QGeoAreaMonitorSource *QGeoPositionInfoSourceFactorySerialNmea::areaMonitor(QObject *parent) in areaMonitor()
252 …ositionInfoSourceFactorySerialNmea::positionInfoSourceWithParameters(QObject *parent, const QVaria… in positionInfoSourceWithParameters()
258 …sitionInfoSourceFactorySerialNmea::satelliteInfoSourceWithParameters(QObject *parent, const QVaria… in satelliteInfoSourceWithParameters()
264 … *QGeoPositionInfoSourceFactorySerialNmea::areaMonitorWithParameters(QObject *parent, const QVaria… in areaMonitorWithParameters()
/OK3568_Linux_fs/kernel/drivers/vfio/mdev/
H A Dmdev_core.c69 struct mdev_parent *parent; in __find_parent_device() local
80 struct mdev_parent *parent = container_of(kref, struct mdev_parent, in mdev_release_parent() local
88 static struct mdev_parent *mdev_get_parent(struct mdev_parent *parent) in mdev_get_parent()
96 static void mdev_put_parent(struct mdev_parent *parent) in mdev_put_parent()
105 struct mdev_parent *parent; in mdev_device_remove_common() local
145 struct mdev_parent *parent; in mdev_register_device() local
223 struct mdev_parent *parent; in mdev_unregister_device() local
277 struct mdev_parent *parent; in mdev_device_create() local
356 struct mdev_parent *parent; in mdev_device_remove() local
H A Dvfio_mdev.c27 struct mdev_parent *parent = mdev->parent; in vfio_mdev_open() local
46 struct mdev_parent *parent = mdev->parent; in vfio_mdev_release() local
58 struct mdev_parent *parent = mdev->parent; in vfio_mdev_unlocked_ioctl() local
70 struct mdev_parent *parent = mdev->parent; in vfio_mdev_read() local
82 struct mdev_parent *parent = mdev->parent; in vfio_mdev_write() local
93 struct mdev_parent *parent = mdev->parent; in vfio_mdev_mmap() local
/OK3568_Linux_fs/u-boot/drivers/core/
H A Ddevice.c33 static int device_bind_common(struct udevice *parent, const struct driver *drv, in device_bind_common()
323 int device_bind_with_driver_data(struct udevice *parent, in device_bind_with_driver_data()
332 int device_bind(struct udevice *parent, const struct driver *drv, in device_bind()
340 int device_bind_by_name(struct udevice *parent, bool pre_reloc_only, in device_bind_by_name()
606 int device_get_child(struct udevice *parent, int index, struct udevice **devp) in device_get_child()
618 int device_find_child_by_seq(struct udevice *parent, int seq_or_req_seq, in device_find_child_by_seq()
638 int device_get_child_by_seq(struct udevice *parent, int seq, in device_get_child_by_seq()
656 int device_find_child_by_of_offset(struct udevice *parent, int of_offset, in device_find_child_by_of_offset()
673 int device_get_child_by_of_offset(struct udevice *parent, int node, in device_get_child_by_of_offset()
684 static struct udevice *_device_find_global_by_of_offset(struct udevice *parent, in _device_find_global_by_of_offset()
[all …]
/OK3568_Linux_fs/kernel/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, in ____rb_erase_color()
410 void __rb_erase_color(struct rb_node *parent, struct rb_root *root, in __rb_erase_color()
494 struct rb_node *parent; in rb_next() local
526 struct rb_node *parent; in rb_prev() local
556 struct rb_node *parent = rb_parent(victim); in rb_replace_node() local
573 struct rb_node *parent = rb_parent(victim); in rb_replace_node_rcu() local
606 const struct rb_node *parent; in rb_next_postorder() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/positionplugin/
H A Dplugin.cpp90 DummySource::DummySource(const QVariantMap &parameters, QObject *parent) : in DummySource()
231 QGeoPositionInfoSource *QGeoPositionInfoSourceFactoryTest::positionInfoSource(QObject *parent) in positionInfoSource()
236 QGeoSatelliteInfoSource *QGeoPositionInfoSourceFactoryTest::satelliteInfoSource(QObject *parent) in satelliteInfoSource()
241 QGeoAreaMonitorSource *QGeoPositionInfoSourceFactoryTest::areaMonitor(QObject* parent) in areaMonitor()
246 …*QGeoPositionInfoSourceFactoryTest::positionInfoSourceWithParameters(QObject *parent, const QVaria… in positionInfoSourceWithParameters()
251 …QGeoPositionInfoSourceFactoryTest::satelliteInfoSourceWithParameters(QObject *parent, const QVaria… in satelliteInfoSourceWithParameters()
258 QGeoAreaMonitorSource *QGeoPositionInfoSourceFactoryTest::areaMonitorWithParameters(QObject *parent in areaMonitorWithParameters()
/OK3568_Linux_fs/u-boot/lib/
H A Drbtree.c57 struct rb_node *parent = rb_parent(old); in __rb_rotate_set_parents() local
67 struct rb_node *parent = rb_red_parent(node), *gparent, *tmp; in __rb_insert() local
193 ____rb_erase_color(struct rb_node *parent, struct rb_root *root, in ____rb_erase_color()
355 void __rb_erase_color(struct rb_node *parent, struct rb_root *root, in __rb_erase_color()
437 struct rb_node *parent; in rb_next() local
469 struct rb_node *parent; in rb_prev() local
499 struct rb_node *parent = rb_parent(victim); in rb_replace_node() local
527 const struct rb_node *parent; in rb_next_postorder() local
/OK3568_Linux_fs/kernel/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, in ____rb_erase_color()
410 void __rb_erase_color(struct rb_node *parent, struct rb_root *root, in __rb_erase_color()
488 struct rb_node *parent; in rb_next() local
519 struct rb_node *parent; in rb_prev() local
548 struct rb_node *parent = rb_parent(victim); in rb_replace_node() local
575 const struct rb_node *parent; in rb_next_postorder() local
/OK3568_Linux_fs/kernel/drivers/of/
H A Dplatform.c109 struct device *parent) in of_device_alloc()
170 struct device *parent) in of_platform_device_create_pdata()
212 struct device *parent) in of_platform_device_create()
222 struct device *parent) in of_amba_device_create()
287 struct device *parent) in of_amba_device_create()
349 struct device *parent, bool strict) in of_platform_bus_create()
419 struct device *parent) in of_platform_bus_probe()
471 struct device *parent) in of_platform_populate()
502 struct device *parent) in of_platform_default_populate()
588 void of_platform_depopulate(struct device *parent) in of_platform_depopulate()
/OK3568_Linux_fs/kernel/drivers/edac/
H A Ddebugfs.c57 struct dentry *parent; in edac_create_debugfs_nodes() local
94 edac_debugfs_create_dir_at(const char *dirname, struct dentry *parent) in edac_debugfs_create_dir_at()
110 edac_debugfs_create_file(const char *name, umode_t mode, struct dentry *parent, in edac_debugfs_create_file()
122 struct dentry *parent, u8 *value) in edac_debugfs_create_x8()
133 struct dentry *parent, u16 *value) in edac_debugfs_create_x16()
144 struct dentry *parent, u32 *value) in edac_debugfs_create_x32()
/OK3568_Linux_fs/kernel/drivers/regulator/
H A Dtps80031-regulator.c89 struct device *parent = to_tps80031_dev(rdev); in tps80031_reg_is_enabled() local
109 struct device *parent = to_tps80031_dev(rdev); in tps80031_reg_enable() local
128 struct device *parent = to_tps80031_dev(rdev); in tps80031_reg_disable() local
167 struct device *parent = to_tps80031_dev(rdev); in tps80031_dcdc_set_voltage_sel() local
200 struct device *parent = to_tps80031_dev(rdev); in tps80031_dcdc_get_voltage_sel() local
230 struct device *parent = to_tps80031_dev(rdev); in tps80031_ldo_list_voltage() local
254 struct device *parent = to_tps80031_dev(rdev); in tps80031_ldo_map_voltage() local
273 struct device *parent = to_tps80031_dev(rdev); in tps80031_vbus_is_enabled() local
300 struct device *parent = to_tps80031_dev(rdev); in tps80031_vbus_enable() local
324 struct device *parent = to_tps80031_dev(rdev); in tps80031_vbus_disable() local
[all …]
/OK3568_Linux_fs/kernel/fs/proc/
H A Dgeneric.c94 struct rb_node **new = &root->rb_node, *parent = NULL; in pde_subdir_insert() local
397 static struct proc_dir_entry *__proc_create(struct proc_dir_entry **parent, in __proc_create()
465 struct proc_dir_entry *parent, const char *dest) in proc_symlink()
488 struct proc_dir_entry *parent, void *data, bool force_lookup) in _proc_mkdir()
510 struct proc_dir_entry *parent, void *data) in proc_mkdir_data()
517 struct proc_dir_entry *parent) in proc_mkdir_mode()
524 struct proc_dir_entry *parent) in proc_mkdir()
533 struct proc_dir_entry *ent, *parent = NULL; in proc_create_mount_point() local
547 struct proc_dir_entry **parent, void *data) in proc_create_reg()
573 struct proc_dir_entry *parent, in proc_create_data()
[all …]
/OK3568_Linux_fs/kernel/fs/sysfs/
H A Ddir.c21 void sysfs_warn_dup(struct kernfs_node *parent, const char *name) in sysfs_warn_dup()
42 struct kernfs_node *parent, *kn; in sysfs_create_dir_ns() local
109 struct kernfs_node *parent; in sysfs_rename_dir_ns() local
137 struct kernfs_node *kn, *parent = parent_kobj->sd; in sysfs_create_mount_point() local
158 struct kernfs_node *parent = parent_kobj->sd; in sysfs_remove_mount_point() local

12345678910>>...93