Lines Matching refs:ssb_device

112 static struct ssb_device *ssb_device_get(struct ssb_device *dev)  in ssb_device_get()
119 static void ssb_device_put(struct ssb_device *dev) in ssb_device_put()
127 struct ssb_device *ssb_dev = dev_to_ssb_dev(dev); in ssb_device_resume()
144 struct ssb_device *ssb_dev = dev_to_ssb_dev(dev); in ssb_device_suspend()
206 struct ssb_device *sdev; in ssb_devices_freeze()
241 struct ssb_device *sdev; in ssb_devices_thaw()
273 struct ssb_device *ssb_dev = dev_to_ssb_dev(dev); in ssb_device_shutdown()
285 struct ssb_device *ssb_dev = dev_to_ssb_dev(dev); in ssb_device_remove()
297 struct ssb_device *ssb_dev = dev_to_ssb_dev(dev); in ssb_device_probe()
327 struct ssb_device *ssb_dev = dev_to_ssb_dev(dev); in ssb_bus_match()
343 struct ssb_device *ssb_dev = dev_to_ssb_dev(dev); in ssb_device_uevent()
384 ATTRIBUTE_GROUPS(ssb_device);
414 struct ssb_device *sdev; in ssb_devices_unregister()
460 struct ssb_device *sdev; in ssb_devices_register()
803 void ssb_set_devtypedata(struct ssb_device *dev, void *data) in ssb_set_devtypedata()
806 struct ssb_device *ent; in ssb_set_devtypedata()
967 static u32 ssb_tmslow_reject_bitmask(struct ssb_device *dev) in ssb_tmslow_reject_bitmask()
990 int ssb_device_is_enabled(struct ssb_device *dev) in ssb_device_is_enabled()
1003 static void ssb_flush_tmslow(struct ssb_device *dev) in ssb_flush_tmslow()
1015 void ssb_device_enable(struct ssb_device *dev, u32 core_specific_flags) in ssb_device_enable()
1048 static int ssb_wait_bits(struct ssb_device *dev, u16 reg, u32 bitmask, in ssb_wait_bits()
1072 void ssb_device_disable(struct ssb_device *dev, u32 core_specific_flags) in ssb_device_disable()
1115 static bool ssb_dma_translation_special_bit(struct ssb_device *dev) in ssb_dma_translation_special_bit()
1127 u32 ssb_dma_translation(struct ssb_device *dev) in ssb_dma_translation()
1201 static void ssb_broadcast_value(struct ssb_device *dev, in ssb_broadcast_value()
1218 struct ssb_device *dev; in ssb_commit_settings()