Lines Matching defs:slots
406 struct i3c_dev_desc **slots;
1144 /* Prepare RR slots before launching DAA. */
1173 * Clear slots that ended up not being used. Can be caused by I3C
1324 dev = master->ibi.slots[id];
1487 if (!master->ibi.slots[i]) {
1489 master->ibi.slots[i] = dev;
1512 master->ibi.slots[data->ibi] = NULL;
1636 master->ibi.slots = devm_kcalloc(&pdev->dev, master->ibi.num_slots,
1637 sizeof(*master->ibi.slots),
1639 if (!master->ibi.slots) {