Lines Matching defs:dev
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()
125 static int ssb_device_resume(struct device *dev) in ssb_device_resume()
142 static int ssb_device_suspend(struct device *dev, pm_message_t state) in ssb_device_suspend()
271 static void ssb_device_shutdown(struct device *dev) in ssb_device_shutdown()
283 static int ssb_device_remove(struct device *dev) in ssb_device_remove()
295 static int ssb_device_probe(struct device *dev) in ssb_device_probe()
325 static int ssb_bus_match(struct device *dev, struct device_driver *drv) in ssb_bus_match()
341 static int ssb_device_uevent(struct device *dev, struct kobj_uevent_env *env) in ssb_device_uevent()
368 name_show(struct device *dev, struct device_attribute *attr, char *buf) in name_show()
450 static void ssb_release_dev(struct device *dev) in ssb_release_dev()
461 struct device *dev; in ssb_devices_register() local
803 void ssb_set_devtypedata(struct ssb_device *dev, void *data) 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() local