Lines Matching defs:dev

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()
127 static int ssb_device_resume(struct device *dev) in ssb_device_resume()
144 static int ssb_device_suspend(struct device *dev, pm_message_t state) in ssb_device_suspend()
274 static void ssb_device_shutdown(struct device *dev) in ssb_device_shutdown()
286 static void ssb_device_remove(struct device *dev) in ssb_device_remove()
296 static int ssb_device_probe(struct device *dev) in ssb_device_probe()
326 static int ssb_bus_match(struct device *dev, const struct device_driver *drv) in ssb_bus_match()
342 static int ssb_device_uevent(const struct device *dev, struct kobj_uevent_env *env) in ssb_device_uevent()
371 name_show(struct device *dev, struct device_attribute *attr, char *buf) in name_show()
451 static void ssb_release_dev(struct device *dev) in ssb_release_dev()
462 struct device *dev; in ssb_devices_register() local
807 void ssb_set_devtypedata(struct ssb_device *dev, void *data) 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() local