Searched refs:ndests (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/include/linux/i3c/ |
H A D | ccc.h | 372 * @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 D | ccc.h | 372 * @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 D | core.c | 198 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 D | master.c | 651 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 D | master.c | 659 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 D | dw-i3c-master.c | 261 if (cmd->ndests > 1) in dw_i3c_master_supports_ccc_cmd()
|
H A D | i3c-master-cdns.c | 455 if (cmd->ndests > 1) in cdns_i3c_master_supports_ccc_cmd()
|
/kernel/linux/linux-6.6/drivers/i3c/master/ |
H A D | i3c-master-cdns.c | 454 if (cmd->ndests > 1) in cdns_i3c_master_supports_ccc_cmd()
|
H A D | dw-i3c-master.c | 255 if (cmd->ndests > 1) in dw_i3c_master_supports_ccc_cmd()
|
H A D | svc-i3c-master.c | 1213 return (cmd->ndests == 1); in svc_i3c_master_supports_ccc_cmd()
|
Completed in 26 milliseconds