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; in ssb_device_uevent()
387 ATTRIBUTE_GROUPS(ssb_device);
417 struct ssb_device *sdev; in ssb_devices_unregister()
461 struct ssb_device *sdev; in ssb_devices_register()
807 void ssb_set_devtypedata(struct ssb_device *dev, void *data) in ssb_set_devtypedata()
810 struct ssb_device *ent; in ssb_set_devtypedata()
971 static u32 ssb_tmslow_reject_bitmask(struct ssb_device *dev) in ssb_tmslow_reject_bitmask()
994 int ssb_device_is_enabled(struct ssb_device *dev) in ssb_device_is_enabled()
1007 static void ssb_flush_tmslow(struct ssb_device *dev) in ssb_flush_tmslow()
1020 void ssb_device_enable(struct ssb_device *dev, u32 core_specific_flags) in ssb_device_enable()
1054 static int ssb_wait_bits(struct ssb_device *dev, u16 reg, u32 bitmask, in ssb_wait_bits()
1078 void ssb_device_disable(struct ssb_device *dev, u32 core_specific_flags) in ssb_device_disable()
1121 static bool ssb_dma_translation_special_bit(struct ssb_device *dev) in ssb_dma_translation_special_bit()
1133 u32 ssb_dma_translation(struct ssb_device *dev) in ssb_dma_translation()
1208 static void ssb_broadcast_value(struct ssb_device *dev, in ssb_broadcast_value()
1225 struct ssb_device *dev; in ssb_commit_settings()