Home
last modified time | relevance | path

Searched refs:unique (Results 1 - 5 of 5) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_ioctl.c78 * side-effect this fills out the unique name in the master structure.
79 * 2. Call GET_UNIQUE to read out the unique name from the master structure,
87 * means the the unique name for the master node just opening is _not_ filled
91 * 3. Call GET_UNIQUE, and check whether the unique name has length zero (by
94 * copypasta from drm 1.0 times where a set unique name meant that the driver
98 * _not_ return a unique string when SET_VERSION hasn't been called yet,
99 * otherwise libdrm breaks. Even when that unique string can't ever change, and
115 * Copies the bus id from drm_device::unique into user space.
125 if (copy_to_user(u->unique, master->unique, maste in drm_getunique()
[all...]
H A Ddrm_debugfs.c64 if (master && master->unique) { in drm_name_info()
65 seq_printf(m, " master=%s", master->unique); in drm_name_info()
67 if (dev->unique) { in drm_name_info()
68 seq_printf(m, " unique=%s", dev->unique); in drm_name_info()
H A Ddrm_auth.c397 kfree(master->unique); in drm_master_destroy()
/device/soc/rockchip/common/sdk_linux/include/drm/
H A Ddrm_auth.h75 * @unique: Unique identifier: e.g. busid. Protected by
78 char *unique; member
80 * @unique_len: Length of unique field. Protected by
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/
H A Dconfigure_llvm897 # keeps the last occurence of each non-unique item
898 unique(){ function
7146 unique $list_name
7263 # deps-expand fflib $1: N x {append all expanded deps; unique}
7266 unique ${1}_deps # required for the early break test.
7270 unique ${1}_deps

Completed in 9 milliseconds