Home
last modified time | relevance | path

Searched defs:cmd_type (Results 1 – 8 of 8) sorted by relevance

/third_party/libdrm/include/drm/
Dradeon_drm.h191 unsigned char cmd_type, pad0, pad1, pad2; member
194 unsigned char cmd_type, packet_id, pad0, pad1; member
197 unsigned char cmd_type, offset, stride, count; member
200 unsigned char cmd_type, offset, stride, count; member
203 unsigned char cmd_type, addr_lo, addr_hi, count; member
206 unsigned char cmd_type, buf_idx, pad0, pad1; member
209 unsigned char cmd_type, flags, pad0, pad1; member
254 unsigned char cmd_type, pad0, pad1, pad2; member
257 unsigned char cmd_type, count, reglo, reghi; member
260 unsigned char cmd_type, count, adrlo, adrhi; member
[all …]
/third_party/uboot/u-boot-2020.01/drivers/i2c/
Ds3c24x0_i2c.c104 unsigned char cmd_type, in i2c_transfer()
/third_party/jerryscript/tools/
Drun-tests.py246 def report_command(cmd_type, cmd, env=None): argument
/third_party/ltp/testcases/kernel/controllers/cgroup/
Dcgroup_regression_getdelays.c258 int c, rc, rep_len, aggr_len, len2, cmd_type = 0; in main() local
/third_party/uboot/u-boot-2020.01/drivers/ufs/
Dufs.c785 enum dev_cmd_type cmd_type) in ufshcd_comp_devman_upiu()
911 static int ufshcd_exec_dev_cmd(struct ufs_hba *hba, enum dev_cmd_type cmd_type, in ufshcd_exec_dev_cmd()
/third_party/uboot/u-boot-2020.01/drivers/ata/
Dfsl_sata.h198 enum cmd_type { enum
/third_party/uboot/u-boot-2020.01/drivers/video/
Dlogicore_dp_tx.c517 static int aux_common(struct udevice *dev, u32 cmd_type, u32 address, in aux_common()
/third_party/python/Lib/test/
Dtest_ftplib.py211 def cmd_type(self, arg): member in DummyFTPHandler