Home
last modified time | relevance | path

Searched refs:ndests (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/include/linux/i3c/
H A Dccc.h372 * @ndests: number of destinations. Should always be one for broadcast commands
380 unsigned int ndests; member
/kernel/linux/linux-6.6/include/linux/i3c/
H A Dccc.h372 * @ndests: number of destinations. Should always be one for broadcast commands
380 unsigned int ndests; member
/kernel/linux/linux-6.6/drivers/i3c/master/mipi-i3c-hci/
H A Dcore.c198 unsigned int nxfers = ccc->ndests + prefixed; in i3c_hci_send_ccc_cmd()
202 DBG("cmd=%#x rnw=%d ndests=%d data[0].len=%d", in i3c_hci_send_ccc_cmd()
203 ccc->id, ccc->rnw, ccc->ndests, ccc->dests[0].payload.len); in i3c_hci_send_ccc_cmd()
/kernel/linux/linux-5.10/drivers/i3c/
H A Dmaster.c651 unsigned int ndests) in i3c_ccc_cmd_init()
656 cmd->ndests = ndests; in i3c_ccc_cmd_init()
675 if ((cmd->id & I3C_CCC_DIRECT) && (!cmd->dests || !cmd->ndests)) in i3c_master_send_ccc_cmd_locked()
649 i3c_ccc_cmd_init(struct i3c_ccc_cmd *cmd, bool rnw, u8 id, struct i3c_ccc_cmd_dest *dests, unsigned int ndests) i3c_ccc_cmd_init() argument
/kernel/linux/linux-6.6/drivers/i3c/
H A Dmaster.c659 unsigned int ndests) in i3c_ccc_cmd_init()
664 cmd->ndests = ndests; in i3c_ccc_cmd_init()
683 if ((cmd->id & I3C_CCC_DIRECT) && (!cmd->dests || !cmd->ndests)) in i3c_master_send_ccc_cmd_locked()
657 i3c_ccc_cmd_init(struct i3c_ccc_cmd *cmd, bool rnw, u8 id, struct i3c_ccc_cmd_dest *dests, unsigned int ndests) i3c_ccc_cmd_init() argument
/kernel/linux/linux-5.10/drivers/i3c/master/
H A Ddw-i3c-master.c261 if (cmd->ndests > 1) in dw_i3c_master_supports_ccc_cmd()
H A Di3c-master-cdns.c455 if (cmd->ndests > 1) in cdns_i3c_master_supports_ccc_cmd()
/kernel/linux/linux-6.6/drivers/i3c/master/
H A Di3c-master-cdns.c454 if (cmd->ndests > 1) in cdns_i3c_master_supports_ccc_cmd()
H A Ddw-i3c-master.c255 if (cmd->ndests > 1) in dw_i3c_master_supports_ccc_cmd()
H A Dsvc-i3c-master.c1213 return (cmd->ndests == 1); in svc_i3c_master_supports_ccc_cmd()

Completed in 26 milliseconds