Searched refs:ncmds (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/media/usb/gspca/ |
D | sq930x.c | 489 int ncmds) in i2c_write() argument 509 while (--ncmds > 0) { in i2c_write() 534 int ncmds, in ucbus_write() argument 551 len = ncmds; in ucbus_write() 554 ncmds -= len; in ucbus_write() 586 if (ncmds <= 0) in ucbus_write()
|
D | sunplus.c | 323 const struct cmd *data, int ncmds) in write_vector() argument 325 while (--ncmds >= 0) { in write_vector()
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | radeon_vm.c | 919 unsigned nptes, ncmds, ndw; in radeon_vm_bo_update() local 967 ncmds = (nptes >> min(radeon_vm_block_size, 11)) + 1; in radeon_vm_bo_update() 975 ndw += ncmds * 7; in radeon_vm_bo_update() 979 ndw += ncmds * 4; in radeon_vm_bo_update() 986 ndw += ncmds * 10; in radeon_vm_bo_update()
|
/linux-4.1.27/drivers/staging/dgap/ |
D | dgap.h | 887 int ncmds; member
|
D | dgap.c | 2404 u8 byte2, uint ncmds) in dgap_cmdb() argument 2467 if (n <= ncmds * sizeof(struct cm_t)) in dgap_cmdb() 2489 static void dgap_cmdw(struct channel_t *ch, u8 cmd, u16 word, uint ncmds) in dgap_cmdw() argument 2550 if (n <= ncmds * sizeof(struct cm_t)) in dgap_cmdw() 2572 static void dgap_cmdw_ext(struct channel_t *ch, u16 cmd, u16 word, uint ncmds) in dgap_cmdw_ext() argument 2645 if (n <= ncmds * sizeof(struct cm_t)) in dgap_cmdw_ext()
|