Lines Matching refs:ssb_device

114 static struct ssb_device *ssb_device_get(struct ssb_device *dev)  in ssb_device_get()
121 static void ssb_device_put(struct ssb_device *dev) in ssb_device_put()
129 struct ssb_device *ssb_dev = dev_to_ssb_dev(dev); in ssb_device_resume()
146 struct ssb_device *ssb_dev = dev_to_ssb_dev(dev); in ssb_device_suspend()
209 struct ssb_device *sdev; in ssb_devices_freeze()
244 struct ssb_device *sdev; in ssb_devices_thaw()
276 struct ssb_device *ssb_dev = dev_to_ssb_dev(dev); in ssb_device_shutdown()
288 struct ssb_device *ssb_dev = dev_to_ssb_dev(dev); in ssb_device_remove()
298 struct ssb_device *ssb_dev = dev_to_ssb_dev(dev); in ssb_device_probe()
328 struct ssb_device *ssb_dev = dev_to_ssb_dev(dev); in ssb_bus_match()
344 const struct ssb_device *ssb_dev = dev_to_ssb_dev(dev); in ssb_device_uevent()
385 ATTRIBUTE_GROUPS(ssb_device);
415 struct ssb_device *sdev; in ssb_devices_unregister()
459 struct ssb_device *sdev; in ssb_devices_register()
805 void ssb_set_devtypedata(struct ssb_device *dev, void *data) in ssb_set_devtypedata()
808 struct ssb_device *ent; in ssb_set_devtypedata()
969 static u32 ssb_tmslow_reject_bitmask(struct ssb_device *dev) in ssb_tmslow_reject_bitmask()
992 int ssb_device_is_enabled(struct ssb_device *dev) in ssb_device_is_enabled()
1005 static void ssb_flush_tmslow(struct ssb_device *dev) in ssb_flush_tmslow()
1018 void ssb_device_enable(struct ssb_device *dev, u32 core_specific_flags) in ssb_device_enable()
1052 static int ssb_wait_bits(struct ssb_device *dev, u16 reg, u32 bitmask, in ssb_wait_bits()
1076 void ssb_device_disable(struct ssb_device *dev, u32 core_specific_flags) in ssb_device_disable()
1119 static bool ssb_dma_translation_special_bit(struct ssb_device *dev) in ssb_dma_translation_special_bit()
1131 u32 ssb_dma_translation(struct ssb_device *dev) in ssb_dma_translation()
1206 static void ssb_broadcast_value(struct ssb_device *dev, in ssb_broadcast_value()
1223 struct ssb_device *dev; in ssb_commit_settings()