Home
last modified time | relevance | path

Searched refs:sdw_device_id (Results 1 – 25 of 29) sorted by relevance

12

/openbmc/linux/scripts/mod/
H A Ddevicetable-offsets.c217 DEVID(sdw_device_id); in main()
218 DEVID_FIELD(sdw_device_id, mfg_id); in main()
219 DEVID_FIELD(sdw_device_id, part_id); in main()
220 DEVID_FIELD(sdw_device_id, sdw_version); in main()
221 DEVID_FIELD(sdw_device_id, class_id); in main()
H A Dfile2alias.c1286 DEF_FIELD(symval, sdw_device_id, mfg_id); in do_sdw_entry()
1287 DEF_FIELD(symval, sdw_device_id, part_id); in do_sdw_entry()
1288 DEF_FIELD(symval, sdw_device_id, sdw_version); in do_sdw_entry()
1289 DEF_FIELD(symval, sdw_device_id, class_id); in do_sdw_entry()
/openbmc/linux/drivers/soundwire/
H A Dbus_type.c21 static const struct sdw_device_id *
24 const struct sdw_device_id *id; in sdw_get_device_id()
85 const struct sdw_device_id *id; in sdw_drv_probe()
/openbmc/linux/drivers/mfd/
H A Dcs42l43-sdw.c166 static int cs42l43_sdw_probe(struct sdw_slave *sdw, const struct sdw_device_id *id) in cs42l43_sdw_probe()
198 static const struct sdw_device_id cs42l43_sdw_id[] = {
/openbmc/linux/sound/soc/codecs/
H A Dsdw-mockup.c217 const struct sdw_device_id *id) in sdw_mockup_sdw_probe()
253 static const struct sdw_device_id sdw_mockup_id[] = {
H A Drt715-sdca-sdw.c178 const struct sdw_device_id *id) in rt715_sdca_sdw_probe()
201 static const struct sdw_device_id rt715_sdca_id[] = {
H A Dmax98363.c434 const struct sdw_device_id *id) in max98363_sdw_probe()
446 static const struct sdw_device_id max98363_id[] = {
H A Drt711-sdca-sdw.c344 const struct sdw_device_id *id) in rt711_sdca_sdw_probe()
377 static const struct sdw_device_id rt711_sdca_id[] = {
H A Drt712-sdca-sdw.c341 const struct sdw_device_id *id) in rt712_sdca_sdw_probe()
374 static const struct sdw_device_id rt712_sdca_id[] = {
H A Drt715-sdw.c498 const struct sdw_device_id *id) in rt715_sdw_probe()
522 static const struct sdw_device_id rt715_id[] = {
H A Drt722-sdca-sdw.c371 const struct sdw_device_id *id) in rt722_sdca_sdw_probe()
405 static const struct sdw_device_id rt722_sdca_id[] = {
H A Drt1017-sdca-sdw.c733 const struct sdw_device_id *id) in rt1017_sdca_sdw_probe()
755 static const struct sdw_device_id rt1017_sdca_id[] = {
H A Drt1318-sdw.c785 const struct sdw_device_id *id) in rt1318_sdw_probe()
804 static const struct sdw_device_id rt1318_id[] = {
H A Drt700-sdw.c441 const struct sdw_device_id *id) in rt700_sdw_probe()
472 static const struct sdw_device_id rt700_id[] = {
H A Dcs35l56-sdw.c488 static int cs35l56_sdw_probe(struct sdw_slave *peripheral, const struct sdw_device_id *id) in cs35l56_sdw_probe()
544 static const struct sdw_device_id cs35l56_sdw_id[] = {
H A Dcs42l42-sdw.c516 static int cs42l42_sdw_probe(struct sdw_slave *peripheral, const struct sdw_device_id *id) in cs42l42_sdw_probe()
603 static const struct sdw_device_id cs42l42_sdw_id[] = {
H A Drt711-sdw.c442 const struct sdw_device_id *id) in rt711_sdw_probe()
477 static const struct sdw_device_id rt711_id[] = {
H A Drt1316-sdw.c708 const struct sdw_device_id *id) in rt1316_sdw_probe()
727 static const struct sdw_device_id rt1316_id[] = {
H A Drt1308-sdw.c731 const struct sdw_device_id *id) in rt1308_sdw_probe()
750 static const struct sdw_device_id rt1308_id[] = {
H A Dmax98373-sdw.c831 const struct sdw_device_id *id) in max98373_sdw_probe()
866 static const struct sdw_device_id max98373_id[] = {
H A Drt5682-sdw.c682 const struct sdw_device_id *id) in rt5682_sdw_probe()
706 static const struct sdw_device_id rt5682_id[] = {
H A Drt712-sdca-dmic.c877 static const struct sdw_device_id rt712_sdca_dmic_id[] = {
953 const struct sdw_device_id *id) in rt712_sdca_dmic_sdw_probe()
H A Dwcd938x-sdw.c1218 const struct sdw_device_id *id) in wcd9380_probe()
1308 static const struct sdw_device_id wcd9380_slave_id[] = {
H A Dwsa881x.c1112 const struct sdw_device_id *id) in wsa881x_probe()
1217 static const struct sdw_device_id wsa881x_slave_id[] = {
/openbmc/linux/include/linux/soundwire/
H A Dsdw.h723 const struct sdw_device_id *id);
727 const struct sdw_device_id *id_table;

12