Searched refs:SDW_MAX_DEVICES (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/soundwire/
H A Dirq.c34 bus->domain = irq_domain_create_linear(fwnode, SDW_MAX_DEVICES,
H A Dintel_auxdevice.c105 dev_num_max = SDW_MAX_DEVICES;
178 SDW_INTEL_DEV_NUM_IDA_MIN, SDW_MAX_DEVICES,
181 bit = find_first_zero_bit(slave->bus->assigned, SDW_MAX_DEVICES);
182 if (bit == SDW_MAX_DEVICES)
H A Dbus.c732 bit = find_first_zero_bit(bus->assigned, SDW_MAX_DEVICES);
733 if (bit == SDW_MAX_DEVICES) {
914 } while (ret == 0 && count < (SDW_MAX_DEVICES * 2));
1854 for (i = 1; i <= SDW_MAX_DEVICES; i++) {
1901 for (i = 1; i <= SDW_MAX_DEVICES; i++) {
1995 for (i = 1; i <= SDW_MAX_DEVICES; i++) {
H A Damd_manager.c356 for (dev_index = 0; dev_index <= SDW_MAX_DEVICES; ++dev_index) {
790 if (retry_count++ < SDW_MAX_DEVICES) {
819 for (dev_index = 0; dev_index <= SDW_MAX_DEVICES; ++dev_index) {
H A Dqcom.c208 enum sdw_slave_status status[SDW_MAX_DEVICES + 1];
539 for (dev_num = 1; dev_num <= SDW_MAX_DEVICES; dev_num++) {
559 for (i = 1; i <= SDW_MAX_DEVICES; i++) {
598 for (i = 1; i <= SDW_MAX_DEVICES; i++) {
H A Dcadence_master.c830 enum sdw_slave_status status[SDW_MAX_DEVICES + 1];
838 for (i = 0; i <= SDW_MAX_DEVICES; i++) {
1057 if (retry_count++ < SDW_MAX_DEVICES) {
/linux-master/include/linux/soundwire/
H A Dsdw_amd.h85 enum sdw_slave_status status[SDW_MAX_DEVICES + 1];
H A Dsdw.h44 #define SDW_MAX_DEVICES 11 macro
926 DECLARE_BITMAP(assigned, SDW_MAX_DEVICES);

Completed in 242 milliseconds