/include/acpi/platform/ |
D | acenv.h | 243 #define ACPI_STRCPY(d,s) (void) strcpy((d), (s)) argument 244 #define ACPI_STRNCPY(d,s,n) (void) strncpy((d), (s), (acpi_size)(n)) argument 245 #define ACPI_STRNCMP(d,s,n) strncmp((d), (s), (acpi_size)(n)) argument 246 #define ACPI_STRCMP(d,s) strcmp((d), (s)) argument 247 #define ACPI_STRCAT(d,s) (void) strcat((d), (s)) argument 248 #define ACPI_STRNCAT(d,s,n) strncat((d), (s), (acpi_size)(n)) argument 249 #define ACPI_STRTOUL(d,s,n) strtoul((d), (s), (acpi_size)(n)) argument 251 #define ACPI_MEMCPY(d,s,n) (void) memcpy((d), (s), (acpi_size)(n)) argument 252 #define ACPI_MEMSET(d,s,n) (void) memset((d), (s), (acpi_size)(n)) argument 304 #define ACPI_STRCPY(d,s) (void) acpi_ut_strcpy ((d), (s)) argument [all …]
|
/include/linux/amba/ |
D | bus.h | 39 #define amba_get_drvdata(d) dev_get_drvdata(&d->dev) argument 40 #define amba_set_drvdata(d,p) dev_set_drvdata(&d->dev, p) argument 50 #define amba_config(d) (((d)->periphid >> 24) & 0xff) argument 51 #define amba_rev(d) (((d)->periphid >> 20) & 0x0f) argument 52 #define amba_manf(d) (((d)->periphid >> 12) & 0xff) argument 53 #define amba_part(d) ((d)->periphid & 0xfff) argument
|
/include/linux/ |
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 | posix_types.h | 31 #define __FDELT(d) ((d) / __NFDBITS) argument 34 #define __FDMASK(d) (1UL << ((d) % __NFDBITS)) argument
|
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) ((d)->resource.end-(d)->resource.start+1) 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 | of_device.h | 10 #define to_of_device(d) container_of(d, struct of_device, dev) argument
|
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 | 45 #define to_pcie_device(d) container_of(d, struct pcie_device, device) argument 74 #define to_service_driver(d) \ argument
|
D | audit.h | 534 #define audit_syscall_entry(ta,a,b,c,d,e) do { ; } while (0) argument 539 #define __audit_inode(n,d) do { ; } while (0) argument 540 #define __audit_inode_child(d,i,p) do { ; } while (0) argument 541 #define audit_inode(n,d) do { ; } while (0) argument 542 #define audit_inode_child(d,i,p) do { ; } while (0) argument 556 #define audit_mq_sendrecv(d,l,p,t) ((void)0) argument 557 #define audit_mq_notify(d,n) ((void)0) argument 558 #define audit_mq_getsetattr(d,s) ((void)0) argument 616 #define audit_log_d_path(b, p, d) do { ; } while (0) argument
|
D | maple.h | 82 #define maple_get_drvdata(d) dev_get_drvdata(&(d)->dev) argument 83 #define maple_set_drvdata(d,p) dev_set_drvdata(&(d)->dev, (p)) argument
|
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()
|
/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
|
/include/asm-frv/ |
D | posix_types.h | 48 #define __FD_SET(d, set) ((set)->fds_bits[__FDELT(d)] |= __FDMASK(d)) argument 51 #define __FD_CLR(d, set) ((set)->fds_bits[__FDELT(d)] &= ~__FDMASK(d)) argument 54 #define __FD_ISSET(d, set) (!!((set)->fds_bits[__FDELT(d)] & __FDMASK(d))) argument
|
D | dma-mapping.h | 10 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) argument 11 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) argument 165 #define dma_is_consistent(d, h) (1) argument
|
/include/linux/usb/ |
D | composite.h | 334 #define DBG(d, fmt, args...) \ argument 336 #define VDBG(d, fmt, args...) \ argument 338 #define ERROR(d, fmt, args...) \ argument 340 #define WARNING(d, fmt, args...) \ argument 342 #define INFO(d, fmt, args...) \ argument
|
/include/acpi/ |
D | acpi_bus.h | 181 #define acpi_device_dir(d) ((d)->dir.entry) argument 202 #define acpi_device_bid(d) ((d)->pnp.bus_id) argument 203 #define acpi_device_adr(d) ((d)->pnp.bus_address) argument 204 #define acpi_device_hid(d) ((d)->pnp.hardware_id) argument 205 #define acpi_device_uid(d) ((d)->pnp.unique_id) argument 206 #define acpi_device_name(d) ((d)->pnp.device_name) argument 207 #define acpi_device_class(d) ((d)->pnp.device_class) argument 303 static inline void *acpi_driver_data(struct acpi_device *d) in acpi_driver_data() 308 #define to_acpi_device(d) container_of(d, struct acpi_device, dev) argument 309 #define to_acpi_driver(d) container_of(d, struct acpi_driver, drv) argument [all …]
|
/include/asm-mn10300/ |
D | dma-mapping.h | 26 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent((d), (s), (h), (f)) argument 27 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent((d), (s), (v), (h)) argument 225 #define dma_is_consistent(d) (1) argument
|
/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/net/bluetooth/ |
D | hci_core.h | 380 static inline void __hci_dev_put(struct hci_dev *d) in __hci_dev_put() 386 static inline void hci_dev_put(struct hci_dev *d) in hci_dev_put() 392 static inline struct hci_dev *__hci_dev_hold(struct hci_dev *d) in __hci_dev_hold() 398 static inline struct hci_dev *hci_dev_hold(struct hci_dev *d) in hci_dev_hold() 405 #define hci_dev_lock(d) spin_lock(&d->lock) argument 406 #define hci_dev_unlock(d) spin_unlock(&d->lock) argument 407 #define hci_dev_lock_bh(d) spin_lock_bh(&d->lock) argument 408 #define hci_dev_unlock_bh(d) spin_unlock_bh(&d->lock) argument 699 #define hci_req_lock(d) down(&d->req_lock) argument 700 #define hci_req_unlock(d) up(&d->req_lock) argument
|
D | rfcomm.h | 247 #define rfcomm_dlc_lock(d) spin_lock(&d->lock) argument 248 #define rfcomm_dlc_unlock(d) spin_unlock(&d->lock) argument 250 static inline void rfcomm_dlc_hold(struct rfcomm_dlc *d) in rfcomm_dlc_hold() 255 static inline void rfcomm_dlc_put(struct rfcomm_dlc *d) in rfcomm_dlc_put() 264 static inline void rfcomm_dlc_throttle(struct rfcomm_dlc *d) in rfcomm_dlc_throttle() 270 static inline void rfcomm_dlc_unthrottle(struct rfcomm_dlc *d) in rfcomm_dlc_unthrottle()
|
/include/linux/mtd/ |
D | doc2000.h | 83 #define WriteDOC_(d, adr, reg) do{ *(volatile __u32 *)(((unsigned long)adr)+((reg)<<2)) = (__u32)d… argument 87 #define WriteDOC_(d, adr, reg) do{ *(volatile __u16 *)(((unsigned long)adr)+((reg)<<1)) = (__u16)d… argument 91 #define WriteDOC_(d, adr, reg) writeb(d, (void __iomem *)(adr) + (reg)) argument 102 #define WriteDOC(d, adr, reg) WriteDOC_(d,adr,DoC_##reg) argument
|
/include/asm-m32r/ |
D | smp.h | 33 #define physids_shift_right(d, s, n) bitmap_shift_right((d).mask, (s).mask, n, MAX_APICS) argument 34 #define physids_shift_left(d, s, n) bitmap_shift_left((d).mask, (s).mask, n, MAX_APICS) argument
|
/include/scsi/ |
D | scsi_transport_sas.h | 81 #define dev_to_phy(d) \ argument 97 #define dev_to_rphy(d) \ argument 153 #define dev_to_sas_port(d) \ argument
|