| /include/linux/ |
| D | irq.h | 254 #define __irqd_to_state(d) ACCESS_PRIVATE((d)->common, state_use_accessors) argument 256 static inline bool irqd_is_setaffinity_pending(struct irq_data *d) in irqd_is_setaffinity_pending() 261 static inline bool irqd_is_per_cpu(struct irq_data *d) in irqd_is_per_cpu() 266 static inline bool irqd_can_balance(struct irq_data *d) in irqd_can_balance() 271 static inline bool irqd_affinity_was_set(struct irq_data *d) in irqd_affinity_was_set() 276 static inline void irqd_mark_affinity_was_set(struct irq_data *d) in irqd_mark_affinity_was_set() 281 static inline bool irqd_trigger_type_was_set(struct irq_data *d) in irqd_trigger_type_was_set() 286 static inline u32 irqd_get_trigger_type(struct irq_data *d) in irqd_get_trigger_type() 295 static inline void irqd_set_trigger_type(struct irq_data *d, u32 type) in irqd_set_trigger_type() 302 static inline bool irqd_is_level_type(struct irq_data *d) in irqd_is_level_type() [all …]
|
| D | math.h | 46 #define DIV_ROUND_UP_POW2(n, d) \ argument 51 #define DIV_ROUND_DOWN_ULL(ll, d) \ argument 54 #define DIV_ROUND_UP_ULL(ll, d) \ argument 58 # define DIV_ROUND_UP_SECTOR_T(ll,d) DIV_ROUND_UP_ULL(ll, d) argument 60 # define DIV_ROUND_UP_SECTOR_T(ll,d) DIV_ROUND_UP(ll,d) argument 136 #define mult_frac(x, n, d) \ in __STRUCT_FRACT() argument
|
| D | pci-ats.h | 16 static inline bool pci_ats_supported(struct pci_dev *d) in pci_ats_supported() 18 static inline int pci_enable_ats(struct pci_dev *d, int ps) in pci_enable_ats() 22 static inline void pci_disable_ats(struct pci_dev *d) { } in pci_disable_ats() 23 static inline int pci_ats_queue_depth(struct pci_dev *d) in pci_ats_queue_depth()
|
| D | io-pgtable-arm.h | 42 #define ARM_LPAE_LVL_SHIFT(l,d) \ argument 46 #define ARM_LPAE_GRANULE(d) \ argument 48 #define ARM_LPAE_PGD_SIZE(d) \ argument 51 #define ARM_LPAE_PTES_PER_TABLE(d) \ argument 58 #define ARM_LPAE_PGD_IDX(l,d) \ argument 61 #define ARM_LPAE_LVL_IDX(a,l,d) \ argument 66 #define ARM_LPAE_BLOCK_SIZE(l,d) (1ULL << ARM_LPAE_LVL_SHIFT(l,d)) argument
|
| 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 | dio.h | 251 #define dio_resource_start(d) ((d)->resource.start) argument 252 #define dio_resource_end(d) ((d)->resource.end) argument 253 #define dio_resource_len(d) (resource_size(&(d)->resource)) argument 254 #define dio_resource_flags(d) ((d)->resource.flags) argument 256 #define dio_request_device(d, name) \ argument 258 #define dio_release_device(d) \ argument 265 static inline void *dio_get_drvdata (struct dio_dev *d) in dio_get_drvdata() 270 static inline void dio_set_drvdata (struct dio_dev *d, void *data) in dio_set_drvdata()
|
| D | siphash.h | 49 const u32 d, const siphash_key_t *key) in siphash_4u32() 146 #define SIPHASH_PERMUTATION(a, b, c, d) ( \ argument 157 #define HSIPHASH_PERMUTATION(a, b, c, d) ( \ argument
|
| D | irqdomain.h | 248 static inline struct device_node *irq_domain_get_of_node(struct irq_domain *d) in irq_domain_get_of_node() 253 static inline void irq_domain_set_pm_device(struct irq_domain *d, in irq_domain_set_pm_device() 401 struct irq_domain *d; in irq_find_host() local 438 struct irq_domain *d; in irq_domain_add_linear() local 457 struct irq_domain *d; in irq_domain_add_nomap() local 476 struct irq_domain *d; in irq_domain_add_tree() local 494 struct irq_domain *d; in irq_domain_create_linear() local 510 struct irq_domain *d; in irq_domain_create_tree() local
|
| 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 | spmi.h | 46 static inline struct spmi_device *to_spmi_device(struct device *d) in to_spmi_device() 92 static inline struct spmi_controller *to_spmi_controller(struct device *d) in to_spmi_controller() 150 static inline struct spmi_driver *to_spmi_driver(struct device_driver *d) in to_spmi_driver()
|
| D | overflow.h | 67 #define check_add_overflow(a, b, d) \ argument 113 #define check_sub_overflow(a, b, d) \ argument 159 #define check_mul_overflow(a, b, d) \ argument 198 #define check_shl_overflow(a, s, d) __must_check_overflow(({ \ 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 | rio_regs.h | 267 #define RIO_DEV_PORT_N_MNT_REQ_CSR(d, n) \ argument 270 #define RIO_DEV_PORT_N_MNT_RSP_CSR(d, n) \ argument 273 #define RIO_DEV_PORT_N_ACK_STS_CSR(d, n) \ argument 276 #define RIO_DEV_PORT_N_CTL2_CSR(d, n) \ argument 279 #define RIO_DEV_PORT_N_ERR_STS_CSR(d, n) \ argument 282 #define RIO_DEV_PORT_N_CTL_CSR(d, n) \ argument 285 #define RIO_DEV_PORT_N_OB_ACK_CSR(d, n) \ argument 288 #define RIO_DEV_PORT_N_IB_ACK_CSR(d, n) \ argument
|
| D | peci.h | 53 static inline struct peci_controller *to_peci_controller(void *d) in to_peci_controller() 83 static inline struct peci_device *to_peci_device(struct device *d) in to_peci_device()
|
| D | dfl.h | 73 #define to_dfl_dev(d) container_of(d, struct dfl_device, dev) argument 74 #define to_dfl_drv(d) container_of_const(d, struct dfl_driver, drv) argument
|
| D | stdarg.h | 9 #define va_copy(d, s) __builtin_va_copy(d, s) argument
|
| D | clkdev.h | 26 #define CLKDEV_INIT(d, n, c) \ argument
|
| D | dma-map-ops.h | 411 #define arch_dma_map_page_direct(d, a) (false) argument 412 #define arch_dma_unmap_page_direct(d, a) (false) argument 413 #define arch_dma_map_sg_direct(d, s, n) (false) argument 414 #define arch_dma_unmap_sg_direct(d, s, n) (false) argument
|
| D | dma-mapping.h | 549 #define dma_map_single(d, a, s, r) dma_map_single_attrs(d, a, s, r, 0) argument 550 #define dma_unmap_single(d, a, s, r) dma_unmap_single_attrs(d, a, s, r, 0) argument 551 #define dma_map_sg(d, s, n, r) dma_map_sg_attrs(d, s, n, r, 0) argument 552 #define dma_unmap_sg(d, s, n, r) dma_unmap_sg_attrs(d, s, n, r, 0) argument 553 #define dma_map_page(d, p, o, s, r) dma_map_page_attrs(d, p, o, s, r, 0) argument 554 #define dma_unmap_page(d, a, s, r) dma_unmap_page_attrs(d, a, s, r, 0) argument 555 #define dma_get_sgtable(d, t, v, h, s) dma_get_sgtable_attrs(d, t, v, h, s, 0) argument 556 #define dma_mmap_coherent(d, v, c, h, s) dma_mmap_attrs(d, v, c, h, s, 0) argument
|
| /include/linux/amba/ |
| D | bus.h | 115 #define to_amba_device(d) container_of_const(d, struct amba_device, dev) argument 117 #define amba_get_drvdata(d) dev_get_drvdata(&d->dev) argument 118 #define amba_set_drvdata(d,p) dev_set_drvdata(&d->dev, p) argument 154 #define amba_config(d) AMBA_CONFIG_BITS((d)->periphid) argument 155 #define amba_rev(d) AMBA_REV_BITS((d)->periphid) argument 156 #define amba_manf(d) AMBA_MANF_BITS((d)->periphid) argument 157 #define amba_part(d) AMBA_PART_BITS((d)->periphid) argument
|
| /include/crypto/ |
| D | utils.h | 21 unsigned long *d = (unsigned long *)dst; in crypto_xor() local 41 unsigned long *d = (unsigned long *)dst; in crypto_xor_cpy() local
|
| /include/linux/surface_aggregator/ |
| D | device.h | 96 #define SSAM_DEVICE(d, cat, tid, iid, fun) \ argument 206 static inline bool is_ssam_device(struct device *d) in is_ssam_device() 213 static inline bool is_ssam_device(struct device *d) in is_ssam_device() 231 #define to_ssam_device(d) container_of_const(d, struct ssam_device, dev) argument 245 #define to_ssam_device_driver(d) container_of_const(d, struct ssam_device_driver, driver) 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/soc/qcom/ |
| D | irq.h | 29 static inline bool irq_domain_qcom_handle_wakeup(const struct irq_domain *d) in irq_domain_qcom_handle_wakeup()
|
| /include/linux/greybus/ |
| D | module.h | 28 #define to_gb_module(d) container_of(d, struct gb_module, dev) argument
|