• Home
  • Raw
  • Download

Lines Matching defs:dev

207 static inline void *devm_kzalloc(struct device *dev, size_t size, gfp_t gfp)  in devm_kzalloc()
211 static inline void *devm_kmalloc_array(struct device *dev, in devm_kmalloc_array()
221 static inline void *devm_kcalloc(struct device *dev, in devm_kcalloc()
249 static inline int devm_add_action_or_reset(struct device *dev, in devm_add_action_or_reset()
272 #define devm_alloc_percpu(dev, type) \ argument
629 static inline bool device_iommu_mapped(struct device *dev) in device_iommu_mapped()
637 static inline const char *dev_name(const struct device *dev) in dev_name()
653 static inline const char *dev_bus_name(const struct device *dev) in dev_bus_name()
661 static inline int dev_to_node(struct device *dev) in dev_to_node()
665 static inline void set_dev_node(struct device *dev, int node) in set_dev_node()
670 static inline int dev_to_node(struct device *dev) in dev_to_node()
674 static inline void set_dev_node(struct device *dev, int node) in set_dev_node()
679 static inline struct irq_domain *dev_get_msi_domain(const struct device *dev) in dev_get_msi_domain()
688 static inline void dev_set_msi_domain(struct device *dev, struct irq_domain *d) in dev_set_msi_domain()
695 static inline void *dev_get_drvdata(const struct device *dev) in dev_get_drvdata()
700 static inline void dev_set_drvdata(struct device *dev, void *data) in dev_set_drvdata()
705 static inline struct pm_subsys_data *dev_to_psd(struct device *dev) in dev_to_psd()
710 static inline unsigned int dev_get_uevent_suppress(const struct device *dev) in dev_get_uevent_suppress()
715 static inline void dev_set_uevent_suppress(struct device *dev, int val) in dev_set_uevent_suppress()
720 static inline int device_is_registered(struct device *dev) in device_is_registered()
725 static inline void device_enable_async_suspend(struct device *dev) in device_enable_async_suspend()
731 static inline void device_disable_async_suspend(struct device *dev) in device_disable_async_suspend()
737 static inline bool device_async_suspend_enabled(struct device *dev) in device_async_suspend_enabled()
742 static inline bool device_pm_not_required(struct device *dev) in device_pm_not_required()
747 static inline void device_set_pm_not_required(struct device *dev) in device_set_pm_not_required()
752 static inline void dev_pm_syscore_device(struct device *dev, bool val) in dev_pm_syscore_device()
759 static inline void dev_pm_set_driver_flags(struct device *dev, u32 flags) in dev_pm_set_driver_flags()
764 static inline bool dev_pm_test_driver_flags(struct device *dev, u32 flags) in dev_pm_test_driver_flags()
769 static inline void device_lock(struct device *dev) in device_lock()
774 static inline int device_lock_interruptible(struct device *dev) in device_lock_interruptible()
779 static inline int device_trylock(struct device *dev) in device_trylock()
784 static inline void device_unlock(struct device *dev) in device_unlock()
789 static inline void device_lock_assert(struct device *dev) in device_lock_assert()
794 static inline struct device_node *dev_of_node(struct device *dev) in dev_of_node()
801 static inline bool dev_has_sync_state(struct device *dev) in dev_has_sync_state()
812 static inline void dev_set_removable(struct device *dev, in dev_set_removable()
818 static inline bool dev_is_removable(struct device *dev) in dev_is_removable()
823 static inline bool dev_removable_is_valid(struct device *dev) in dev_removable_is_valid()
852 static inline bool device_supports_offline(struct device *dev) in device_supports_offline()
867 static inline int dev_num_vf(struct device *dev) in dev_num_vf()
885 static inline void *dev_get_platdata(const struct device *dev) in dev_get_platdata()
922 static inline int __must_check device_add_group(struct device *dev, in device_add_group()
930 static inline void device_remove_group(struct device *dev, in device_remove_group()