Home
last modified time | relevance | path

Searched refs:ndests (Results 1 – 8 of 8) sorted by relevance

/linux/include/linux/i3c/
H A Dccc.h380 unsigned int ndests; member
/linux/drivers/i3c/master/mipi-i3c-hci/
H A Dcore.c286 unsigned int nxfers = ccc->ndests + prefixed; in i3c_hci_send_ccc_cmd()
291 ccc->id, ccc->rnw, ccc->ndests, ccc->dests[0].payload.len); in i3c_hci_send_ccc_cmd()
/linux/drivers/i3c/
H A Dmaster.c892 unsigned int ndests) in i3c_ccc_cmd_init() argument
897 cmd->ndests = ndests; in i3c_ccc_cmd_init()
916 if ((cmd->id & I3C_CCC_DIRECT) && (!cmd->dests || !cmd->ndests)) in i3c_master_send_ccc_cmd_locked()
/linux/drivers/i3c/master/
H A Dadi-i3c-master.c150 if (cmd->ndests > 1) in adi_i3c_master_supports_ccc_cmd()
H A Drenesas-i3c.c705 if (cmd->ndests > 1) in renesas_i3c_supports_ccc_cmd()
H A Di3c-master-cdns.c443 if (cmd->ndests > 1) in cdns_i3c_master_supports_ccc_cmd()
H A Dsvc-i3c-master.c1619 return (cmd->ndests == 1); in svc_i3c_master_supports_ccc_cmd()
H A Ddw-i3c-master.c283 if (cmd->ndests > 1) in dw_i3c_master_supports_ccc_cmd()