Home
last modified time | relevance | path

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

1234

/include/linux/
Dirq.h221 #define __irqd_to_state(d) ACCESS_PRIVATE((d)->common, state_use_accessors) argument
223 static inline bool irqd_is_setaffinity_pending(struct irq_data *d) in irqd_is_setaffinity_pending()
228 static inline bool irqd_is_per_cpu(struct irq_data *d) in irqd_is_per_cpu()
233 static inline bool irqd_can_balance(struct irq_data *d) in irqd_can_balance()
238 static inline bool irqd_affinity_was_set(struct irq_data *d) in irqd_affinity_was_set()
243 static inline void irqd_mark_affinity_was_set(struct irq_data *d) in irqd_mark_affinity_was_set()
248 static inline u32 irqd_get_trigger_type(struct irq_data *d) in irqd_get_trigger_type()
256 static inline void irqd_set_trigger_type(struct irq_data *d, u32 type) in irqd_set_trigger_type()
262 static inline bool irqd_is_level_type(struct irq_data *d) in irqd_is_level_type()
267 static inline bool irqd_is_wakeup_set(struct irq_data *d) in irqd_is_wakeup_set()
[all …]
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()
Dvt_buffer.h36 static inline void scr_memcpyw(u16 *d, const u16 *s, unsigned int count) in scr_memcpyw()
45 static inline void scr_memmovew(u16 *d, const u16 *s, unsigned int count) in scr_memmovew()
Domap-gpmc.h83 static inline int gpmc_nand_init(struct omap_nand_platform_data *d, in gpmc_nand_init()
94 static inline int gpmc_onenand_init(struct omap_onenand_platform_data *d) in gpmc_onenand_init()
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.h30 static inline int isa_register_driver(struct isa_driver *d, unsigned int i) in isa_register_driver()
35 static inline void isa_unregister_driver(struct isa_driver *d) in isa_unregister_driver()
Dspmi.h53 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()
Dsunxi-rsb.h36 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()
Dmdio.h41 #define to_mdio_device(d) container_of(d, struct mdio_device, dev) argument
49 #define to_mdio_common_driver(d) \ argument
65 #define to_mdio_driver(d) \ argument
Domap-dmaengine.h16 static inline bool omap_dma_filter_fn(struct dma_chan *c, void *d) in omap_dma_filter_fn()
Dsa11x0-dma.h18 static inline bool sa11x0_dma_filter_fn(struct dma_chan *c, void *d) in sa11x0_dma_filter_fn()
Drio_regs.h271 #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
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.h34 #define to_pcie_device(d) container_of(d, struct pcie_device, device) argument
64 #define to_service_driver(d) \ argument
Dclkdev.h29 #define CLKDEV_INIT(d, n, c) \ argument
/include/linux/amba/
Dbus.h66 #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/
Ddriver.h22 #define to_ulpi_dev(d) container_of(d, struct ulpi, dev) argument
48 #define to_ulpi_driver(d) container_of(d, struct ulpi_driver, driver) argument
/include/linux/uwb/
Dumc.h73 #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/trace/events/
Dandroid_fs.h43 struct dentry *d; in android_fstrace_get_pathname() local
/include/uapi/linux/
Dkernel.h12 #define __KERNEL_DIV_ROUND_UP(n, d) (((n) + (d) - 1) / (d)) argument
Dbcache.h118 __u64 *d = (void *) k; in bkey_next() local
124 __u64 *d = (void *) k; in bkey_idx() local
204 __u64 d[SB_JOURNAL_BUCKETS]; /* journal buckets */ member
292 __u64 d[0]; member
357 __u64 d[0]; member
/include/acpi/
Dacpi_bus.h221 #define acpi_device_dir(d) ((d)->dir.entry) argument
253 #define acpi_device_bid(d) ((d)->pnp.bus_id) argument
254 #define acpi_device_adr(d) ((d)->pnp.bus_address) argument
256 #define acpi_device_uid(d) ((d)->pnp.unique_id) argument
257 #define acpi_device_name(d) ((d)->pnp.device_name) argument
258 #define acpi_device_class(d) ((d)->pnp.device_class) argument
435 static inline void *acpi_driver_data(struct acpi_device *d) in acpi_driver_data()
440 #define to_acpi_device(d) container_of(d, struct acpi_device, dev) argument
441 #define to_acpi_driver(d) container_of(d, struct acpi_driver, drv) argument
602 static inline int acpi_pm_device_sleep_state(struct device *d, int *p, int m) in acpi_pm_device_sleep_state()
/include/acpi/platform/
Dacgcc.h57 #define va_copy(d, s) __builtin_va_copy(d, s) 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
/include/net/bluetooth/
Drfcomm.h245 #define rfcomm_dlc_lock(d) mutex_lock(&d->lock) argument
246 #define rfcomm_dlc_unlock(d) mutex_unlock(&d->lock) argument
248 static inline void rfcomm_dlc_hold(struct rfcomm_dlc *d) in rfcomm_dlc_hold()
253 static inline void rfcomm_dlc_put(struct rfcomm_dlc *d) in rfcomm_dlc_put()
262 static inline void rfcomm_dlc_throttle(struct rfcomm_dlc *d) in rfcomm_dlc_throttle()
268 static inline void rfcomm_dlc_unthrottle(struct rfcomm_dlc *d) in rfcomm_dlc_unthrottle()

1234