/include/acpi/platform/ |
D | acenv.h | 249 #define ACPI_STRCPY(d,s) (void) strcpy((d), (s)) argument 250 #define ACPI_STRNCPY(d,s,n) (void) strncpy((d), (s), (acpi_size)(n)) argument 251 #define ACPI_STRNCMP(d,s,n) strncmp((d), (s), (acpi_size)(n)) argument 252 #define ACPI_STRCMP(d,s) strcmp((d), (s)) argument 253 #define ACPI_STRCAT(d,s) (void) strcat((d), (s)) argument 254 #define ACPI_STRNCAT(d,s,n) strncat((d), (s), (acpi_size)(n)) argument 255 #define ACPI_STRTOUL(d,s,n) strtoul((d), (s), (acpi_size)(n)) argument 257 #define ACPI_MEMCPY(d,s,n) (void) memcpy((d), (s), (acpi_size)(n)) argument 258 #define ACPI_MEMSET(d,s,n) (void) memset((d), (s), (acpi_size)(n)) argument 310 #define ACPI_STRCPY(d,s) (void) acpi_ut_strcpy ((d), (s)) argument [all …]
|
/include/linux/ |
D | irq.h | 189 static inline bool irqd_is_setaffinity_pending(struct irq_data *d) in irqd_is_setaffinity_pending() 194 static inline bool irqd_is_per_cpu(struct irq_data *d) in irqd_is_per_cpu() 199 static inline bool irqd_can_balance(struct irq_data *d) in irqd_can_balance() 204 static inline bool irqd_affinity_was_set(struct irq_data *d) in irqd_affinity_was_set() 209 static inline void irqd_mark_affinity_was_set(struct irq_data *d) in irqd_mark_affinity_was_set() 214 static inline u32 irqd_get_trigger_type(struct irq_data *d) in irqd_get_trigger_type() 222 static inline void irqd_set_trigger_type(struct irq_data *d, u32 type) in irqd_set_trigger_type() 228 static inline bool irqd_is_level_type(struct irq_data *d) in irqd_is_level_type() 233 static inline bool irqd_is_wakeup_set(struct irq_data *d) in irqd_is_wakeup_set() 238 static inline bool irqd_can_move_in_process_context(struct irq_data *d) in irqd_can_move_in_process_context() [all …]
|
D | vt_buffer.h | 24 #define scr_memcpyw(d, s, c) memcpy(d, s, c) argument 25 #define scr_memmovew(d, s, c) memmove(d, s, c) argument 40 static inline void scr_memcpyw(u16 *d, const u16 *s, unsigned int count) in scr_memcpyw() 49 static inline void scr_memmovew(u16 *d, const u16 *s, unsigned int count) in scr_memmovew()
|
D | dio.h | 250 static inline struct dio_driver *dio_dev_driver(const struct dio_dev *d) in dio_dev_driver() 255 #define dio_resource_start(d) ((d)->resource.start) argument 256 #define dio_resource_end(d) ((d)->resource.end) argument 257 #define dio_resource_len(d) (resource_size(&(d)->resource)) argument 258 #define dio_resource_flags(d) ((d)->resource.flags) argument 260 #define dio_request_device(d, name) \ argument 262 #define dio_release_device(d) \ argument 269 static inline void *dio_get_drvdata (struct dio_dev *d) in dio_get_drvdata() 274 static inline void dio_set_drvdata (struct dio_dev *d, void *data) in dio_set_drvdata()
|
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 | 29 static inline int isa_register_driver(struct isa_driver *d, unsigned int i) in isa_register_driver() 34 static inline void isa_unregister_driver(struct isa_driver *d) in isa_unregister_driver()
|
D | sa11x0-dma.h | 18 static inline bool sa11x0_dma_filter_fn(struct dma_chan *c, void *d) in sa11x0_dma_filter_fn()
|
D | delayacct.h | 97 static inline int delayacct_add_tsk(struct taskstats *d, in delayacct_add_tsk() 139 static inline int delayacct_add_tsk(struct taskstats *d, in delayacct_add_tsk()
|
D | pcieport_if.h | 32 #define to_pcie_device(d) container_of(d, struct pcie_device, device) argument 62 #define to_service_driver(d) \ argument
|
D | clkdev.h | 27 #define CLKDEV_INIT(d, n, c) \ argument
|
D | mpi.h | 55 mpi_limb_t *d; /* array with the limbs */ member
|
D | parport_pc.h | 62 static __inline__ void parport_pc_write_data(struct parport *p, unsigned char d) in parport_pc_write_data() 156 unsigned char d) in parport_pc_write_control()
|
D | lglock.h | 46 #define LOCKDEP_INIT_MAP(a, b, c, d) argument
|
/include/linux/amba/ |
D | bus.h | 55 #define to_amba_device(d) container_of(d, struct amba_device, dev) argument 57 #define amba_get_drvdata(d) dev_get_drvdata(&d->dev) argument 58 #define amba_set_drvdata(d,p) dev_set_drvdata(&d->dev, p) argument 71 #define amba_pclk_enable(d) \ argument 74 #define amba_pclk_disable(d) \ argument 83 #define amba_config(d) AMBA_CONFIG_BITS((d)->periphid) argument 84 #define amba_rev(d) AMBA_REV_BITS((d)->periphid) argument 85 #define amba_manf(d) AMBA_MANF_BITS((d)->periphid) argument 86 #define amba_part(d) AMBA_PART_BITS((d)->periphid) argument
|
/include/asm-generic/ |
D | dma-mapping-broken.h | 19 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) argument 20 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) argument
|
D | dma-mapping-common.h | 174 #define dma_map_single(d, a, s, r) dma_map_single_attrs(d, a, s, r, NULL) argument 175 #define dma_unmap_single(d, a, s, r) dma_unmap_single_attrs(d, a, s, r, NULL) argument 176 #define dma_map_sg(d, s, n, r) dma_map_sg_attrs(d, s, n, r, NULL) argument 177 #define dma_unmap_sg(d, s, n, r) dma_unmap_sg_attrs(d, s, n, r, NULL) argument
|
/include/linux/usb/ |
D | composite.h | 377 #define DBG(d, fmt, args...) \ argument 379 #define VDBG(d, fmt, args...) \ argument 381 #define ERROR(d, fmt, args...) \ argument 383 #define WARNING(d, fmt, args...) \ argument 385 #define INFO(d, fmt, args...) \ argument
|
D | langwell_udc.h | 62 #define DEN(d) \ argument 138 #define USBADR(d) \ argument 144 #define EPBASE(d) (((d)>>11)&0x1fffff) argument 199 #define LPM_PTS(d) (((d)>>29)&7) argument 202 #define LPM_PSPD(d) (((d)>>25)&3) /* bits 26:25, port speed */ argument 211 #define LPM_BA(d) \ 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 95 #define to_sdio_driver(d) container_of(d, struct sdio_driver, drv) argument
|
/include/acpi/ |
D | acpi_bus.h | 160 #define acpi_device_dir(d) ((d)->dir.entry) argument 183 #define acpi_device_bid(d) ((d)->pnp.bus_id) argument 184 #define acpi_device_adr(d) ((d)->pnp.bus_address) argument 186 #define acpi_device_name(d) ((d)->pnp.device_name) argument 187 #define acpi_device_class(d) ((d)->pnp.device_class) argument 279 static inline void *acpi_driver_data(struct acpi_device *d) in acpi_driver_data() 284 #define to_acpi_device(d) container_of(d, struct acpi_device, dev) argument 285 #define to_acpi_driver(d) container_of(d, struct acpi_driver, drv) argument 388 static inline int acpi_pm_device_sleep_state(struct device *d, int *p) in acpi_pm_device_sleep_state()
|
/include/linux/uwb/ |
D | umc.h | 73 #define to_umc_dev(d) container_of(d, struct umc_dev, dev) argument 98 #define to_umc_driver(d) container_of(d, struct umc_driver, driver) argument
|
/include/linux/netfilter/ipset/ |
D | ip_set_ahash.h | 291 #define type_pf_data_match(d) 1 argument 444 const struct type_pf_elem *d = value; in type_pf_add() local 497 const struct type_pf_elem *d = value; in type_pf_del() local 541 type_pf_test_cidrs(struct ip_set *set, struct type_pf_elem *d, u32 timeout) in type_pf_test_cidrs() 572 struct type_pf_elem *d = value; in type_pf_test() local 894 const struct type_pf_elem *d = value; in type_pf_tadd() local 965 const struct type_pf_elem *d = value; in type_pf_tdel() local 1008 type_pf_ttest_cidrs(struct ip_set *set, struct type_pf_elem *d, u32 timeout) in type_pf_ttest_cidrs() 1046 struct type_pf_elem *data, *d = value; in type_pf_ttest() local
|
/include/linux/mtd/ |
D | doc2000.h | 96 #define WriteDOC_(d, adr, reg) do{ *(volatile __u32 *)(((unsigned long)adr)+((reg)<<2)) = (__u32)d… argument 100 #define WriteDOC_(d, adr, reg) do{ *(volatile __u16 *)(((unsigned long)adr)+((reg)<<1)) = (__u16)d… argument 104 #define WriteDOC_(d, adr, reg) writeb(d, (void __iomem *)(adr) + (reg)) argument 115 #define WriteDOC(d, adr, reg) WriteDOC_(d,adr,DoC_##reg) argument
|
/include/net/bluetooth/ |
D | rfcomm.h | 246 #define rfcomm_dlc_lock(d) spin_lock(&d->lock) argument 247 #define rfcomm_dlc_unlock(d) spin_unlock(&d->lock) argument 249 static inline void rfcomm_dlc_hold(struct rfcomm_dlc *d) in rfcomm_dlc_hold() 254 static inline void rfcomm_dlc_put(struct rfcomm_dlc *d) in rfcomm_dlc_put() 263 static inline void rfcomm_dlc_throttle(struct rfcomm_dlc *d) in rfcomm_dlc_throttle() 269 static inline void rfcomm_dlc_unthrottle(struct rfcomm_dlc *d) in rfcomm_dlc_unthrottle()
|
/include/scsi/ |
D | scsi_transport_sas.h | 82 #define dev_to_phy(d) \ argument 98 #define dev_to_rphy(d) \ argument 156 #define dev_to_sas_port(d) \ argument
|