Home
last modified time | relevance | path

Searched refs:ref_id (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/fs/btrfs/
H A Droot-tree.c317 u64 ref_id, u64 dirid, u64 *sequence, const char *name, in btrfs_del_root_ref() argument
336 key.offset = ref_id; in btrfs_del_root_ref()
365 key.objectid = ref_id; in btrfs_del_root_ref()
392 u64 ref_id, u64 dirid, u64 sequence, const char *name, in btrfs_add_root_ref() argument
409 key.offset = ref_id; in btrfs_add_root_ref()
430 key.objectid = ref_id; in btrfs_add_root_ref()
H A Dctree.h2838 u64 ref_id, u64 dirid, u64 sequence, const char *name,
2841 u64 ref_id, u64 dirid, u64 *sequence, const char *name,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Dhandle_colocations.hpp233 signed_size_type ref_id = -1; in handle_colocation_cluster() local
251 if (ref_id == -1) in handle_colocation_cluster()
253 ref_id = add_turn_to_cluster(ref_turn, cluster_per_segment, cluster_id); in handle_colocation_cluster()
255 BOOST_ASSERT(ref_id != -1); in handle_colocation_cluster()
261 if (id != -1 && id != ref_id) in handle_colocation_cluster()
267 add_cluster_id(other_op, cluster_per_segment, ref_id); in handle_colocation_cluster()
268 id = ref_id; in handle_colocation_cluster()
276 ref_id = -1; in handle_colocation_cluster()
/OK3568_Linux_fs/kernel/drivers/macintosh/
H A Dwindfarm_pm121.c316 unsigned int ref_id; member
323 .ref_id = FAN_OD,
330 .ref_id = FAN_HD,
493 controls[pm121_connection->ref_id]->name, in pm121_connect()
/OK3568_Linux_fs/kernel/drivers/iio/imu/st_lsm6dsx/
H A Dst_lsm6dsx_shub.c732 enum st_lsm6dsx_sensor_id ref_id = ST_LSM6DSX_ID_ACC; in st_lsm6dsx_shub_alloc_iiodev() local
747 sensor->odr = hw->settings->odr_table[ref_id].odr_avl[0].milli_hz; in st_lsm6dsx_shub_alloc_iiodev()
/OK3568_Linux_fs/kernel/drivers/iio/imu/st_lsm6dsr/
H A Dst_lsm6dsr_core.c861 enum st_lsm6dsr_sensor_id ref_id) in st_lsm6dsr_check_odr_dependency() argument
863 struct st_lsm6dsr_sensor *ref = iio_priv(hw->iio_devs[ref_id]); in st_lsm6dsr_check_odr_dependency()
869 if (hw->enable_mask & BIT(ref_id)) in st_lsm6dsr_check_odr_dependency()
874 ret = (hw->enable_mask & BIT(ref_id)) ? ref->odr : 0; in st_lsm6dsr_check_odr_dependency()
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dcreate-spdx.bbclass302 ref_id = "NOASSERTION"
325 ref_id = "%s:%s" % (doc_ref.externalDocumentId, source_file.file.SPDXID)
332 package_doc.add_relationship(pkg_file, "GENERATED_FROM", ref_id, comment=debugsrc)