Greg Kroah-Hartman | 989d42e | 2017-11-07 17:30:07 +0100 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | /* |
| 3 | * device.h - generic, centralized driver model |
| 4 | * |
| 5 | * Copyright (c) 2001-2003 Patrick Mochel <[email protected]> |
Greg Kroah-Hartman | b402843 | 2009-05-11 14:16:57 -0700 | [diff] [blame] | 6 | * Copyright (c) 2004-2009 Greg Kroah-Hartman <[email protected]> |
| 7 | * Copyright (c) 2008-2009 Novell Inc. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 8 | * |
Mauro Carvalho Chehab | fe34c89 | 2019-06-18 12:34:59 -0300 | [diff] [blame] | 9 | * See Documentation/driver-api/driver-model/ for more information. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 10 | */ |
| 11 | |
| 12 | #ifndef _DEVICE_H_ |
| 13 | #define _DEVICE_H_ |
| 14 | |
Greg Kroah-Hartman | af628aa | 2019-12-09 20:33:00 +0100 | [diff] [blame] | 15 | #include <linux/dev_printk.h> |
Lukasz Luba | 1bc138c | 2020-06-10 11:12:23 +0100 | [diff] [blame] | 16 | #include <linux/energy_model.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 17 | #include <linux/ioport.h> |
| 18 | #include <linux/kobject.h> |
[email protected] | 465c7a3 | 2005-03-21 11:49:14 -0800 | [diff] [blame] | 19 | #include <linux/klist.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 20 | #include <linux/list.h> |
Matthew Wilcox | d2a3b91 | 2008-05-28 09:28:39 -0700 | [diff] [blame] | 21 | #include <linux/lockdep.h> |
Andrew Morton | 4a7fb63 | 2006-08-14 22:43:17 -0700 | [diff] [blame] | 22 | #include <linux/compiler.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 23 | #include <linux/types.h> |
Paul Gortmaker | de47725 | 2011-05-26 13:46:22 -0400 | [diff] [blame] | 24 | #include <linux/mutex.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 25 | #include <linux/pm.h> |
Arun Sharma | 60063497 | 2011-07-26 16:09:06 -0700 | [diff] [blame] | 26 | #include <linux/atomic.h> |
Kay Sievers | 3c2670e | 2013-04-06 09:56:00 -0700 | [diff] [blame] | 27 | #include <linux/uidgid.h> |
Joe Perches | 64c862a8 | 2013-10-11 13:11:38 -0700 | [diff] [blame] | 28 | #include <linux/gfp.h> |
Kees Cook | 2509b56 | 2018-05-08 22:29:52 -0700 | [diff] [blame] | 29 | #include <linux/overflow.h> |
Greg Kroah-Hartman | 5aee2bf | 2019-12-09 20:33:01 +0100 | [diff] [blame] | 30 | #include <linux/device/bus.h> |
Greg Kroah-Hartman | a8ae608 | 2019-12-09 20:33:02 +0100 | [diff] [blame] | 31 | #include <linux/device/class.h> |
Greg Kroah-Hartman | 4c002c9 | 2019-12-09 20:33:03 +0100 | [diff] [blame] | 32 | #include <linux/device/driver.h> |
Benjamin Herrenschmidt | c6dbaef | 2006-11-11 17:18:39 +1100 | [diff] [blame] | 33 | #include <asm/device.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 34 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 35 | struct device; |
Greg Kroah-Hartman | fb069a5 | 2008-12-16 12:23:36 -0800 | [diff] [blame] | 36 | struct device_private; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 37 | struct device_driver; |
Greg Kroah-Hartman | e5dd127 | 2007-11-28 15:59:15 -0800 | [diff] [blame] | 38 | struct driver_private; |
Paul Gortmaker | de47725 | 2011-05-26 13:46:22 -0400 | [diff] [blame] | 39 | struct module; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 40 | struct class; |
Kay Sievers | 6b6e39a | 2010-11-15 23:13:18 +0100 | [diff] [blame] | 41 | struct subsys_private; |
Grant Likely | d706c1b | 2010-04-13 16:12:28 -0700 | [diff] [blame] | 42 | struct device_node; |
Rafael J. Wysocki | ce79348 | 2015-03-16 23:49:03 +0100 | [diff] [blame] | 43 | struct fwnode_handle; |
Joerg Roedel | ff21776 | 2011-08-26 16:48:26 +0200 | [diff] [blame] | 44 | struct iommu_ops; |
Alex Williamson | 74416e1e | 2012-05-30 14:18:41 -0600 | [diff] [blame] | 45 | struct iommu_group; |
Linus Torvalds | 23c35f4 | 2018-02-02 16:44:14 -0800 | [diff] [blame] | 46 | struct dev_pin_info; |
Joerg Roedel | 045a704 | 2020-03-26 16:08:30 +0100 | [diff] [blame] | 47 | struct dev_iommu; |
Kay Sievers | b8c5cec | 2007-02-16 17:33:36 +0100 | [diff] [blame] | 48 | |
Wanlong Gao | 880ffb5 | 2011-05-05 07:55:36 +0800 | [diff] [blame] | 49 | /** |
Kay Sievers | ca22e56 | 2011-12-14 14:29:38 -0800 | [diff] [blame] | 50 | * struct subsys_interface - interfaces to device functions |
Randy Dunlap | 2eda013 | 2012-01-21 11:02:51 -0800 | [diff] [blame] | 51 | * @name: name of the device function |
| 52 | * @subsys: subsytem of the devices to attach to |
| 53 | * @node: the list of functions registered at the subsystem |
| 54 | * @add_dev: device hookup to device function handler |
| 55 | * @remove_dev: device hookup to device function handler |
Kay Sievers | ca22e56 | 2011-12-14 14:29:38 -0800 | [diff] [blame] | 56 | * |
| 57 | * Simple interfaces attached to a subsystem. Multiple interfaces can |
| 58 | * attach to a subsystem and its devices. Unlike drivers, they do not |
| 59 | * exclusively claim or control devices. Interfaces usually represent |
| 60 | * a specific functionality of a subsystem/class of devices. |
| 61 | */ |
| 62 | struct subsys_interface { |
| 63 | const char *name; |
| 64 | struct bus_type *subsys; |
| 65 | struct list_head node; |
| 66 | int (*add_dev)(struct device *dev, struct subsys_interface *sif); |
Viresh Kumar | 71db87b | 2015-07-30 15:04:01 +0530 | [diff] [blame] | 67 | void (*remove_dev)(struct device *dev, struct subsys_interface *sif); |
Kay Sievers | ca22e56 | 2011-12-14 14:29:38 -0800 | [diff] [blame] | 68 | }; |
| 69 | |
| 70 | int subsys_interface_register(struct subsys_interface *sif); |
| 71 | void subsys_interface_unregister(struct subsys_interface *sif); |
| 72 | |
| 73 | int subsys_system_register(struct bus_type *subsys, |
| 74 | const struct attribute_group **groups); |
Tejun Heo | d73ce00 | 2013-03-12 11:30:05 -0700 | [diff] [blame] | 75 | int subsys_virtual_register(struct bus_type *subsys, |
| 76 | const struct attribute_group **groups); |
Kay Sievers | ca22e56 | 2011-12-14 14:29:38 -0800 | [diff] [blame] | 77 | |
Kay Sievers | 414264f | 2007-03-12 21:08:57 +0100 | [diff] [blame] | 78 | /* |
| 79 | * The type of device, "struct device" is embedded in. A class |
| 80 | * or bus can contain devices of different types |
| 81 | * like "partitions" and "disks", "mouse" and "event". |
| 82 | * This identifies the device type and carries type-specific |
| 83 | * information, equivalent to the kobj_type of a kobject. |
| 84 | * If "name" is specified, the uevent will contain it in |
| 85 | * the DEVTYPE variable. |
| 86 | */ |
Kay Sievers | f9f852d | 2006-10-07 21:54:55 +0200 | [diff] [blame] | 87 | struct device_type { |
Kay Sievers | 414264f | 2007-03-12 21:08:57 +0100 | [diff] [blame] | 88 | const char *name; |
David Brownell | a4dbd67 | 2009-06-24 10:06:31 -0700 | [diff] [blame] | 89 | const struct attribute_group **groups; |
Kay Sievers | 7eff2e7 | 2007-08-14 15:15:12 +0200 | [diff] [blame] | 90 | int (*uevent)(struct device *dev, struct kobj_uevent_env *env); |
Kay Sievers | 3c2670e | 2013-04-06 09:56:00 -0700 | [diff] [blame] | 91 | char *(*devnode)(struct device *dev, umode_t *mode, |
Greg Kroah-Hartman | 4e4098a | 2013-04-11 11:43:29 -0700 | [diff] [blame] | 92 | kuid_t *uid, kgid_t *gid); |
Kay Sievers | f9f852d | 2006-10-07 21:54:55 +0200 | [diff] [blame] | 93 | void (*release)(struct device *dev); |
Rafael J. Wysocki | 1eede07 | 2008-05-20 23:00:01 +0200 | [diff] [blame] | 94 | |
Dmitry Torokhov | 8150f32 | 2009-07-24 22:11:32 -0700 | [diff] [blame] | 95 | const struct dev_pm_ops *pm; |
Kay Sievers | f9f852d | 2006-10-07 21:54:55 +0200 | [diff] [blame] | 96 | }; |
| 97 | |
Kay Sievers | a7fd670 | 2005-10-01 14:49:43 +0200 | [diff] [blame] | 98 | /* interface for exporting device attributes */ |
| 99 | struct device_attribute { |
| 100 | struct attribute attr; |
| 101 | ssize_t (*show)(struct device *dev, struct device_attribute *attr, |
| 102 | char *buf); |
| 103 | ssize_t (*store)(struct device *dev, struct device_attribute *attr, |
| 104 | const char *buf, size_t count); |
| 105 | }; |
| 106 | |
Kay Sievers | ca22e56 | 2011-12-14 14:29:38 -0800 | [diff] [blame] | 107 | struct dev_ext_attribute { |
| 108 | struct device_attribute attr; |
| 109 | void *var; |
| 110 | }; |
Kay Sievers | a7fd670 | 2005-10-01 14:49:43 +0200 | [diff] [blame] | 111 | |
Kay Sievers | ca22e56 | 2011-12-14 14:29:38 -0800 | [diff] [blame] | 112 | ssize_t device_show_ulong(struct device *dev, struct device_attribute *attr, |
| 113 | char *buf); |
| 114 | ssize_t device_store_ulong(struct device *dev, struct device_attribute *attr, |
| 115 | const char *buf, size_t count); |
| 116 | ssize_t device_show_int(struct device *dev, struct device_attribute *attr, |
| 117 | char *buf); |
| 118 | ssize_t device_store_int(struct device *dev, struct device_attribute *attr, |
| 119 | const char *buf, size_t count); |
Borislav Petkov | 9187239 | 2012-10-09 19:52:05 +0200 | [diff] [blame] | 120 | ssize_t device_show_bool(struct device *dev, struct device_attribute *attr, |
| 121 | char *buf); |
| 122 | ssize_t device_store_bool(struct device *dev, struct device_attribute *attr, |
| 123 | const char *buf, size_t count); |
Kay Sievers | ca22e56 | 2011-12-14 14:29:38 -0800 | [diff] [blame] | 124 | |
Kay Sievers | a7fd670 | 2005-10-01 14:49:43 +0200 | [diff] [blame] | 125 | #define DEVICE_ATTR(_name, _mode, _show, _store) \ |
Kay Sievers | ca22e56 | 2011-12-14 14:29:38 -0800 | [diff] [blame] | 126 | struct device_attribute dev_attr_##_name = __ATTR(_name, _mode, _show, _store) |
Christophe Leroy | 7fda910 | 2017-12-18 11:08:29 +0100 | [diff] [blame] | 127 | #define DEVICE_ATTR_PREALLOC(_name, _mode, _show, _store) \ |
| 128 | struct device_attribute dev_attr_##_name = \ |
| 129 | __ATTR_PREALLOC(_name, _mode, _show, _store) |
Greg Kroah-Hartman | ced321b | 2013-07-14 16:05:54 -0700 | [diff] [blame] | 130 | #define DEVICE_ATTR_RW(_name) \ |
| 131 | struct device_attribute dev_attr_##_name = __ATTR_RW(_name) |
Dan Williams | 3022c6a | 2020-06-25 16:51:03 -0700 | [diff] [blame] | 132 | #define DEVICE_ATTR_ADMIN_RW(_name) \ |
| 133 | struct device_attribute dev_attr_##_name = __ATTR_RW_MODE(_name, 0600) |
Greg Kroah-Hartman | ced321b | 2013-07-14 16:05:54 -0700 | [diff] [blame] | 134 | #define DEVICE_ATTR_RO(_name) \ |
| 135 | struct device_attribute dev_attr_##_name = __ATTR_RO(_name) |
Dan Williams | 3022c6a | 2020-06-25 16:51:03 -0700 | [diff] [blame] | 136 | #define DEVICE_ATTR_ADMIN_RO(_name) \ |
| 137 | struct device_attribute dev_attr_##_name = __ATTR_RO_MODE(_name, 0400) |
Greg Kroah-Hartman | 1130c55 | 2013-08-23 15:02:56 -0700 | [diff] [blame] | 138 | #define DEVICE_ATTR_WO(_name) \ |
| 139 | struct device_attribute dev_attr_##_name = __ATTR_WO(_name) |
Kay Sievers | ca22e56 | 2011-12-14 14:29:38 -0800 | [diff] [blame] | 140 | #define DEVICE_ULONG_ATTR(_name, _mode, _var) \ |
| 141 | struct dev_ext_attribute dev_attr_##_name = \ |
| 142 | { __ATTR(_name, _mode, device_show_ulong, device_store_ulong), &(_var) } |
| 143 | #define DEVICE_INT_ATTR(_name, _mode, _var) \ |
| 144 | struct dev_ext_attribute dev_attr_##_name = \ |
Michael Davidson | 9475818 | 2012-05-03 16:19:02 -0700 | [diff] [blame] | 145 | { __ATTR(_name, _mode, device_show_int, device_store_int), &(_var) } |
Borislav Petkov | 9187239 | 2012-10-09 19:52:05 +0200 | [diff] [blame] | 146 | #define DEVICE_BOOL_ATTR(_name, _mode, _var) \ |
| 147 | struct dev_ext_attribute dev_attr_##_name = \ |
| 148 | { __ATTR(_name, _mode, device_show_bool, device_store_bool), &(_var) } |
Alan Stern | 356c05d | 2012-05-14 13:30:03 -0400 | [diff] [blame] | 149 | #define DEVICE_ATTR_IGNORE_LOCKDEP(_name, _mode, _show, _store) \ |
| 150 | struct device_attribute dev_attr_##_name = \ |
| 151 | __ATTR_IGNORE_LOCKDEP(_name, _mode, _show, _store) |
Kay Sievers | a7fd670 | 2005-10-01 14:49:43 +0200 | [diff] [blame] | 152 | |
Bartosz Golaszewski | 67dd077 | 2020-06-29 08:50:05 +0200 | [diff] [blame] | 153 | int device_create_file(struct device *device, |
| 154 | const struct device_attribute *entry); |
| 155 | void device_remove_file(struct device *dev, |
| 156 | const struct device_attribute *attr); |
| 157 | bool device_remove_file_self(struct device *dev, |
| 158 | const struct device_attribute *attr); |
| 159 | int __must_check device_create_bin_file(struct device *dev, |
Phil Carmody | 66ecb92 | 2009-12-18 15:34:20 +0200 | [diff] [blame] | 160 | const struct bin_attribute *attr); |
Bartosz Golaszewski | 67dd077 | 2020-06-29 08:50:05 +0200 | [diff] [blame] | 161 | void device_remove_bin_file(struct device *dev, |
| 162 | const struct bin_attribute *attr); |
Tejun Heo | 9ac7849 | 2007-01-20 16:00:26 +0900 | [diff] [blame] | 163 | |
| 164 | /* device resource management */ |
| 165 | typedef void (*dr_release_t)(struct device *dev, void *res); |
| 166 | typedef int (*dr_match_t)(struct device *dev, void *res, void *match_data); |
| 167 | |
| 168 | #ifdef CONFIG_DEBUG_DEVRES |
Bartosz Golaszewski | 67dd077 | 2020-06-29 08:50:05 +0200 | [diff] [blame] | 169 | void *__devres_alloc_node(dr_release_t release, size_t size, gfp_t gfp, |
| 170 | int nid, const char *name) __malloc; |
Tejun Heo | 9ac7849 | 2007-01-20 16:00:26 +0900 | [diff] [blame] | 171 | #define devres_alloc(release, size, gfp) \ |
Dan Williams | 7c68394 | 2015-10-05 20:35:55 -0400 | [diff] [blame] | 172 | __devres_alloc_node(release, size, gfp, NUMA_NO_NODE, #release) |
| 173 | #define devres_alloc_node(release, size, gfp, nid) \ |
| 174 | __devres_alloc_node(release, size, gfp, nid, #release) |
Tejun Heo | 9ac7849 | 2007-01-20 16:00:26 +0900 | [diff] [blame] | 175 | #else |
Bartosz Golaszewski | 67dd077 | 2020-06-29 08:50:05 +0200 | [diff] [blame] | 176 | void *devres_alloc_node(dr_release_t release, size_t size, |
| 177 | gfp_t gfp, int nid) __malloc; |
Dan Williams | 7c68394 | 2015-10-05 20:35:55 -0400 | [diff] [blame] | 178 | static inline void *devres_alloc(dr_release_t release, size_t size, gfp_t gfp) |
| 179 | { |
| 180 | return devres_alloc_node(release, size, gfp, NUMA_NO_NODE); |
| 181 | } |
Tejun Heo | 9ac7849 | 2007-01-20 16:00:26 +0900 | [diff] [blame] | 182 | #endif |
Dan Williams | 7c68394 | 2015-10-05 20:35:55 -0400 | [diff] [blame] | 183 | |
Bartosz Golaszewski | 67dd077 | 2020-06-29 08:50:05 +0200 | [diff] [blame] | 184 | void devres_for_each_res(struct device *dev, dr_release_t release, |
| 185 | dr_match_t match, void *match_data, |
| 186 | void (*fn)(struct device *, void *, void *), |
| 187 | void *data); |
| 188 | void devres_free(void *res); |
| 189 | void devres_add(struct device *dev, void *res); |
| 190 | void *devres_find(struct device *dev, dr_release_t release, |
| 191 | dr_match_t match, void *match_data); |
| 192 | void *devres_get(struct device *dev, void *new_res, |
| 193 | dr_match_t match, void *match_data); |
| 194 | void *devres_remove(struct device *dev, dr_release_t release, |
| 195 | dr_match_t match, void *match_data); |
| 196 | int devres_destroy(struct device *dev, dr_release_t release, |
| 197 | dr_match_t match, void *match_data); |
| 198 | int devres_release(struct device *dev, dr_release_t release, |
| 199 | dr_match_t match, void *match_data); |
Tejun Heo | 9ac7849 | 2007-01-20 16:00:26 +0900 | [diff] [blame] | 200 | |
| 201 | /* devres group */ |
Bartosz Golaszewski | 67dd077 | 2020-06-29 08:50:05 +0200 | [diff] [blame] | 202 | void * __must_check devres_open_group(struct device *dev, void *id, gfp_t gfp); |
| 203 | void devres_close_group(struct device *dev, void *id); |
| 204 | void devres_remove_group(struct device *dev, void *id); |
| 205 | int devres_release_group(struct device *dev, void *id); |
Tejun Heo | 9ac7849 | 2007-01-20 16:00:26 +0900 | [diff] [blame] | 206 | |
Joe Perches | 64c862a8 | 2013-10-11 13:11:38 -0700 | [diff] [blame] | 207 | /* managed devm_k.alloc/kfree for device drivers */ |
Bartosz Golaszewski | 67dd077 | 2020-06-29 08:50:05 +0200 | [diff] [blame] | 208 | void *devm_kmalloc(struct device *dev, size_t size, gfp_t gfp) __malloc; |
| 209 | __printf(3, 0) char *devm_kvasprintf(struct device *dev, gfp_t gfp, |
| 210 | const char *fmt, va_list ap) __malloc; |
| 211 | __printf(3, 4) char *devm_kasprintf(struct device *dev, gfp_t gfp, |
| 212 | const char *fmt, ...) __malloc; |
Joe Perches | 64c862a8 | 2013-10-11 13:11:38 -0700 | [diff] [blame] | 213 | static inline void *devm_kzalloc(struct device *dev, size_t size, gfp_t gfp) |
| 214 | { |
| 215 | return devm_kmalloc(dev, size, gfp | __GFP_ZERO); |
| 216 | } |
| 217 | static inline void *devm_kmalloc_array(struct device *dev, |
| 218 | size_t n, size_t size, gfp_t flags) |
| 219 | { |
Kees Cook | 2509b56 | 2018-05-08 22:29:52 -0700 | [diff] [blame] | 220 | size_t bytes; |
| 221 | |
| 222 | if (unlikely(check_mul_overflow(n, size, &bytes))) |
Joe Perches | 64c862a8 | 2013-10-11 13:11:38 -0700 | [diff] [blame] | 223 | return NULL; |
Kees Cook | 2509b56 | 2018-05-08 22:29:52 -0700 | [diff] [blame] | 224 | |
| 225 | return devm_kmalloc(dev, bytes, flags); |
Joe Perches | 64c862a8 | 2013-10-11 13:11:38 -0700 | [diff] [blame] | 226 | } |
| 227 | static inline void *devm_kcalloc(struct device *dev, |
| 228 | size_t n, size_t size, gfp_t flags) |
| 229 | { |
| 230 | return devm_kmalloc_array(dev, n, size, flags | __GFP_ZERO); |
| 231 | } |
Bartosz Golaszewski | 67dd077 | 2020-06-29 08:50:05 +0200 | [diff] [blame] | 232 | void devm_kfree(struct device *dev, const void *p); |
| 233 | char *devm_kstrdup(struct device *dev, const char *s, gfp_t gfp) __malloc; |
| 234 | const char *devm_kstrdup_const(struct device *dev, const char *s, gfp_t gfp); |
| 235 | void *devm_kmemdup(struct device *dev, const void *src, size_t len, gfp_t gfp); |
Tejun Heo | 9ac7849 | 2007-01-20 16:00:26 +0900 | [diff] [blame] | 236 | |
Bartosz Golaszewski | 67dd077 | 2020-06-29 08:50:05 +0200 | [diff] [blame] | 237 | unsigned long devm_get_free_pages(struct device *dev, |
| 238 | gfp_t gfp_mask, unsigned int order); |
| 239 | void devm_free_pages(struct device *dev, unsigned long addr); |
Greg Kroah-Hartman | 2589f188 | 2006-09-19 09:39:19 -0700 | [diff] [blame] | 240 | |
Arnd Bergmann | eef778c | 2019-07-04 15:14:45 -0700 | [diff] [blame] | 241 | void __iomem *devm_ioremap_resource(struct device *dev, |
| 242 | const struct resource *res); |
Bartosz Golaszewski | b873af6 | 2019-10-22 10:43:13 +0200 | [diff] [blame] | 243 | void __iomem *devm_ioremap_resource_wc(struct device *dev, |
| 244 | const struct resource *res); |
Wolfram Sang | 72f8c0b | 2011-10-25 15:16:47 +0200 | [diff] [blame] | 245 | |
Benjamin Herrenschmidt | d5e8382 | 2018-06-05 13:21:26 +1000 | [diff] [blame] | 246 | void __iomem *devm_of_iomap(struct device *dev, |
| 247 | struct device_node *node, int index, |
| 248 | resource_size_t *size); |
| 249 | |
Dmitry Torokhov | d6b0c58 | 2013-02-23 13:11:14 -0800 | [diff] [blame] | 250 | /* allows to add/remove a custom action to devres stack */ |
| 251 | int devm_add_action(struct device *dev, void (*action)(void *), void *data); |
| 252 | void devm_remove_action(struct device *dev, void (*action)(void *), void *data); |
Dan Williams | 2374b68 | 2019-06-13 15:56:18 -0700 | [diff] [blame] | 253 | void devm_release_action(struct device *dev, void (*action)(void *), void *data); |
Dmitry Torokhov | d6b0c58 | 2013-02-23 13:11:14 -0800 | [diff] [blame] | 254 | |
Sudip Mukherjee | a3499e9 | 2015-12-23 17:57:19 +0530 | [diff] [blame] | 255 | static inline int devm_add_action_or_reset(struct device *dev, |
| 256 | void (*action)(void *), void *data) |
| 257 | { |
| 258 | int ret; |
| 259 | |
| 260 | ret = devm_add_action(dev, action, data); |
| 261 | if (ret) |
| 262 | action(data); |
| 263 | |
| 264 | return ret; |
| 265 | } |
| 266 | |
Madalin Bucur | ff86aae | 2016-11-15 10:41:01 +0200 | [diff] [blame] | 267 | /** |
| 268 | * devm_alloc_percpu - Resource-managed alloc_percpu |
| 269 | * @dev: Device to allocate per-cpu memory for |
| 270 | * @type: Type to allocate per-cpu memory for |
| 271 | * |
| 272 | * Managed alloc_percpu. Per-cpu memory allocated with this function is |
| 273 | * automatically freed on driver detach. |
| 274 | * |
| 275 | * RETURNS: |
| 276 | * Pointer to allocated memory on success, NULL on failure. |
| 277 | */ |
| 278 | #define devm_alloc_percpu(dev, type) \ |
| 279 | ((typeof(type) __percpu *)__devm_alloc_percpu((dev), sizeof(type), \ |
| 280 | __alignof__(type))) |
| 281 | |
| 282 | void __percpu *__devm_alloc_percpu(struct device *dev, size_t size, |
| 283 | size_t align); |
| 284 | void devm_free_percpu(struct device *dev, void __percpu *pdata); |
| 285 | |
FUJITA Tomonori | 6b7b651 | 2008-02-04 22:27:55 -0800 | [diff] [blame] | 286 | struct device_dma_parameters { |
| 287 | /* |
| 288 | * a low level driver may set these to teach IOMMU code about |
| 289 | * sg limitations. |
| 290 | */ |
| 291 | unsigned int max_segment_size; |
| 292 | unsigned long segment_boundary_mask; |
| 293 | }; |
| 294 | |
Wanlong Gao | 880ffb5 | 2011-05-05 07:55:36 +0800 | [diff] [blame] | 295 | /** |
Heikki Krogerus | f2d9b66 | 2018-03-20 15:57:02 +0300 | [diff] [blame] | 296 | * struct device_connection - Device Connection Descriptor |
Heikki Krogerus | 09aa11c | 2019-02-13 10:45:52 +0300 | [diff] [blame] | 297 | * @fwnode: The device node of the connected device |
Heikki Krogerus | f2d9b66 | 2018-03-20 15:57:02 +0300 | [diff] [blame] | 298 | * @endpoint: The names of the two devices connected together |
| 299 | * @id: Unique identifier for the connection |
| 300 | * @list: List head, private, for internal use only |
Heikki Krogerus | 09aa11c | 2019-02-13 10:45:52 +0300 | [diff] [blame] | 301 | * |
| 302 | * NOTE: @fwnode is not used together with @endpoint. @fwnode is used when |
| 303 | * platform firmware defines the connection. When the connection is registered |
| 304 | * with device_connection_add() @endpoint is used instead. |
Heikki Krogerus | f2d9b66 | 2018-03-20 15:57:02 +0300 | [diff] [blame] | 305 | */ |
| 306 | struct device_connection { |
Heikki Krogerus | 09aa11c | 2019-02-13 10:45:52 +0300 | [diff] [blame] | 307 | struct fwnode_handle *fwnode; |
Heikki Krogerus | f2d9b66 | 2018-03-20 15:57:02 +0300 | [diff] [blame] | 308 | const char *endpoint[2]; |
| 309 | const char *id; |
| 310 | struct list_head list; |
| 311 | }; |
| 312 | |
Heikki Krogerus | 4449306 | 2019-08-29 17:22:33 +0800 | [diff] [blame] | 313 | typedef void *(*devcon_match_fn_t)(struct device_connection *con, int ep, |
| 314 | void *data); |
| 315 | |
| 316 | void *fwnode_connection_find_match(struct fwnode_handle *fwnode, |
| 317 | const char *con_id, void *data, |
| 318 | devcon_match_fn_t match); |
Heikki Krogerus | f2d9b66 | 2018-03-20 15:57:02 +0300 | [diff] [blame] | 319 | void *device_connection_find_match(struct device *dev, const char *con_id, |
Heikki Krogerus | 4449306 | 2019-08-29 17:22:33 +0800 | [diff] [blame] | 320 | void *data, devcon_match_fn_t match); |
Heikki Krogerus | f2d9b66 | 2018-03-20 15:57:02 +0300 | [diff] [blame] | 321 | |
| 322 | struct device *device_connection_find(struct device *dev, const char *con_id); |
| 323 | |
| 324 | void device_connection_add(struct device_connection *con); |
| 325 | void device_connection_remove(struct device_connection *con); |
| 326 | |
| 327 | /** |
Heikki Krogerus | cd7753d | 2018-09-20 14:23:40 +0300 | [diff] [blame] | 328 | * device_connections_add - Add multiple device connections at once |
| 329 | * @cons: Zero terminated array of device connection descriptors |
| 330 | */ |
| 331 | static inline void device_connections_add(struct device_connection *cons) |
| 332 | { |
| 333 | struct device_connection *c; |
| 334 | |
| 335 | for (c = cons; c->endpoint[0]; c++) |
| 336 | device_connection_add(c); |
| 337 | } |
| 338 | |
| 339 | /** |
| 340 | * device_connections_remove - Remove multiple device connections at once |
| 341 | * @cons: Zero terminated array of device connection descriptors |
| 342 | */ |
| 343 | static inline void device_connections_remove(struct device_connection *cons) |
| 344 | { |
| 345 | struct device_connection *c; |
| 346 | |
| 347 | for (c = cons; c->endpoint[0]; c++) |
| 348 | device_connection_remove(c); |
| 349 | } |
| 350 | |
| 351 | /** |
Rafael J. Wysocki | 9ed9895 | 2016-10-30 17:32:16 +0100 | [diff] [blame] | 352 | * enum device_link_state - Device link states. |
| 353 | * @DL_STATE_NONE: The presence of the drivers is not being tracked. |
| 354 | * @DL_STATE_DORMANT: None of the supplier/consumer drivers is present. |
| 355 | * @DL_STATE_AVAILABLE: The supplier driver is present, but the consumer is not. |
| 356 | * @DL_STATE_CONSUMER_PROBE: The consumer is probing (supplier driver present). |
| 357 | * @DL_STATE_ACTIVE: Both the supplier and consumer drivers are present. |
| 358 | * @DL_STATE_SUPPLIER_UNBIND: The supplier driver is unbinding. |
| 359 | */ |
| 360 | enum device_link_state { |
| 361 | DL_STATE_NONE = -1, |
| 362 | DL_STATE_DORMANT = 0, |
| 363 | DL_STATE_AVAILABLE, |
| 364 | DL_STATE_CONSUMER_PROBE, |
| 365 | DL_STATE_ACTIVE, |
| 366 | DL_STATE_SUPPLIER_UNBIND, |
| 367 | }; |
| 368 | |
| 369 | /* |
| 370 | * Device link flags. |
| 371 | * |
Rafael J. Wysocki | 515db26 | 2019-07-16 17:21:06 +0200 | [diff] [blame] | 372 | * STATELESS: The core will not remove this link automatically. |
Vivek Gautam | e88728f | 2018-06-27 18:20:55 +0530 | [diff] [blame] | 373 | * AUTOREMOVE_CONSUMER: Remove the link automatically on consumer driver unbind. |
Rafael J. Wysocki | 21d5c57 | 2016-10-30 17:32:31 +0100 | [diff] [blame] | 374 | * PM_RUNTIME: If set, the runtime PM framework will use this link. |
| 375 | * RPM_ACTIVE: Run pm_runtime_get_sync() on the supplier during link creation. |
Vivek Gautam | 1689cac | 2018-06-27 18:20:56 +0530 | [diff] [blame] | 376 | * AUTOREMOVE_SUPPLIER: Remove the link automatically on supplier driver unbind. |
Rafael J. Wysocki | e7dd401 | 2019-02-01 01:59:42 +0100 | [diff] [blame] | 377 | * AUTOPROBE_CONSUMER: Probe consumer driver automatically after supplier binds. |
Rafael J. Wysocki | 515db26 | 2019-07-16 17:21:06 +0200 | [diff] [blame] | 378 | * MANAGED: The core tracks presence of supplier/consumer drivers (internal). |
Saravana Kannan | 05ef983 | 2019-10-28 15:00:22 -0700 | [diff] [blame] | 379 | * SYNC_STATE_ONLY: Link only affects sync_state() behavior. |
Rafael J. Wysocki | 9ed9895 | 2016-10-30 17:32:16 +0100 | [diff] [blame] | 380 | */ |
Vivek Gautam | e88728f | 2018-06-27 18:20:55 +0530 | [diff] [blame] | 381 | #define DL_FLAG_STATELESS BIT(0) |
| 382 | #define DL_FLAG_AUTOREMOVE_CONSUMER BIT(1) |
| 383 | #define DL_FLAG_PM_RUNTIME BIT(2) |
| 384 | #define DL_FLAG_RPM_ACTIVE BIT(3) |
Vivek Gautam | 1689cac | 2018-06-27 18:20:56 +0530 | [diff] [blame] | 385 | #define DL_FLAG_AUTOREMOVE_SUPPLIER BIT(4) |
Rafael J. Wysocki | e7dd401 | 2019-02-01 01:59:42 +0100 | [diff] [blame] | 386 | #define DL_FLAG_AUTOPROBE_CONSUMER BIT(5) |
Rafael J. Wysocki | 515db26 | 2019-07-16 17:21:06 +0200 | [diff] [blame] | 387 | #define DL_FLAG_MANAGED BIT(6) |
Saravana Kannan | 05ef983 | 2019-10-28 15:00:22 -0700 | [diff] [blame] | 388 | #define DL_FLAG_SYNC_STATE_ONLY BIT(7) |
Rafael J. Wysocki | 9ed9895 | 2016-10-30 17:32:16 +0100 | [diff] [blame] | 389 | |
| 390 | /** |
Rafael J. Wysocki | 9ed9895 | 2016-10-30 17:32:16 +0100 | [diff] [blame] | 391 | * enum dl_dev_state - Device driver presence tracking information. |
| 392 | * @DL_DEV_NO_DRIVER: There is no driver attached to the device. |
| 393 | * @DL_DEV_PROBING: A driver is probing. |
| 394 | * @DL_DEV_DRIVER_BOUND: The driver has been bound to the device. |
| 395 | * @DL_DEV_UNBINDING: The driver is unbinding from the device. |
| 396 | */ |
| 397 | enum dl_dev_state { |
| 398 | DL_DEV_NO_DRIVER = 0, |
| 399 | DL_DEV_PROBING, |
| 400 | DL_DEV_DRIVER_BOUND, |
| 401 | DL_DEV_UNBINDING, |
| 402 | }; |
| 403 | |
| 404 | /** |
| 405 | * struct dev_links_info - Device data related to device links. |
| 406 | * @suppliers: List of links to supplier devices. |
| 407 | * @consumers: List of links to consumer devices. |
Saravana Kannan | e2ae9bc | 2019-09-04 14:11:21 -0700 | [diff] [blame] | 408 | * @needs_suppliers: Hook to global list of devices waiting for suppliers. |
Saravana Kannan | 2451e74 | 2020-07-01 12:42:59 -0700 | [diff] [blame] | 409 | * @defer_hook: Hook to global list of devices that have deferred sync_state or |
| 410 | * deferred fw_devlink. |
Saravana Kannan | bcbbcfd | 2019-10-28 15:00:23 -0700 | [diff] [blame] | 411 | * @need_for_probe: If needs_suppliers is on a list, this indicates if the |
| 412 | * suppliers are needed for probe or not. |
Rafael J. Wysocki | 9ed9895 | 2016-10-30 17:32:16 +0100 | [diff] [blame] | 413 | * @status: Driver status information. |
| 414 | */ |
| 415 | struct dev_links_info { |
| 416 | struct list_head suppliers; |
| 417 | struct list_head consumers; |
Saravana Kannan | e2ae9bc | 2019-09-04 14:11:21 -0700 | [diff] [blame] | 418 | struct list_head needs_suppliers; |
Saravana Kannan | ec7bd78 | 2020-07-01 12:42:58 -0700 | [diff] [blame] | 419 | struct list_head defer_hook; |
Saravana Kannan | bcbbcfd | 2019-10-28 15:00:23 -0700 | [diff] [blame] | 420 | bool need_for_probe; |
Rafael J. Wysocki | 9ed9895 | 2016-10-30 17:32:16 +0100 | [diff] [blame] | 421 | enum dl_dev_state status; |
| 422 | }; |
| 423 | |
| 424 | /** |
Wanlong Gao | 880ffb5 | 2011-05-05 07:55:36 +0800 | [diff] [blame] | 425 | * struct device - The basic device structure |
| 426 | * @parent: The device's "parent" device, the device to which it is attached. |
| 427 | * In most cases, a parent device is some sort of bus or host |
| 428 | * controller. If parent is NULL, the device, is a top-level device, |
| 429 | * which is not usually what you want. |
| 430 | * @p: Holds the private data of the driver core portions of the device. |
| 431 | * See the comment of the struct device_private for detail. |
| 432 | * @kobj: A top-level, abstract class from which other classes are derived. |
| 433 | * @init_name: Initial name of the device. |
| 434 | * @type: The type of device. |
| 435 | * This identifies the device type and carries type-specific |
| 436 | * information. |
| 437 | * @mutex: Mutex to synchronize calls to its driver. |
Dan Williams | 87a30e1 | 2019-07-17 18:08:26 -0700 | [diff] [blame] | 438 | * @lockdep_mutex: An optional debug lock that a subsystem can use as a |
| 439 | * peer lock to gain localized lockdep coverage of the device_lock. |
Wanlong Gao | 880ffb5 | 2011-05-05 07:55:36 +0800 | [diff] [blame] | 440 | * @bus: Type of bus device is on. |
| 441 | * @driver: Which driver has allocated this |
| 442 | * @platform_data: Platform data specific to the device. |
| 443 | * Example: For devices on custom boards, as typical of embedded |
| 444 | * and SOC based hardware, Linux often uses platform_data to point |
| 445 | * to board-specific structures describing devices and how they |
| 446 | * are wired. That can include what ports are available, chip |
| 447 | * variants, which GPIO pins act in what additional roles, and so |
| 448 | * on. This shrinks the "Board Support Packages" (BSPs) and |
| 449 | * minimizes board-specific #ifdefs in drivers. |
Jean Delvare | 1bb6c08 | 2014-04-14 12:54:47 +0200 | [diff] [blame] | 450 | * @driver_data: Private pointer for driver specific info. |
Lukas Wunner | 64df114 | 2016-12-04 13:10:04 +0100 | [diff] [blame] | 451 | * @links: Links to suppliers and consumers of this device. |
Wanlong Gao | 880ffb5 | 2011-05-05 07:55:36 +0800 | [diff] [blame] | 452 | * @power: For device power management. |
Geert Uytterhoeven | 74378c5 | 2017-09-05 20:16:27 +0200 | [diff] [blame] | 453 | * See Documentation/driver-api/pm/devices.rst for details. |
Rafael J. Wysocki | 564b905 | 2011-06-23 01:52:55 +0200 | [diff] [blame] | 454 | * @pm_domain: Provide callbacks that are executed during system suspend, |
Wanlong Gao | 880ffb5 | 2011-05-05 07:55:36 +0800 | [diff] [blame] | 455 | * hibernation, system resume and during runtime PM transitions |
| 456 | * along with subsystem-level and driver-level callbacks. |
Linus Walleij | ab78029 | 2013-01-22 10:56:14 -0700 | [diff] [blame] | 457 | * @pins: For device pin management. |
Ludovic Desroches | 0cca6c8 | 2017-08-06 16:00:05 +0200 | [diff] [blame] | 458 | * See Documentation/driver-api/pinctl.rst for details. |
Jiang Liu | 4a7cc83 | 2015-07-09 16:00:44 +0800 | [diff] [blame] | 459 | * @msi_list: Hosts MSI descriptors |
Marc Zyngier | f1421db | 2015-07-28 14:46:10 +0100 | [diff] [blame] | 460 | * @msi_domain: The generic MSI domain this device is using. |
Wanlong Gao | 880ffb5 | 2011-05-05 07:55:36 +0800 | [diff] [blame] | 461 | * @numa_node: NUMA node this device is close to. |
Jonathan Corbet | 6a7a817 | 2017-08-24 16:09:10 -0600 | [diff] [blame] | 462 | * @dma_ops: DMA mapping operations for this device. |
Wanlong Gao | 880ffb5 | 2011-05-05 07:55:36 +0800 | [diff] [blame] | 463 | * @dma_mask: Dma mask (if dma'ble device). |
| 464 | * @coherent_dma_mask: Like dma_mask, but for alloc_coherent mapping as not all |
| 465 | * hardware supports 64-bit addresses for consistent allocations |
| 466 | * such descriptors. |
Nicolas Saenz Julienne | a7ba70f | 2019-11-21 10:26:44 +0100 | [diff] [blame] | 467 | * @bus_dma_limit: Limit of an upstream bridge or bus which imposes a smaller |
| 468 | * DMA limit than the device itself supports. |
Santosh Shilimkar | 8febcaa | 2014-04-24 11:30:01 -0400 | [diff] [blame] | 469 | * @dma_pfn_offset: offset of DMA memory range relatively of RAM |
Wanlong Gao | 880ffb5 | 2011-05-05 07:55:36 +0800 | [diff] [blame] | 470 | * @dma_parms: A low level driver may set these to teach IOMMU code about |
| 471 | * segment limitations. |
| 472 | * @dma_pools: Dma pools (if dma'ble device). |
| 473 | * @dma_mem: Internal for coherent mem override. |
Michael Opdenacker | bfd63cd | 2013-06-26 05:57:06 +0200 | [diff] [blame] | 474 | * @cma_area: Contiguous memory area for dma allocations |
Wanlong Gao | 880ffb5 | 2011-05-05 07:55:36 +0800 | [diff] [blame] | 475 | * @archdata: For arch-specific additions. |
| 476 | * @of_node: Associated device tree node. |
Rafael J. Wysocki | ce79348 | 2015-03-16 23:49:03 +0100 | [diff] [blame] | 477 | * @fwnode: Associated device node supplied by platform firmware. |
Wanlong Gao | 880ffb5 | 2011-05-05 07:55:36 +0800 | [diff] [blame] | 478 | * @devt: For creating the sysfs "dev". |
Randy Dunlap | 2eda013 | 2012-01-21 11:02:51 -0800 | [diff] [blame] | 479 | * @id: device instance |
Wanlong Gao | 880ffb5 | 2011-05-05 07:55:36 +0800 | [diff] [blame] | 480 | * @devres_lock: Spinlock to protect the resource of the device. |
| 481 | * @devres_head: The resources list of the device. |
| 482 | * @knode_class: The node used to add the device to the class list. |
| 483 | * @class: The class of the device. |
| 484 | * @groups: Optional attribute groups. |
| 485 | * @release: Callback to free the device after all references have |
| 486 | * gone away. This should be set by the allocator of the |
| 487 | * device (i.e. the bus driver that discovered the device). |
Michael Opdenacker | bfd63cd | 2013-06-26 05:57:06 +0200 | [diff] [blame] | 488 | * @iommu_group: IOMMU group the device belongs to. |
Joerg Roedel | 045a704 | 2020-03-26 16:08:30 +0100 | [diff] [blame] | 489 | * @iommu: Per device generic IOMMU runtime data |
Wanlong Gao | 880ffb5 | 2011-05-05 07:55:36 +0800 | [diff] [blame] | 490 | * |
Rafael J. Wysocki | 4f3549d | 2013-05-02 22:15:29 +0200 | [diff] [blame] | 491 | * @offline_disabled: If set, the device is permanently online. |
| 492 | * @offline: Set after successful invocation of bus type's .offline(). |
Johan Hovold | 4e75e1d | 2017-06-06 17:59:00 +0200 | [diff] [blame] | 493 | * @of_node_reused: Set if the device-tree node is shared with an ancestor |
| 494 | * device. |
Saravana Kannan | fc5a251 | 2019-09-04 14:11:23 -0700 | [diff] [blame] | 495 | * @state_synced: The hardware state of this device has been synced to match |
| 496 | * the software state of this device by calling the driver/bus |
| 497 | * sync_state() callback. |
Christoph Hellwig | f3ecc0f | 2018-08-19 14:53:20 +0200 | [diff] [blame] | 498 | * @dma_coherent: this particular device is dma coherent, even if the |
| 499 | * architecture supports non-coherent devices. |
Christoph Hellwig | d35834c | 2020-03-23 18:19:30 +0100 | [diff] [blame] | 500 | * @dma_ops_bypass: If set to %true then the dma_ops are bypassed for the |
| 501 | * streaming DMA operations (->map_* / ->unmap_* / ->sync_*), |
| 502 | * and optionall (if the coherent mask is large enough) also |
| 503 | * for dma allocations. This flag is managed by the dma ops |
| 504 | * instance from ->dma_supported. |
Wanlong Gao | 880ffb5 | 2011-05-05 07:55:36 +0800 | [diff] [blame] | 505 | * |
| 506 | * At the lowest level, every device in a Linux system is represented by an |
| 507 | * instance of struct device. The device structure contains the information |
| 508 | * that the device model core needs to model the system. Most subsystems, |
| 509 | * however, track additional information about the devices they host. As a |
| 510 | * result, it is rare for devices to be represented by bare device structures; |
| 511 | * instead, that structure, like kobject structures, is usually embedded within |
| 512 | * a higher-level representation of the device. |
| 513 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 514 | struct device { |
Greg Kroah-Hartman | 159ef31e | 2019-02-26 15:32:29 +0100 | [diff] [blame] | 515 | struct kobject kobj; |
David Brownell | 49a4ec1 | 2007-05-08 00:29:39 -0700 | [diff] [blame] | 516 | struct device *parent; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 517 | |
Greg Kroah-Hartman | fb069a5 | 2008-12-16 12:23:36 -0800 | [diff] [blame] | 518 | struct device_private *p; |
| 519 | |
Greg Kroah-Hartman | c906a48 | 2008-05-30 10:45:12 -0700 | [diff] [blame] | 520 | const char *init_name; /* initial name of the device */ |
Stephen Hemminger | aed65af | 2011-03-28 09:12:52 -0700 | [diff] [blame] | 521 | const struct device_type *type; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 522 | |
Greg Kroah-Hartman | d462943 | 2008-01-24 21:04:46 -0800 | [diff] [blame] | 523 | struct bus_type *bus; /* type of bus device is on */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 524 | struct device_driver *driver; /* which driver has allocated this |
| 525 | device */ |
Greg Kroah-Hartman | e67c856 | 2009-03-08 23:13:32 +0800 | [diff] [blame] | 526 | void *platform_data; /* Platform specific data, device |
| 527 | core doesn't touch it */ |
Jean Delvare | 1bb6c08 | 2014-04-14 12:54:47 +0200 | [diff] [blame] | 528 | void *driver_data; /* Driver data, set and get with |
David Engraf | 2c6f4fc | 2019-02-05 13:19:52 +0100 | [diff] [blame] | 529 | dev_set_drvdata/dev_get_drvdata */ |
Dan Williams | 87a30e1 | 2019-07-17 18:08:26 -0700 | [diff] [blame] | 530 | #ifdef CONFIG_PROVE_LOCKING |
| 531 | struct mutex lockdep_mutex; |
| 532 | #endif |
Greg Kroah-Hartman | 159ef31e | 2019-02-26 15:32:29 +0100 | [diff] [blame] | 533 | struct mutex mutex; /* mutex to synchronize calls to |
| 534 | * its driver. |
| 535 | */ |
| 536 | |
Rafael J. Wysocki | 9ed9895 | 2016-10-30 17:32:16 +0100 | [diff] [blame] | 537 | struct dev_links_info links; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 538 | struct dev_pm_info power; |
Rafael J. Wysocki | 564b905 | 2011-06-23 01:52:55 +0200 | [diff] [blame] | 539 | struct dev_pm_domain *pm_domain; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 540 | |
Lukasz Luba | 1bc138c | 2020-06-10 11:12:23 +0100 | [diff] [blame] | 541 | #ifdef CONFIG_ENERGY_MODEL |
| 542 | struct em_perf_domain *em_pd; |
| 543 | #endif |
| 544 | |
Marc Zyngier | f1421db | 2015-07-28 14:46:10 +0100 | [diff] [blame] | 545 | #ifdef CONFIG_GENERIC_MSI_IRQ_DOMAIN |
| 546 | struct irq_domain *msi_domain; |
| 547 | #endif |
Linus Walleij | ab78029 | 2013-01-22 10:56:14 -0700 | [diff] [blame] | 548 | #ifdef CONFIG_PINCTRL |
| 549 | struct dev_pin_info *pins; |
| 550 | #endif |
Jiang Liu | 4a7cc83 | 2015-07-09 16:00:44 +0800 | [diff] [blame] | 551 | #ifdef CONFIG_GENERIC_MSI_IRQ |
| 552 | struct list_head msi_list; |
| 553 | #endif |
Christoph Hellwig | 2f9237d | 2020-07-08 09:30:00 +0200 | [diff] [blame] | 554 | #ifdef CONFIG_DMA_OPS |
Bart Van Assche | 5657933 | 2017-01-20 13:04:02 -0800 | [diff] [blame] | 555 | const struct dma_map_ops *dma_ops; |
Christoph Hellwig | 2f9237d | 2020-07-08 09:30:00 +0200 | [diff] [blame] | 556 | #endif |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 557 | u64 *dma_mask; /* dma mask (if dma'able device) */ |
| 558 | u64 coherent_dma_mask;/* Like dma_mask, but for |
| 559 | alloc_coherent mappings as |
| 560 | not all hardware supports |
| 561 | 64 bit addresses for consistent |
| 562 | allocations such descriptors. */ |
Nicolas Saenz Julienne | a7ba70f | 2019-11-21 10:26:44 +0100 | [diff] [blame] | 563 | u64 bus_dma_limit; /* upstream dma constraint */ |
Santosh Shilimkar | 8febcaa | 2014-04-24 11:30:01 -0400 | [diff] [blame] | 564 | unsigned long dma_pfn_offset; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 565 | |
FUJITA Tomonori | 6b7b651 | 2008-02-04 22:27:55 -0800 | [diff] [blame] | 566 | struct device_dma_parameters *dma_parms; |
| 567 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 568 | struct list_head dma_pools; /* dma pools (if dma'ble) */ |
| 569 | |
Christoph Hellwig | ff4c25f | 2019-02-03 20:12:02 +0100 | [diff] [blame] | 570 | #ifdef CONFIG_DMA_DECLARE_COHERENT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 571 | struct dma_coherent_mem *dma_mem; /* internal for coherent mem |
| 572 | override */ |
Christoph Hellwig | 2b28129 | 2018-12-25 14:03:32 +0100 | [diff] [blame] | 573 | #endif |
Marek Szyprowski | a254738 | 2013-07-29 14:31:45 +0200 | [diff] [blame] | 574 | #ifdef CONFIG_DMA_CMA |
Marek Szyprowski | c64be2b | 2011-12-29 13:09:51 +0100 | [diff] [blame] | 575 | struct cma *cma_area; /* contiguous memory area for dma |
| 576 | allocations */ |
| 577 | #endif |
Benjamin Herrenschmidt | c6dbaef | 2006-11-11 17:18:39 +1100 | [diff] [blame] | 578 | /* arch specific additions */ |
| 579 | struct dev_archdata archdata; |
Grant Likely | c9e358d | 2011-01-21 09:24:48 -0700 | [diff] [blame] | 580 | |
| 581 | struct device_node *of_node; /* associated device tree node */ |
Rafael J. Wysocki | ce79348 | 2015-03-16 23:49:03 +0100 | [diff] [blame] | 582 | struct fwnode_handle *fwnode; /* firmware device node */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 583 | |
Greg Kroah-Hartman | 159ef31e | 2019-02-26 15:32:29 +0100 | [diff] [blame] | 584 | #ifdef CONFIG_NUMA |
| 585 | int numa_node; /* NUMA node this device is close to */ |
| 586 | #endif |
Matthew Wilcox | 929d2fa | 2008-10-16 15:51:35 -0600 | [diff] [blame] | 587 | dev_t devt; /* dev_t, creates the sysfs "dev" */ |
Kay Sievers | ca22e56 | 2011-12-14 14:29:38 -0800 | [diff] [blame] | 588 | u32 id; /* device instance */ |
Matthew Wilcox | 929d2fa | 2008-10-16 15:51:35 -0600 | [diff] [blame] | 589 | |
Tejun Heo | 9ac7849 | 2007-01-20 16:00:26 +0900 | [diff] [blame] | 590 | spinlock_t devres_lock; |
| 591 | struct list_head devres_head; |
| 592 | |
Kay Sievers | b7a3e81 | 2006-10-07 21:54:55 +0200 | [diff] [blame] | 593 | struct class *class; |
David Brownell | a4dbd67 | 2009-06-24 10:06:31 -0700 | [diff] [blame] | 594 | const struct attribute_group **groups; /* optional groups */ |
Greg Kroah-Hartman | 23681e4 | 2006-06-14 12:14:34 -0700 | [diff] [blame] | 595 | |
Greg Kroah-Hartman | d462943 | 2008-01-24 21:04:46 -0800 | [diff] [blame] | 596 | void (*release)(struct device *dev); |
Alex Williamson | 74416e1e | 2012-05-30 14:18:41 -0600 | [diff] [blame] | 597 | struct iommu_group *iommu_group; |
Joerg Roedel | 045a704 | 2020-03-26 16:08:30 +0100 | [diff] [blame] | 598 | struct dev_iommu *iommu; |
Rafael J. Wysocki | 4f3549d | 2013-05-02 22:15:29 +0200 | [diff] [blame] | 599 | |
| 600 | bool offline_disabled:1; |
| 601 | bool offline:1; |
Johan Hovold | 4e75e1d | 2017-06-06 17:59:00 +0200 | [diff] [blame] | 602 | bool of_node_reused:1; |
Saravana Kannan | fc5a251 | 2019-09-04 14:11:23 -0700 | [diff] [blame] | 603 | bool state_synced:1; |
Christoph Hellwig | f3ecc0f | 2018-08-19 14:53:20 +0200 | [diff] [blame] | 604 | #if defined(CONFIG_ARCH_HAS_SYNC_DMA_FOR_DEVICE) || \ |
| 605 | defined(CONFIG_ARCH_HAS_SYNC_DMA_FOR_CPU) || \ |
| 606 | defined(CONFIG_ARCH_HAS_SYNC_DMA_FOR_CPU_ALL) |
| 607 | bool dma_coherent:1; |
| 608 | #endif |
Christoph Hellwig | d35834c | 2020-03-23 18:19:30 +0100 | [diff] [blame] | 609 | #ifdef CONFIG_DMA_OPS_BYPASS |
| 610 | bool dma_ops_bypass : 1; |
| 611 | #endif |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 612 | }; |
| 613 | |
Saravana Kannan | 287905e | 2020-05-21 12:17:58 -0700 | [diff] [blame] | 614 | /** |
| 615 | * struct device_link - Device link representation. |
| 616 | * @supplier: The device on the supplier end of the link. |
| 617 | * @s_node: Hook to the supplier device's list of links to consumers. |
| 618 | * @consumer: The device on the consumer end of the link. |
| 619 | * @c_node: Hook to the consumer device's list of links to suppliers. |
| 620 | * @link_dev: device used to expose link details in sysfs |
| 621 | * @status: The state of the link (with respect to the presence of drivers). |
| 622 | * @flags: Link flags. |
| 623 | * @rpm_active: Whether or not the consumer device is runtime-PM-active. |
| 624 | * @kref: Count repeated addition of the same link. |
| 625 | * @rcu_head: An RCU head to use for deferred execution of SRCU callbacks. |
| 626 | * @supplier_preactivated: Supplier has been made active before consumer probe. |
| 627 | */ |
| 628 | struct device_link { |
| 629 | struct device *supplier; |
| 630 | struct list_head s_node; |
| 631 | struct device *consumer; |
| 632 | struct list_head c_node; |
| 633 | struct device link_dev; |
| 634 | enum device_link_state status; |
| 635 | u32 flags; |
| 636 | refcount_t rpm_active; |
| 637 | struct kref kref; |
| 638 | #ifdef CONFIG_SRCU |
| 639 | struct rcu_head rcu_head; |
| 640 | #endif |
| 641 | bool supplier_preactivated; /* Owned by consumer probe. */ |
| 642 | }; |
| 643 | |
Lars-Peter Clausen | a423296 | 2012-07-03 18:49:35 +0200 | [diff] [blame] | 644 | static inline struct device *kobj_to_dev(struct kobject *kobj) |
| 645 | { |
| 646 | return container_of(kobj, struct device, kobj); |
| 647 | } |
| 648 | |
Joerg Roedel | dbba197 | 2018-11-30 12:51:52 +0100 | [diff] [blame] | 649 | /** |
| 650 | * device_iommu_mapped - Returns true when the device DMA is translated |
| 651 | * by an IOMMU |
| 652 | * @dev: Device to perform the check on |
| 653 | */ |
| 654 | static inline bool device_iommu_mapped(struct device *dev) |
| 655 | { |
| 656 | return (dev->iommu_group != NULL); |
| 657 | } |
| 658 | |
Alan Stern | 9a3df1f | 2008-03-19 22:39:13 +0100 | [diff] [blame] | 659 | /* Get the wakeup routines, which depend on struct device */ |
| 660 | #include <linux/pm_wakeup.h> |
| 661 | |
Jean Delvare | bf9ca69 | 2008-07-30 12:29:21 -0700 | [diff] [blame] | 662 | static inline const char *dev_name(const struct device *dev) |
Kay Sievers | 0691663 | 2008-05-02 06:02:41 +0200 | [diff] [blame] | 663 | { |
Paul Mundt | a636ee7f | 2010-03-09 06:57:53 +0000 | [diff] [blame] | 664 | /* Use the init name until the kobject becomes available */ |
| 665 | if (dev->init_name) |
| 666 | return dev->init_name; |
| 667 | |
Kay Sievers | 1fa5ae8 | 2009-01-25 15:17:37 +0100 | [diff] [blame] | 668 | return kobject_name(&dev->kobj); |
Kay Sievers | 0691663 | 2008-05-02 06:02:41 +0200 | [diff] [blame] | 669 | } |
| 670 | |
Bartosz Golaszewski | 67dd077 | 2020-06-29 08:50:05 +0200 | [diff] [blame] | 671 | __printf(2, 3) int dev_set_name(struct device *dev, const char *name, ...); |
Stephen Rothwell | 413c239 | 2008-05-30 10:16:40 +1000 | [diff] [blame] | 672 | |
Christoph Hellwig | 8734813 | 2006-12-06 20:32:33 -0800 | [diff] [blame] | 673 | #ifdef CONFIG_NUMA |
| 674 | static inline int dev_to_node(struct device *dev) |
| 675 | { |
| 676 | return dev->numa_node; |
| 677 | } |
| 678 | static inline void set_dev_node(struct device *dev, int node) |
| 679 | { |
| 680 | dev->numa_node = node; |
| 681 | } |
| 682 | #else |
| 683 | static inline int dev_to_node(struct device *dev) |
| 684 | { |
Anshuman Khandual | 98fa15f | 2019-03-05 15:42:58 -0800 | [diff] [blame] | 685 | return NUMA_NO_NODE; |
Christoph Hellwig | 8734813 | 2006-12-06 20:32:33 -0800 | [diff] [blame] | 686 | } |
| 687 | static inline void set_dev_node(struct device *dev, int node) |
| 688 | { |
| 689 | } |
| 690 | #endif |
| 691 | |
Marc Zyngier | f1421db | 2015-07-28 14:46:10 +0100 | [diff] [blame] | 692 | static inline struct irq_domain *dev_get_msi_domain(const struct device *dev) |
| 693 | { |
| 694 | #ifdef CONFIG_GENERIC_MSI_IRQ_DOMAIN |
| 695 | return dev->msi_domain; |
| 696 | #else |
| 697 | return NULL; |
| 698 | #endif |
| 699 | } |
| 700 | |
| 701 | static inline void dev_set_msi_domain(struct device *dev, struct irq_domain *d) |
| 702 | { |
| 703 | #ifdef CONFIG_GENERIC_MSI_IRQ_DOMAIN |
| 704 | dev->msi_domain = d; |
| 705 | #endif |
| 706 | } |
| 707 | |
Jean Delvare | a996d01 | 2014-04-14 12:58:53 +0200 | [diff] [blame] | 708 | static inline void *dev_get_drvdata(const struct device *dev) |
| 709 | { |
| 710 | return dev->driver_data; |
| 711 | } |
| 712 | |
| 713 | static inline void dev_set_drvdata(struct device *dev, void *data) |
| 714 | { |
| 715 | dev->driver_data = data; |
| 716 | } |
| 717 | |
Rafael J. Wysocki | 5c095a0 | 2011-08-25 15:33:50 +0200 | [diff] [blame] | 718 | static inline struct pm_subsys_data *dev_to_psd(struct device *dev) |
| 719 | { |
| 720 | return dev ? dev->power.subsys_data : NULL; |
| 721 | } |
| 722 | |
Ming Lei | f67f129 | 2009-03-01 21:10:49 +0800 | [diff] [blame] | 723 | static inline unsigned int dev_get_uevent_suppress(const struct device *dev) |
| 724 | { |
| 725 | return dev->kobj.uevent_suppress; |
| 726 | } |
| 727 | |
| 728 | static inline void dev_set_uevent_suppress(struct device *dev, int val) |
| 729 | { |
| 730 | dev->kobj.uevent_suppress = val; |
| 731 | } |
| 732 | |
Daniel Ritz | d305ef5 | 2005-09-22 00:47:24 -0700 | [diff] [blame] | 733 | static inline int device_is_registered(struct device *dev) |
| 734 | { |
Greg Kroah-Hartman | 3f62e57 | 2008-03-13 17:07:03 -0400 | [diff] [blame] | 735 | return dev->kobj.state_in_sysfs; |
Daniel Ritz | d305ef5 | 2005-09-22 00:47:24 -0700 | [diff] [blame] | 736 | } |
| 737 | |
Rafael J. Wysocki | 5af84b8 | 2010-01-23 22:23:32 +0100 | [diff] [blame] | 738 | static inline void device_enable_async_suspend(struct device *dev) |
| 739 | { |
Alan Stern | f76b168b | 2011-06-18 20:22:23 +0200 | [diff] [blame] | 740 | if (!dev->power.is_prepared) |
Rafael J. Wysocki | 5af84b8 | 2010-01-23 22:23:32 +0100 | [diff] [blame] | 741 | dev->power.async_suspend = true; |
| 742 | } |
| 743 | |
Rafael J. Wysocki | 5a2eb85 | 2010-01-23 22:25:23 +0100 | [diff] [blame] | 744 | static inline void device_disable_async_suspend(struct device *dev) |
| 745 | { |
Alan Stern | f76b168b | 2011-06-18 20:22:23 +0200 | [diff] [blame] | 746 | if (!dev->power.is_prepared) |
Rafael J. Wysocki | 5a2eb85 | 2010-01-23 22:25:23 +0100 | [diff] [blame] | 747 | dev->power.async_suspend = false; |
| 748 | } |
| 749 | |
| 750 | static inline bool device_async_suspend_enabled(struct device *dev) |
| 751 | { |
| 752 | return !!dev->power.async_suspend; |
| 753 | } |
| 754 | |
Sudeep Holla | 85945c28 | 2019-02-14 18:29:10 +0000 | [diff] [blame] | 755 | static inline bool device_pm_not_required(struct device *dev) |
| 756 | { |
| 757 | return dev->power.no_pm; |
| 758 | } |
| 759 | |
| 760 | static inline void device_set_pm_not_required(struct device *dev) |
| 761 | { |
| 762 | dev->power.no_pm = true; |
| 763 | } |
| 764 | |
Rafael J. Wysocki | feb70af | 2012-08-13 14:00:25 +0200 | [diff] [blame] | 765 | static inline void dev_pm_syscore_device(struct device *dev, bool val) |
| 766 | { |
| 767 | #ifdef CONFIG_PM_SLEEP |
| 768 | dev->power.syscore = val; |
| 769 | #endif |
| 770 | } |
| 771 | |
Rafael J. Wysocki | 08810a41 | 2017-10-25 14:12:29 +0200 | [diff] [blame] | 772 | static inline void dev_pm_set_driver_flags(struct device *dev, u32 flags) |
| 773 | { |
| 774 | dev->power.driver_flags = flags; |
| 775 | } |
| 776 | |
| 777 | static inline bool dev_pm_test_driver_flags(struct device *dev, u32 flags) |
| 778 | { |
| 779 | return !!(dev->power.driver_flags & flags); |
| 780 | } |
| 781 | |
Greg Kroah-Hartman | 8e9394c | 2010-02-17 10:57:05 -0800 | [diff] [blame] | 782 | static inline void device_lock(struct device *dev) |
| 783 | { |
Thomas Gleixner | 3142788 | 2010-01-29 20:39:02 +0000 | [diff] [blame] | 784 | mutex_lock(&dev->mutex); |
Greg Kroah-Hartman | 8e9394c | 2010-02-17 10:57:05 -0800 | [diff] [blame] | 785 | } |
| 786 | |
Oliver Neukum | 7dd9cba | 2016-01-21 15:18:47 +0100 | [diff] [blame] | 787 | static inline int device_lock_interruptible(struct device *dev) |
| 788 | { |
| 789 | return mutex_lock_interruptible(&dev->mutex); |
| 790 | } |
| 791 | |
Greg Kroah-Hartman | 8e9394c | 2010-02-17 10:57:05 -0800 | [diff] [blame] | 792 | static inline int device_trylock(struct device *dev) |
| 793 | { |
Thomas Gleixner | 3142788 | 2010-01-29 20:39:02 +0000 | [diff] [blame] | 794 | return mutex_trylock(&dev->mutex); |
Greg Kroah-Hartman | 8e9394c | 2010-02-17 10:57:05 -0800 | [diff] [blame] | 795 | } |
| 796 | |
| 797 | static inline void device_unlock(struct device *dev) |
| 798 | { |
Thomas Gleixner | 3142788 | 2010-01-29 20:39:02 +0000 | [diff] [blame] | 799 | mutex_unlock(&dev->mutex); |
Greg Kroah-Hartman | 8e9394c | 2010-02-17 10:57:05 -0800 | [diff] [blame] | 800 | } |
| 801 | |
Konrad Rzeszutek Wilk | ac80102 | 2014-12-03 16:40:27 -0500 | [diff] [blame] | 802 | static inline void device_lock_assert(struct device *dev) |
| 803 | { |
| 804 | lockdep_assert_held(&dev->mutex); |
| 805 | } |
| 806 | |
Benjamin Herrenschmidt | e8a51e1 | 2015-02-17 19:03:41 -0600 | [diff] [blame] | 807 | static inline struct device_node *dev_of_node(struct device *dev) |
| 808 | { |
Stephen Boyd | 1b83392 | 2019-04-12 11:31:45 -0700 | [diff] [blame] | 809 | if (!IS_ENABLED(CONFIG_OF) || !dev) |
Benjamin Herrenschmidt | e8a51e1 | 2015-02-17 19:03:41 -0600 | [diff] [blame] | 810 | return NULL; |
| 811 | return dev->of_node; |
| 812 | } |
| 813 | |
Saravana Kannan | ac338ac | 2020-02-21 00:05:09 -0800 | [diff] [blame] | 814 | static inline bool dev_has_sync_state(struct device *dev) |
| 815 | { |
| 816 | if (!dev) |
| 817 | return false; |
| 818 | if (dev->driver && dev->driver->sync_state) |
| 819 | return true; |
| 820 | if (dev->bus && dev->bus->sync_state) |
| 821 | return true; |
| 822 | return false; |
| 823 | } |
| 824 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 825 | /* |
| 826 | * High level routines for use by the bus drivers |
| 827 | */ |
Bartosz Golaszewski | 67dd077 | 2020-06-29 08:50:05 +0200 | [diff] [blame] | 828 | int __must_check device_register(struct device *dev); |
| 829 | void device_unregister(struct device *dev); |
| 830 | void device_initialize(struct device *dev); |
| 831 | int __must_check device_add(struct device *dev); |
| 832 | void device_del(struct device *dev); |
| 833 | int device_for_each_child(struct device *dev, void *data, |
| 834 | int (*fn)(struct device *dev, void *data)); |
| 835 | int device_for_each_child_reverse(struct device *dev, void *data, |
| 836 | int (*fn)(struct device *dev, void *data)); |
| 837 | struct device *device_find_child(struct device *dev, void *data, |
| 838 | int (*match)(struct device *dev, void *data)); |
| 839 | struct device *device_find_child_by_name(struct device *parent, |
| 840 | const char *name); |
| 841 | int device_rename(struct device *dev, const char *new_name); |
| 842 | int device_move(struct device *dev, struct device *new_parent, |
| 843 | enum dpm_order dpm_order); |
| 844 | int device_change_owner(struct device *dev, kuid_t kuid, kgid_t kgid); |
| 845 | const char *device_get_devnode(struct device *dev, umode_t *mode, kuid_t *uid, |
| 846 | kgid_t *gid, const char **tmp); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 847 | |
Rafael J. Wysocki | 4f3549d | 2013-05-02 22:15:29 +0200 | [diff] [blame] | 848 | static inline bool device_supports_offline(struct device *dev) |
| 849 | { |
| 850 | return dev->bus && dev->bus->offline && dev->bus->online; |
| 851 | } |
| 852 | |
Bartosz Golaszewski | 67dd077 | 2020-06-29 08:50:05 +0200 | [diff] [blame] | 853 | void lock_device_hotplug(void); |
| 854 | void unlock_device_hotplug(void); |
| 855 | int lock_device_hotplug_sysfs(void); |
| 856 | int device_offline(struct device *dev); |
| 857 | int device_online(struct device *dev); |
| 858 | void set_primary_fwnode(struct device *dev, struct fwnode_handle *fwnode); |
| 859 | void set_secondary_fwnode(struct device *dev, struct fwnode_handle *fwnode); |
Johan Hovold | 4e75e1d | 2017-06-06 17:59:00 +0200 | [diff] [blame] | 860 | void device_set_of_node_from_dev(struct device *dev, const struct device *dev2); |
Rafael J. Wysocki | 97badf8 | 2015-04-03 23:23:37 +0200 | [diff] [blame] | 861 | |
Phil Sutter | 9af15c3 | 2017-01-18 14:04:39 +0100 | [diff] [blame] | 862 | static inline int dev_num_vf(struct device *dev) |
| 863 | { |
| 864 | if (dev->bus && dev->bus->num_vf) |
| 865 | return dev->bus->num_vf(dev); |
| 866 | return 0; |
| 867 | } |
| 868 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 869 | /* |
Mark McLoughlin | 0aa0dc4 | 2008-12-15 12:58:26 +0000 | [diff] [blame] | 870 | * Root device objects for grouping under /sys/devices |
| 871 | */ |
Bartosz Golaszewski | 67dd077 | 2020-06-29 08:50:05 +0200 | [diff] [blame] | 872 | struct device *__root_device_register(const char *name, struct module *owner); |
Paul Gortmaker | eb5589a | 2011-05-27 09:02:11 -0400 | [diff] [blame] | 873 | |
Tejun Heo | 33ac125 | 2014-01-10 08:57:31 -0500 | [diff] [blame] | 874 | /* This is a macro to avoid include problems with THIS_MODULE */ |
Paul Gortmaker | eb5589a | 2011-05-27 09:02:11 -0400 | [diff] [blame] | 875 | #define root_device_register(name) \ |
| 876 | __root_device_register(name, THIS_MODULE) |
| 877 | |
Bartosz Golaszewski | 67dd077 | 2020-06-29 08:50:05 +0200 | [diff] [blame] | 878 | void root_device_unregister(struct device *root); |
Mark McLoughlin | 0aa0dc4 | 2008-12-15 12:58:26 +0000 | [diff] [blame] | 879 | |
Mark Brown | a5b8b1a | 2009-07-17 15:06:08 +0100 | [diff] [blame] | 880 | static inline void *dev_get_platdata(const struct device *dev) |
| 881 | { |
| 882 | return dev->platform_data; |
| 883 | } |
| 884 | |
Mark McLoughlin | 0aa0dc4 | 2008-12-15 12:58:26 +0000 | [diff] [blame] | 885 | /* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 886 | * Manual binding of a device to driver. See drivers/base/bus.c |
| 887 | * for information on use. |
| 888 | */ |
Bartosz Golaszewski | 67dd077 | 2020-06-29 08:50:05 +0200 | [diff] [blame] | 889 | int __must_check device_bind_driver(struct device *dev); |
| 890 | void device_release_driver(struct device *dev); |
| 891 | int __must_check device_attach(struct device *dev); |
| 892 | int __must_check driver_attach(struct device_driver *drv); |
| 893 | void device_initial_probe(struct device *dev); |
| 894 | int __must_check device_reprobe(struct device *dev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 895 | |
Bartosz Golaszewski | 67dd077 | 2020-06-29 08:50:05 +0200 | [diff] [blame] | 896 | bool device_is_bound(struct device *dev); |
Tomeu Vizoso | 6b9cb42 | 2016-01-07 16:46:12 +0100 | [diff] [blame] | 897 | |
Greg Kroah-Hartman | 23681e4 | 2006-06-14 12:14:34 -0700 | [diff] [blame] | 898 | /* |
| 899 | * Easy functions for dynamically creating devices on the fly |
| 900 | */ |
Bartosz Golaszewski | 67dd077 | 2020-06-29 08:50:05 +0200 | [diff] [blame] | 901 | __printf(5, 6) struct device * |
| 902 | device_create(struct class *cls, struct device *parent, dev_t devt, |
| 903 | void *drvdata, const char *fmt, ...); |
| 904 | __printf(6, 7) struct device * |
| 905 | device_create_with_groups(struct class *cls, struct device *parent, dev_t devt, |
| 906 | void *drvdata, const struct attribute_group **groups, |
| 907 | const char *fmt, ...); |
| 908 | void device_destroy(struct class *cls, dev_t devt); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 909 | |
Bartosz Golaszewski | 67dd077 | 2020-06-29 08:50:05 +0200 | [diff] [blame] | 910 | int __must_check device_add_groups(struct device *dev, |
| 911 | const struct attribute_group **groups); |
| 912 | void device_remove_groups(struct device *dev, |
| 913 | const struct attribute_group **groups); |
Dmitry Torokhov | a7670d4 | 2017-07-19 17:24:31 -0700 | [diff] [blame] | 914 | |
Dmitry Torokhov | e323b2d | 2017-07-19 17:24:32 -0700 | [diff] [blame] | 915 | static inline int __must_check device_add_group(struct device *dev, |
| 916 | const struct attribute_group *grp) |
| 917 | { |
| 918 | const struct attribute_group *groups[] = { grp, NULL }; |
| 919 | |
| 920 | return device_add_groups(dev, groups); |
| 921 | } |
| 922 | |
| 923 | static inline void device_remove_group(struct device *dev, |
| 924 | const struct attribute_group *grp) |
| 925 | { |
| 926 | const struct attribute_group *groups[] = { grp, NULL }; |
| 927 | |
| 928 | return device_remove_groups(dev, groups); |
| 929 | } |
| 930 | |
Bartosz Golaszewski | 67dd077 | 2020-06-29 08:50:05 +0200 | [diff] [blame] | 931 | int __must_check devm_device_add_groups(struct device *dev, |
Dmitry Torokhov | 57b8ff0 | 2017-07-19 17:24:33 -0700 | [diff] [blame] | 932 | const struct attribute_group **groups); |
Bartosz Golaszewski | 67dd077 | 2020-06-29 08:50:05 +0200 | [diff] [blame] | 933 | void devm_device_remove_groups(struct device *dev, |
| 934 | const struct attribute_group **groups); |
| 935 | int __must_check devm_device_add_group(struct device *dev, |
| 936 | const struct attribute_group *grp); |
| 937 | void devm_device_remove_group(struct device *dev, |
| 938 | const struct attribute_group *grp); |
Dmitry Torokhov | 57b8ff0 | 2017-07-19 17:24:33 -0700 | [diff] [blame] | 939 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 940 | /* |
| 941 | * Platform "fixup" functions - allow the platform to have their say |
| 942 | * about devices and actions that the general device layer doesn't |
| 943 | * know about. |
| 944 | */ |
| 945 | /* Notify platform of device discovery */ |
Greg Kroah-Hartman | d462943 | 2008-01-24 21:04:46 -0800 | [diff] [blame] | 946 | extern int (*platform_notify)(struct device *dev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 947 | |
Greg Kroah-Hartman | d462943 | 2008-01-24 21:04:46 -0800 | [diff] [blame] | 948 | extern int (*platform_notify_remove)(struct device *dev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 949 | |
| 950 | |
Wanlong Gao | 880ffb5 | 2011-05-05 07:55:36 +0800 | [diff] [blame] | 951 | /* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 952 | * get_device - atomically increment the reference count for the device. |
| 953 | * |
| 954 | */ |
Bartosz Golaszewski | 67dd077 | 2020-06-29 08:50:05 +0200 | [diff] [blame] | 955 | struct device *get_device(struct device *dev); |
| 956 | void put_device(struct device *dev); |
| 957 | bool kill_device(struct device *dev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 958 | |
Kay Sievers | 2b2af54 | 2009-04-30 15:23:42 +0200 | [diff] [blame] | 959 | #ifdef CONFIG_DEVTMPFS |
Bartosz Golaszewski | 67dd077 | 2020-06-29 08:50:05 +0200 | [diff] [blame] | 960 | int devtmpfs_mount(void); |
Kay Sievers | 2b2af54 | 2009-04-30 15:23:42 +0200 | [diff] [blame] | 961 | #else |
Dominik Brodowski | 5e787dbf | 2018-10-23 22:10:35 +0200 | [diff] [blame] | 962 | static inline int devtmpfs_mount(void) { return 0; } |
Kay Sievers | 2b2af54 | 2009-04-30 15:23:42 +0200 | [diff] [blame] | 963 | #endif |
| 964 | |
Rytchkov Alexey | 116f232b | 2006-03-22 00:58:53 +0100 | [diff] [blame] | 965 | /* drivers/base/power/shutdown.c */ |
Bartosz Golaszewski | 67dd077 | 2020-06-29 08:50:05 +0200 | [diff] [blame] | 966 | void device_shutdown(void); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 967 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 968 | /* debugging and troubleshooting/diagnostic helpers. */ |
Bartosz Golaszewski | 67dd077 | 2020-06-29 08:50:05 +0200 | [diff] [blame] | 969 | const char *dev_driver_string(const struct device *dev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 970 | |
Rafael J. Wysocki | 9ed9895 | 2016-10-30 17:32:16 +0100 | [diff] [blame] | 971 | /* Device links interface. */ |
| 972 | struct device_link *device_link_add(struct device *consumer, |
| 973 | struct device *supplier, u32 flags); |
| 974 | void device_link_del(struct device_link *link); |
pascal paillet | d884221 | 2018-07-05 14:25:56 +0000 | [diff] [blame] | 975 | void device_link_remove(void *consumer, struct device *supplier); |
Saravana Kannan | fc5a251 | 2019-09-04 14:11:23 -0700 | [diff] [blame] | 976 | void device_links_supplier_sync_state_pause(void); |
| 977 | void device_links_supplier_sync_state_resume(void); |
Joe Perches | 99bcf21 | 2010-06-27 01:02:34 +0000 | [diff] [blame] | 978 | |
Andrzej Hajda | a787e54 | 2020-07-13 16:43:21 +0200 | [diff] [blame] | 979 | extern __printf(3, 4) |
| 980 | int dev_err_probe(const struct device *dev, int err, const char *fmt, ...); |
| 981 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 982 | /* Create alias, so I can be autoloaded. */ |
| 983 | #define MODULE_ALIAS_CHARDEV(major,minor) \ |
| 984 | MODULE_ALIAS("char-major-" __stringify(major) "-" __stringify(minor)) |
| 985 | #define MODULE_ALIAS_CHARDEV_MAJOR(major) \ |
| 986 | MODULE_ALIAS("char-major-" __stringify(major) "-*") |
Andi Kleen | e52eec13 | 2010-09-08 16:54:17 +0200 | [diff] [blame] | 987 | |
| 988 | #ifdef CONFIG_SYSFS_DEPRECATED |
| 989 | extern long sysfs_deprecated; |
| 990 | #else |
| 991 | #define sysfs_deprecated 0 |
| 992 | #endif |
| 993 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 994 | #endif /* _DEVICE_H_ */ |