Home
last modified time | relevance | path

Searched defs:sdd (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/spi/
H A Dspi-s3c64xx.c115 #define TX_FIFO_LVL(v, sdd) (((v) & (sdd)->tx_fifomask) >> \ argument
117 #define RX_FIFO_LVL(v, sdd) (((v) & (sdd)->rx_fifomask) >> \ argument
229 static void s3c64xx_flush_fifo(struct s3c64xx_spi_driver_data *sdd) in s3c64xx_flush_fifo()
279 struct s3c64xx_spi_driver_data *sdd; in s3c64xx_spi_dmacb() local
308 struct s3c64xx_spi_driver_data *sdd; in s3c64xx_prepare_dma() local
357 struct s3c64xx_spi_driver_data *sdd = in s3c64xx_spi_set_cs() local
382 struct s3c64xx_spi_driver_data *sdd = spi_controller_get_devdata(spi); in s3c64xx_spi_prepare_transfer() local
412 struct s3c64xx_spi_driver_data *sdd = spi_controller_get_devdata(spi); in s3c64xx_spi_unprepare_transfer() local
432 struct s3c64xx_spi_driver_data *sdd = spi_controller_get_devdata(host); in s3c64xx_spi_can_dma() local
464 static void s3c64xx_iowrite_rep(const struct s3c64xx_spi_driver_data *sdd, in s3c64xx_iowrite_rep()
[all …]
/linux/kernel/sched/
H A Dtopology.c914 struct sd_data *sdd = sd->private; in build_balance_mask() local
975 struct sd_data *sdd = sd->private; in init_overlap_sched_group() local
1030 struct sd_data *sdd = sd->private; in build_overlap_sched_groups() local
1190 static struct sched_group *get_group(int cpu, struct sd_data *sdd) in get_group()
1239 struct sd_data *sdd = sd->private; in build_sched_groups() local
1575 struct sd_data *sdd = sd->private; in claim_allocations() local
1630 struct sd_data *sdd = &tl->data; in sd_init() local
2255 struct sd_data *sdd = &tl->data; in __sdt_alloc() local
2322 struct sd_data *sdd = &tl->data; in __sdt_free() local
/linux/drivers/net/wireless/st/cw1200/
H A Dcw1200.h122 const struct firmware *sdd; member