| /include/linux/ |
| D | overflow.h | 49 #define check_add_overflow(a, b, d) ({ \ argument 58 #define check_sub_overflow(a, b, d) ({ \ argument 67 #define check_mul_overflow(a, b, d) ({ \ argument 80 #define __unsigned_add_overflow(a, b, d) ({ \ argument 89 #define __unsigned_sub_overflow(a, b, d) ({ \ argument 101 #define __unsigned_mul_overflow(a, b, d) ({ \ argument 129 #define __signed_add_overflow(a, b, d) ({ \ argument 145 #define __signed_sub_overflow(a, b, d) ({ \ argument 172 #define __signed_mul_overflow(a, b, d) ({ \ argument 187 #define check_add_overflow(a, b, d) \ argument [all …]
|
| D | irq.h | 238 #define __irqd_to_state(d) ACCESS_PRIVATE((d)->common, state_use_accessors) argument 240 static inline bool irqd_is_setaffinity_pending(struct irq_data *d) in irqd_is_setaffinity_pending() 245 static inline bool irqd_is_per_cpu(struct irq_data *d) in irqd_is_per_cpu() 250 static inline bool irqd_can_balance(struct irq_data *d) in irqd_can_balance() 255 static inline bool irqd_affinity_was_set(struct irq_data *d) in irqd_affinity_was_set() 260 static inline void irqd_mark_affinity_was_set(struct irq_data *d) in irqd_mark_affinity_was_set() 265 static inline bool irqd_trigger_type_was_set(struct irq_data *d) in irqd_trigger_type_was_set() 270 static inline u32 irqd_get_trigger_type(struct irq_data *d) in irqd_get_trigger_type() 279 static inline void irqd_set_trigger_type(struct irq_data *d, u32 type) in irqd_set_trigger_type() 286 static inline bool irqd_is_level_type(struct irq_data *d) in irqd_is_level_type() [all …]
|
| D | dio.h | 251 static inline struct dio_driver *dio_dev_driver(const struct dio_dev *d) in dio_dev_driver() 256 #define dio_resource_start(d) ((d)->resource.start) argument 257 #define dio_resource_end(d) ((d)->resource.end) argument 258 #define dio_resource_len(d) (resource_size(&(d)->resource)) argument 259 #define dio_resource_flags(d) ((d)->resource.flags) argument 261 #define dio_request_device(d, name) \ argument 263 #define dio_release_device(d) \ argument 270 static inline void *dio_get_drvdata (struct dio_dev *d) in dio_get_drvdata() 275 static inline void dio_set_drvdata (struct dio_dev *d, void *data) in dio_set_drvdata()
|
| D | vt_buffer.h | 42 static inline void scr_memcpyw(u16 *d, const u16 *s, unsigned int count) in scr_memcpyw() 55 static inline void scr_memmovew(u16 *d, const u16 *s, unsigned int count) in scr_memmovew()
|
| D | superhyway.h | 60 #define to_superhyway_driver(d) container_of((d), struct superhyway_driver, drv) argument 76 #define to_superhyway_device(d) container_of((d), struct superhyway_device, dev) argument 78 #define superhyway_get_drvdata(d) dev_get_drvdata(&(d)->dev) argument 79 #define superhyway_set_drvdata(d,p) dev_set_drvdata(&(d)->dev, (p)) argument
|
| D | isa.h | 31 static inline int isa_register_driver(struct isa_driver *d, unsigned int i) in isa_register_driver() 36 static inline void isa_unregister_driver(struct isa_driver *d) in isa_unregister_driver()
|
| D | spmi.h | 53 static inline struct spmi_device *to_spmi_device(struct device *d) in to_spmi_device() 98 static inline struct spmi_controller *to_spmi_controller(struct device *d) in to_spmi_controller() 151 static inline struct spmi_driver *to_spmi_driver(struct device_driver *d) in to_spmi_driver()
|
| D | sunxi-rsb.h | 36 static inline struct sunxi_rsb_device *to_sunxi_rsb_device(struct device *d) in to_sunxi_rsb_device() 65 static inline struct sunxi_rsb_driver *to_sunxi_rsb_driver(struct device_driver *d) in to_sunxi_rsb_driver()
|
| D | omap-dmaengine.h | 16 static inline bool omap_dma_filter_fn(struct dma_chan *c, void *d) in omap_dma_filter_fn()
|
| D | sa11x0-dma.h | 18 static inline bool sa11x0_dma_filter_fn(struct dma_chan *c, void *d) in sa11x0_dma_filter_fn()
|
| D | rio_regs.h | 271 #define RIO_DEV_PORT_N_MNT_REQ_CSR(d, n) \ argument 274 #define RIO_DEV_PORT_N_MNT_RSP_CSR(d, n) \ argument 277 #define RIO_DEV_PORT_N_ACK_STS_CSR(d, n) \ argument 280 #define RIO_DEV_PORT_N_CTL2_CSR(d, n) \ argument 283 #define RIO_DEV_PORT_N_ERR_STS_CSR(d, n) \ argument 286 #define RIO_DEV_PORT_N_CTL_CSR(d, n) \ argument 289 #define RIO_DEV_PORT_N_OB_ACK_CSR(d, n) \ argument 292 #define RIO_DEV_PORT_N_IB_ACK_CSR(d, n) \ argument
|
| D | mdio.h | 43 #define to_mdio_device(d) container_of(d, struct mdio_device, dev) argument 51 #define to_mdio_common_driver(d) \ argument 67 #define to_mdio_driver(d) \ argument
|
| D | pcieport_if.h | 35 #define to_pcie_device(d) container_of(d, struct pcie_device, device) argument 65 #define to_service_driver(d) \ argument
|
| D | omap-gpmc.h | 83 static inline int gpmc_onenand_init(struct omap_onenand_platform_data *d) in gpmc_onenand_init()
|
| D | clkdev.h | 29 #define CLKDEV_INIT(d, n, c) \ argument
|
| D | dma-mapping.h | 427 #define dma_map_single(d, a, s, r) dma_map_single_attrs(d, a, s, r, 0) argument 428 #define dma_unmap_single(d, a, s, r) dma_unmap_single_attrs(d, a, s, r, 0) argument 429 #define dma_map_sg(d, s, n, r) dma_map_sg_attrs(d, s, n, r, 0) argument 430 #define dma_unmap_sg(d, s, n, r) dma_unmap_sg_attrs(d, s, n, r, 0) argument 431 #define dma_map_page(d, p, o, s, r) dma_map_page_attrs(d, p, o, s, r, 0) argument 432 #define dma_unmap_page(d, a, s, r) dma_unmap_page_attrs(d, a, s, r, 0) argument 470 #define dma_mmap_coherent(d, v, c, h, s) dma_mmap_attrs(d, v, c, h, s, 0) argument 489 #define dma_get_sgtable(d, t, v, h, s) dma_get_sgtable_attrs(d, t, v, h, s, 0) argument
|
| /include/linux/amba/ |
| D | bus.h | 66 #define to_amba_device(d) container_of(d, struct amba_device, dev) argument 68 #define amba_get_drvdata(d) dev_get_drvdata(&d->dev) argument 69 #define amba_set_drvdata(d,p) dev_set_drvdata(&d->dev, p) argument 126 #define amba_config(d) AMBA_CONFIG_BITS((d)->periphid) argument 127 #define amba_rev(d) AMBA_REV_BITS((d)->periphid) argument 128 #define amba_manf(d) AMBA_MANF_BITS((d)->periphid) argument 129 #define amba_part(d) AMBA_PART_BITS((d)->periphid) argument
|
| /include/linux/ulpi/ |
| D | driver.h | 23 #define to_ulpi_dev(d) container_of(d, struct ulpi, dev) argument 49 #define to_ulpi_driver(d) container_of(d, struct ulpi_driver, driver) argument
|
| /include/linux/uwb/ |
| D | umc.h | 73 #define to_umc_dev(d) container_of(d, struct umc_dev, dev) argument 96 #define to_umc_driver(d) container_of(d, struct umc_driver, driver) argument
|
| /include/uapi/linux/ |
| D | kernel.h | 13 #define __KERNEL_DIV_ROUND_UP(n, d) (((n) + (d) - 1) / (d)) argument
|
| D | bcache.h | 119 __u64 *d = (void *) k; in bkey_next() local 125 __u64 *d = (void *) k; in bkey_idx() local 205 __u64 d[SB_JOURNAL_BUCKETS]; /* journal buckets */ member 293 __u64 d[0]; member 358 __u64 d[0]; member
|
| /include/trace/events/ |
| D | android_fs.h | 43 struct dentry *d; in android_fstrace_get_pathname() local
|
| /include/acpi/ |
| D | acpi_bus.h | 225 #define acpi_device_dir(d) ((d)->dir.entry) argument 257 #define acpi_device_bid(d) ((d)->pnp.bus_id) argument 258 #define acpi_device_adr(d) ((d)->pnp.bus_address) argument 260 #define acpi_device_uid(d) ((d)->pnp.unique_id) argument 261 #define acpi_device_name(d) ((d)->pnp.device_name) argument 262 #define acpi_device_class(d) ((d)->pnp.device_class) argument 449 static inline void *acpi_driver_data(struct acpi_device *d) in acpi_driver_data() 454 #define to_acpi_device(d) container_of(d, struct acpi_device, dev) argument 455 #define to_acpi_driver(d) container_of(d, struct acpi_driver, drv) argument 641 static inline int acpi_pm_device_sleep_state(struct device *d, int *p, int m) in acpi_pm_device_sleep_state()
|
| /include/acpi/platform/ |
| D | acgcc.h | 57 #define va_copy(d, s) __builtin_va_copy(d, s) argument
|
| /include/linux/mmc/ |
| D | sdio_func.h | 79 #define sdio_set_drvdata(f,d) dev_set_drvdata(&(f)->dev, d) argument 80 #define dev_to_sdio_func(d) container_of(d, struct sdio_func, dev) argument
|