Lines Matching refs:sdw_slave
17 struct sdw_slave;
61 void sdca_lookup_functions(struct sdw_slave *slave);
62 void sdca_lookup_swft(struct sdw_slave *slave);
63 void sdca_lookup_interface_revision(struct sdw_slave *slave);
64 bool sdca_device_quirk_match(struct sdw_slave *slave, enum sdca_quirk quirk);
65 int sdca_dev_register_functions(struct sdw_slave *slave);
66 void sdca_dev_unregister_functions(struct sdw_slave *slave);
70 static inline void sdca_lookup_functions(struct sdw_slave *slave) {} in sdca_lookup_functions()
71 static inline void sdca_lookup_swft(struct sdw_slave *slave) {} in sdca_lookup_swft()
72 static inline void sdca_lookup_interface_revision(struct sdw_slave *slave) {} in sdca_lookup_interface_revision()
73 static inline bool sdca_device_quirk_match(struct sdw_slave *slave, enum sdca_quirk quirk) in sdca_device_quirk_match()
78 static inline int sdca_dev_register_functions(struct sdw_slave *slave) in sdca_dev_register_functions()
83 static inline void sdca_dev_unregister_functions(struct sdw_slave *slave) {} in sdca_dev_unregister_functions()