Home
last modified time | relevance | path

Searched defs:d (Results 1 – 25 of 72) sorted by relevance

123

/include/acpi/platform/
Dacenv.h249 #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/
Dirq.h189 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 …]
Dvt_buffer.h24 #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()
Ddio.h250 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()
Dsuperhyway.h60 #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
Disa.h29 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()
Dsa11x0-dma.h18 static inline bool sa11x0_dma_filter_fn(struct dma_chan *c, void *d) in sa11x0_dma_filter_fn()
Ddelayacct.h97 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()
Dpcieport_if.h32 #define to_pcie_device(d) container_of(d, struct pcie_device, device) argument
62 #define to_service_driver(d) \ argument
Dclkdev.h27 #define CLKDEV_INIT(d, n, c) \ argument
Dmpi.h55 mpi_limb_t *d; /* array with the limbs */ member
Dparport_pc.h62 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()
Dlglock.h46 #define LOCKDEP_INIT_MAP(a, b, c, d) argument
/include/linux/amba/
Dbus.h55 #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/
Ddma-mapping-broken.h19 #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
Ddma-mapping-common.h174 #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/
Dcomposite.h377 #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
Dlangwell_udc.h62 #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/
Dsdio_func.h79 #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/
Dacpi_bus.h160 #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/
Dumc.h73 #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/
Dip_set_ahash.h291 #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/
Ddoc2000.h96 #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/
Drfcomm.h246 #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/
Dscsi_transport_sas.h82 #define dev_to_phy(d) \ argument
98 #define dev_to_rphy(d) \ argument
156 #define dev_to_sas_port(d) \ argument

123