Symbol: sdw_device_id
drivers/mfd/cs42l43-sdw.c
170
static int cs42l43_sdw_probe(struct sdw_slave *sdw, const struct sdw_device_id *id)
drivers/mfd/cs42l43-sdw.c
190
static const struct sdw_device_id cs42l43_sdw_id[] = {
drivers/soundwire/bus_type.c
21
static const struct sdw_device_id *
drivers/soundwire/bus_type.c
24
const struct sdw_device_id *id;
drivers/soundwire/bus_type.c
79
const struct sdw_device_id *id;
include/linux/soundwire/sdw.h
707
int (*probe)(struct sdw_slave *sdw, const struct sdw_device_id *id);
include/linux/soundwire/sdw.h
711
const struct sdw_device_id *id_table;
scripts/mod/devicetable-offsets.c
225
DEVID(sdw_device_id);
scripts/mod/devicetable-offsets.c
226
DEVID_FIELD(sdw_device_id, mfg_id);
scripts/mod/devicetable-offsets.c
227
DEVID_FIELD(sdw_device_id, part_id);
scripts/mod/devicetable-offsets.c
228
DEVID_FIELD(sdw_device_id, sdw_version);
scripts/mod/devicetable-offsets.c
229
DEVID_FIELD(sdw_device_id, class_id);
scripts/mod/file2alias.c
1185
DEF_FIELD(symval, sdw_device_id, mfg_id);
scripts/mod/file2alias.c
1186
DEF_FIELD(symval, sdw_device_id, part_id);
scripts/mod/file2alias.c
1187
DEF_FIELD(symval, sdw_device_id, sdw_version);
scripts/mod/file2alias.c
1188
DEF_FIELD(symval, sdw_device_id, class_id);
sound/soc/codecs/cs35l56-sdw.c
508
static int cs35l56_sdw_probe(struct sdw_slave *peripheral, const struct sdw_device_id *id)
sound/soc/codecs/cs35l56-sdw.c
578
static const struct sdw_device_id cs35l56_sdw_id[] = {
sound/soc/codecs/cs42l42-sdw.c
516
static int cs42l42_sdw_probe(struct sdw_slave *peripheral, const struct sdw_device_id *id)
sound/soc/codecs/cs42l42-sdw.c
601
static const struct sdw_device_id cs42l42_sdw_id[] = {
sound/soc/codecs/max98363.c
433
const struct sdw_device_id *id)
sound/soc/codecs/max98363.c
445
static const struct sdw_device_id max98363_id[] = {
sound/soc/codecs/max98373-sdw.c
830
const struct sdw_device_id *id)
sound/soc/codecs/max98373-sdw.c
863
static const struct sdw_device_id max98373_id[] = {
sound/soc/codecs/pm4125-sdw.c
348
static int pm4125_probe(struct sdw_slave *pdev, const struct sdw_device_id *id)
sound/soc/codecs/pm4125-sdw.c
446
static const struct sdw_device_id pm4125_slave_id[] = {
sound/soc/codecs/rt1017-sdca-sdw.c
732
const struct sdw_device_id *id)
sound/soc/codecs/rt1017-sdca-sdw.c
752
static const struct sdw_device_id rt1017_sdca_id[] = {
sound/soc/codecs/rt1308-sdw.c
730
const struct sdw_device_id *id)
sound/soc/codecs/rt1308-sdw.c
747
static const struct sdw_device_id rt1308_id[] = {
sound/soc/codecs/rt1316-sdw.c
707
const struct sdw_device_id *id)
sound/soc/codecs/rt1316-sdw.c
724
static const struct sdw_device_id rt1316_id[] = {
sound/soc/codecs/rt1318-sdw.c
784
const struct sdw_device_id *id)
sound/soc/codecs/rt1318-sdw.c
801
static const struct sdw_device_id rt1318_id[] = {
sound/soc/codecs/rt1320-sdw.c
2938
const struct sdw_device_id *id)
sound/soc/codecs/rt1320-sdw.c
2966
static const struct sdw_device_id rt1320_id[] = {
sound/soc/codecs/rt5682-sdw.c
681
const struct sdw_device_id *id)
sound/soc/codecs/rt5682-sdw.c
703
static const struct sdw_device_id rt5682_id[] = {
sound/soc/codecs/rt700-sdw.c
441
const struct sdw_device_id *id)
sound/soc/codecs/rt700-sdw.c
470
static const struct sdw_device_id rt700_id[] = {
sound/soc/codecs/rt711-sdca-sdw.c
352
const struct sdw_device_id *id)
sound/soc/codecs/rt711-sdca-sdw.c
383
static const struct sdw_device_id rt711_sdca_id[] = {
sound/soc/codecs/rt711-sdw.c
444
const struct sdw_device_id *id)
sound/soc/codecs/rt711-sdw.c
477
static const struct sdw_device_id rt711_id[] = {
sound/soc/codecs/rt712-sdca-dmic.c
870
static const struct sdw_device_id rt712_sdca_dmic_id[] = {
sound/soc/codecs/rt712-sdca-dmic.c
947
const struct sdw_device_id *id)
sound/soc/codecs/rt712-sdca-sdw.c
361
const struct sdw_device_id *id)
sound/soc/codecs/rt712-sdca-sdw.c
392
static const struct sdw_device_id rt712_sdca_id[] = {
sound/soc/codecs/rt715-sdca-sdw.c
178
const struct sdw_device_id *id)
sound/soc/codecs/rt715-sdca-sdw.c
199
static const struct sdw_device_id rt715_sdca_id[] = {
sound/soc/codecs/rt715-sdw.c
457
const struct sdw_device_id *id)
sound/soc/codecs/rt715-sdw.c
479
static const struct sdw_device_id rt715_id[] = {
sound/soc/codecs/rt721-sdca-sdw.c
402
const struct sdw_device_id *id)
sound/soc/codecs/rt721-sdca-sdw.c
434
static const struct sdw_device_id rt721_sdca_id[] = {
sound/soc/codecs/rt722-sdca-sdw.c
417
const struct sdw_device_id *id)
sound/soc/codecs/rt722-sdca-sdw.c
447
static const struct sdw_device_id rt722_sdca_id[] = {
sound/soc/codecs/sdw-mockup.c
217
const struct sdw_device_id *id)
sound/soc/codecs/sdw-mockup.c
248
static const struct sdw_device_id sdw_mockup_id[] = {
sound/soc/codecs/tas2783-sdw.c
1272
const struct sdw_device_id *id)
sound/soc/codecs/tas2783-sdw.c
1356
static const struct sdw_device_id tas_sdw_id[] = {
sound/soc/codecs/wcd937x-sdw.c
1066
static const struct sdw_device_id wcd9370_slave_id[] = {
sound/soc/codecs/wcd937x-sdw.c
965
const struct sdw_device_id *id)
sound/soc/codecs/wcd938x-sdw.c
1153
const struct sdw_device_id *id)
sound/soc/codecs/wcd938x-sdw.c
1227
static const struct sdw_device_id wcd9380_slave_id[] = {
sound/soc/codecs/wcd939x-sdw.c
1338
static int wcd9390_probe(struct sdw_slave *pdev, const struct sdw_device_id *id)
sound/soc/codecs/wcd939x-sdw.c
1413
static const struct sdw_device_id wcd9390_slave_id[] = {
sound/soc/codecs/wsa881x.c
1115
const struct sdw_device_id *id)
sound/soc/codecs/wsa881x.c
1219
static const struct sdw_device_id wsa881x_slave_id[] = {
sound/soc/codecs/wsa883x.c
1599
const struct sdw_device_id *id)
sound/soc/codecs/wsa883x.c
1710
static const struct sdw_device_id wsa883x_swr_id[] = {
sound/soc/codecs/wsa884x.c
2044
const struct sdw_device_id *id)
sound/soc/codecs/wsa884x.c
2161
static const struct sdw_device_id wsa884x_swr_id[] = {
sound/soc/sdca/sdca_class.c
180
static int class_sdw_probe(struct sdw_slave *sdw, const struct sdw_device_id *id)
sound/soc/sdca/sdca_class.c
318
static const struct sdw_device_id class_sdw_id[] = {