/drivers/dma/ |
D | txx9dmac.c | 27 static struct txx9dmac_cregs __iomem *__dma_regs(const struct txx9dmac_chan *dc) in __dma_regs() 33 const struct txx9dmac_chan *dc) in __dma_regs32() 38 #define channel64_readq(dc, name) \ argument 40 #define channel64_writeq(dc, name, val) \ argument 42 #define channel64_readl(dc, name) \ argument 44 #define channel64_writel(dc, name, val) \ argument 47 #define channel32_readl(dc, name) \ argument 49 #define channel32_writel(dc, name, val) \ argument 52 #define channel_readq(dc, name) channel64_readq(dc, name) argument 53 #define channel_writeq(dc, name, val) channel64_writeq(dc, name, val) argument [all …]
|
D | txx9dmac.h | 196 static inline bool is_dmac64(const struct txx9dmac_chan *dc) in is_dmac64() 240 static inline bool txx9dmac_chan_INTENT(struct txx9dmac_chan *dc) in txx9dmac_chan_INTENT() 245 static inline void txx9dmac_chan_set_INTENT(struct txx9dmac_chan *dc) in txx9dmac_chan_set_INTENT() 255 static inline void txx9dmac_chan_set_SMPCHN(struct txx9dmac_chan *dc) in txx9dmac_chan_set_SMPCHN() 268 static inline bool txx9dmac_chan_INTENT(struct txx9dmac_chan *dc) in txx9dmac_chan_INTENT() 273 static void txx9dmac_chan_set_INTENT(struct txx9dmac_chan *dc) in txx9dmac_chan_set_INTENT() 286 static inline void txx9dmac_chan_set_SMPCHN(struct txx9dmac_chan *dc) in txx9dmac_chan_set_SMPCHN()
|
D | tegra20-apb-dma.c | 257 static inline struct tegra_dma_channel *to_tegra_dma_chan(struct dma_chan *dc) in to_tegra_dma_chan() 345 static int tegra_dma_slave_config(struct dma_chan *dc, in tegra_dma_slave_config() 719 static void tegra_dma_issue_pending(struct dma_chan *dc) in tegra_dma_issue_pending() 746 static int tegra_dma_terminate_all(struct dma_chan *dc) in tegra_dma_terminate_all() 799 static enum dma_status tegra_dma_tx_status(struct dma_chan *dc, in tegra_dma_tx_status() 938 struct dma_chan *dc, struct scatterlist *sgl, unsigned int sg_len, in tegra_dma_prep_slave_sg() 1052 struct dma_chan *dc, dma_addr_t buf_addr, size_t buf_len, in tegra_dma_prep_dma_cyclic() 1180 static int tegra_dma_alloc_chan_resources(struct dma_chan *dc) in tegra_dma_alloc_chan_resources() 1194 static void tegra_dma_free_chan_resources(struct dma_chan *dc) in tegra_dma_free_chan_resources()
|
/drivers/gpu/drm/tegra/ |
D | dc.c | 92 static u32 tegra_dc_readl_active(struct tegra_dc *dc, unsigned long offset) in tegra_dc_readl_active() 119 void tegra_dc_commit(struct tegra_dc *dc) in tegra_dc_commit() 240 static void tegra_dc_setup_window(struct tegra_dc *dc, unsigned int index, in tegra_dc_setup_window() 517 struct tegra_dc *dc = to_tegra_dc(state->crtc); in tegra_plane_atomic_check() local 562 struct tegra_dc *dc = to_tegra_dc(plane->state->crtc); in tegra_plane_atomic_update() local 603 struct tegra_dc *dc; in tegra_plane_atomic_disable() local 634 struct tegra_dc *dc) in tegra_dc_primary_plane_create() 712 struct tegra_dc *dc = to_tegra_dc(plane->state->crtc); in tegra_cursor_atomic_update() local 773 struct tegra_dc *dc; in tegra_cursor_atomic_disable() local 805 struct tegra_dc *dc) in tegra_dc_cursor_plane_create() [all …]
|
D | rgb.c | 20 struct tegra_dc *dc; member 80 static void tegra_dc_write_regs(struct tegra_dc *dc, in tegra_dc_write_regs() 178 struct tegra_dc *dc = to_tegra_dc(conn_state->crtc); in tegra_rgb_encoder_atomic_check() local 219 int tegra_dc_rgb_probe(struct tegra_dc *dc) in tegra_dc_rgb_probe() 264 int tegra_dc_rgb_remove(struct tegra_dc *dc) in tegra_dc_rgb_remove() 275 int tegra_dc_rgb_init(struct drm_device *drm, struct tegra_dc *dc) in tegra_dc_rgb_init() 314 int tegra_dc_rgb_exit(struct tegra_dc *dc) in tegra_dc_rgb_exit()
|
/drivers/scsi/esas2r/ |
D | esas2r_disc.c | 291 struct esas2r_disc_context *dc = &a->disc_ctx; in esas2r_disc_queue_event() local 314 struct esas2r_disc_context *dc = &a->disc_ctx; in esas2r_disc_start_port() local 389 struct esas2r_disc_context *dc = in esas2r_disc_continue() local 505 struct esas2r_disc_context *dc = in esas2r_disc_abort() local 520 struct esas2r_disc_context *dc = in esas2r_disc_block_dev_scan() local 551 struct esas2r_disc_context *dc = in esas2r_disc_block_dev_scan_cb() local 580 struct esas2r_disc_context *dc = in esas2r_disc_raid_grp_info() local 627 struct esas2r_disc_context *dc = in esas2r_disc_raid_grp_info_cb() local 690 struct esas2r_disc_context *dc = in esas2r_disc_part_info() local 742 struct esas2r_disc_context *dc = in esas2r_disc_part_info_cb() local [all …]
|
D | esas2r_targdb.c | 120 struct esas2r_disc_context * in esas2r_targ_db_add_raid() 173 struct esas2r_disc_context *dc, in esas2r_targ_db_add_pthru()
|
/drivers/md/bcache/ |
D | writeback.c | 21 static void __update_writeback_rate(struct cached_dev *dc) in __update_writeback_rate() 75 struct cached_dev *dc = container_of(to_delayed_work(work), in update_writeback_rate() local 91 static unsigned writeback_delay(struct cached_dev *dc, unsigned sectors) in writeback_delay() 102 struct cached_dev *dc; member 132 struct cached_dev *dc = io->dc; in write_dirty_finish() local 217 static void read_dirty(struct cached_dev *dc) in read_dirty() 327 struct cached_dev *dc = container_of(buf, struct cached_dev, writeback_keys); in dirty_pred() local 334 static void refill_full_stripes(struct cached_dev *dc) in refill_full_stripes() 383 static bool refill_dirty(struct cached_dev *dc) in refill_dirty() 423 struct cached_dev *dc = arg; in bch_writeback_thread() local [all …]
|
D | request.c | 29 static unsigned cache_mode(struct cached_dev *dc, struct bio *bio) in cache_mode() 34 static bool verify(struct cached_dev *dc, struct bio *bio) in verify() 364 static struct hlist_head *iohash(struct cached_dev *dc, uint64_t k) in iohash() 369 static bool check_should_bypass(struct cached_dev *dc, struct bio *bio) in check_should_bypass() 682 struct cached_dev *dc = container_of(s->d, struct cached_dev, disk); in cached_dev_bio_complete() local 738 struct cached_dev *dc = container_of(s->d, struct cached_dev, disk); in cached_dev_read_done() local 778 struct cached_dev *dc = container_of(s->d, struct cached_dev, disk); in cached_dev_read_done_bh() local 797 struct cached_dev *dc = container_of(s->d, struct cached_dev, disk); in cached_dev_cache_miss() local 866 static void cached_dev_read(struct cached_dev *dc, struct search *s) in cached_dev_read() 879 struct cached_dev *dc = container_of(s->d, struct cached_dev, disk); in cached_dev_write_complete() local [all …]
|
D | super.c | 203 struct cached_dev *dc = bio->bi_private; in write_bdev_super_endio() local 246 struct cached_dev *dc = container_of(cl, struct cached_dev, sb_write); in bch_write_bdev_super_unlock() local 251 void bch_write_bdev_super(struct cached_dev *dc, struct closure *parent) in bch_write_bdev_super() 829 struct cached_dev *dc; in calc_cached_dev_sectors() local 837 void bch_cached_dev_run(struct cached_dev *dc) in bch_cached_dev_run() 883 struct cached_dev *dc = container_of(w, struct cached_dev, detach); in cached_dev_detach_finish() local 920 void bch_cached_dev_detach(struct cached_dev *dc) in bch_cached_dev_detach() 940 int bch_cached_dev_attach(struct cached_dev *dc, struct cache_set *c, in bch_cached_dev_attach() 1066 struct cached_dev *dc = container_of(kobj, struct cached_dev, in bch_cached_dev_release() local 1074 struct cached_dev *dc = container_of(cl, struct cached_dev, disk.cl); in cached_dev_free() local [all …]
|
D | writeback.h | 43 static inline bool bcache_dev_stripe_dirty(struct cached_dev *dc, in bcache_dev_stripe_dirty() 61 static inline bool should_writeback(struct cached_dev *dc, struct bio *bio, in should_writeback() 83 static inline void bch_writeback_queue(struct cached_dev *dc) in bch_writeback_queue() 89 static inline void bch_writeback_add(struct cached_dev *dc) in bch_writeback_add()
|
D | stats.c | 201 struct cached_dev *dc = container_of(d, struct cached_dev, disk); in bch_mark_cache_accounting() local 208 struct cached_dev *dc = container_of(d, struct cached_dev, disk); in bch_mark_cache_readahead() local 215 struct cached_dev *dc = container_of(d, struct cached_dev, disk); in bch_mark_cache_miss_collision() local 220 void bch_mark_sectors_bypassed(struct cache_set *c, struct cached_dev *dc, in bch_mark_sectors_bypassed()
|
D | sysfs.c | 111 struct cached_dev *dc = container_of(kobj, struct cached_dev, in SHOW() local 192 struct cached_dev *dc = container_of(kobj, struct cached_dev, in STORE() local 295 struct cached_dev *dc = container_of(kobj, struct cached_dev, in STORE() local
|
D | debug.h | 20 static inline void bch_data_verify(struct cached_dev *dc, struct bio *bio) {} in bch_data_verify()
|
/drivers/md/ |
D | dm-delay.c | 49 struct delay_c *dc = (struct delay_c *)data; in handle_delayed_timer() local 54 static void queue_timeout(struct delay_c *dc, unsigned long expires) in queue_timeout() 76 static struct bio *flush_delayed_bios(struct delay_c *dc, int flush_all) in flush_delayed_bios() 114 struct delay_c *dc; in flush_expired_bios() local 130 struct delay_c *dc; in delay_ctr() local 223 struct delay_c *dc = ti->private; in delay_dtr() local 236 static int delay_bio(struct delay_c *dc, int delay, struct bio *bio) in delay_bio() 267 struct delay_c *dc = ti->private; in delay_presuspend() local 276 struct delay_c *dc = ti->private; in delay_resume() local 283 struct delay_c *dc = ti->private; in delay_map() local [all …]
|
/drivers/gpu/drm/atmel-hlcdc/ |
D | atmel_hlcdc_dc.c | 346 int atmel_hlcdc_dc_mode_valid(struct atmel_hlcdc_dc *dc, in atmel_hlcdc_dc_mode_valid() 378 struct atmel_hlcdc_dc *dc = dev->dev_private; in atmel_hlcdc_dc_irq_handler() local 412 struct atmel_hlcdc_dc *dc = dev->dev_private; in atmel_hlcdc_fb_output_poll_changed() local 434 struct atmel_hlcdc_dc *dc = dev->dev_private; in atmel_hlcdc_dc_modeset_init() local 485 struct atmel_hlcdc_dc *dc; in atmel_hlcdc_dc_load() local 562 struct atmel_hlcdc_dc *dc = dev->dev_private; in atmel_hlcdc_dc_unload() local 628 struct atmel_hlcdc_dc *dc = dev->dev_private; in atmel_hlcdc_dc_lastclose() local 635 struct atmel_hlcdc_dc *dc = dev->dev_private; in atmel_hlcdc_dc_irq_postinstall() local 652 struct atmel_hlcdc_dc *dc = dev->dev_private; in atmel_hlcdc_dc_irq_uninstall() local 662 struct atmel_hlcdc_dc *dc = dev->dev_private; in atmel_hlcdc_dc_enable_vblank() local [all …]
|
D | atmel_hlcdc_output.c | 52 struct atmel_hlcdc_dc *dc; member 231 struct atmel_hlcdc_dc *dc = dev->dev_private; in atmel_hlcdc_create_panel_output() local
|
D | atmel_hlcdc_crtc.c | 45 struct atmel_hlcdc_dc *dc; member 338 struct atmel_hlcdc_dc *dc = dev->dev_private; in atmel_hlcdc_crtc_create() local
|
/drivers/tty/ |
D | nozomi.c | 369 struct nozomi *dc; member 526 static void nozomi_setup_memory(struct nozomi *dc) in nozomi_setup_memory() 609 static void dump_table(const struct nozomi *dc) in dump_table() 651 static inline void dump_table(const struct nozomi *dc) { } in dump_table() 658 static int nozomi_read_config_table(struct nozomi *dc) in nozomi_read_config_table() 730 static void enable_transmit_ul(enum port_type port, struct nozomi *dc) in enable_transmit_ul() 743 static void disable_transmit_ul(enum port_type port, struct nozomi *dc) in disable_transmit_ul() 757 static void enable_transmit_dl(enum port_type port, struct nozomi *dc) in enable_transmit_dl() 770 static void disable_transmit_dl(enum port_type port, struct nozomi *dc) in disable_transmit_dl() 787 static int send_data(enum port_type index, struct nozomi *dc) in send_data() [all …]
|
/drivers/gpu/ipu-v3/ |
D | ipu-dc.c | 120 static void dc_link_event(struct ipu_dc *dc, int event, int addr, int priority) in dc_link_event() 130 static void dc_write_tmpl(struct ipu_dc *dc, int word, u32 opcode, u32 operand, in dc_write_tmpl() 170 int ipu_dc_init_sync(struct ipu_dc *dc, struct ipu_di *di, bool interlaced, in ipu_dc_init_sync() 256 void ipu_dc_enable_channel(struct ipu_dc *dc) in ipu_dc_enable_channel() 271 struct ipu_dc *dc = dev_id; in dc_irq_handler() local 284 void ipu_dc_disable_channel(struct ipu_dc *dc) in ipu_dc_disable_channel() 358 struct ipu_dc *dc; in ipu_dc_get() local 380 void ipu_dc_put(struct ipu_dc *dc) in ipu_dc_put()
|
/drivers/infiniband/hw/qib/ |
D | qib_diag.c | 80 struct qib_diag_client *dc; in get_client() local 102 static void return_client(struct qib_diag_client *dc) in return_client() 185 struct qib_diag_client *dc; in qib_diag_remove() local 512 struct qib_diag_client *dc; in qib_diag_open() local 766 struct qib_diag_client *dc = fp->private_data; in qib_diag_read() local 843 struct qib_diag_client *dc = fp->private_data; in qib_diag_write() local
|
/drivers/misc/mic/card/ |
D | mic_virtio.c | 52 struct mic_device_ctrl __iomem *dc; member 160 struct mic_device_ctrl __iomem *dc = mvdev->dc; in mic_reset_inform_host() local 317 struct mic_device_ctrl __iomem *dc = mvdev->dc; in mic_find_vqs() local 466 struct mic_device_ctrl __iomem *dc in mic_handle_config_change() local 485 struct mic_device_ctrl __iomem *dc in mic_remove_device() local 520 struct mic_device_ctrl __iomem *dc; in mic_scan_devices() local
|
/drivers/usb/musb/ |
D | musb_cppi41.c | 29 struct dma_chan *dc; member 151 struct dma_chan *dc = cppi41_channel->dc; in cppi41_trans_done() local 390 struct dma_chan *dc = cppi41_channel->dc; in cppi41_configure_channel() local 617 struct dma_chan *dc; in cppi41_release_all_dma_chans() local 650 struct dma_chan *dc; in cppi41_dma_controller_start() local
|
/drivers/net/wireless/libertas/ |
D | if_spi.h | 85 #define IF_SPI_DEVICEID_CTRL_REG_TO_CARD_ID(dc) ((dc & 0xffff0000)>>16) argument 86 #define IF_SPI_DEVICEID_CTRL_REG_TO_CARD_REV(dc) (dc & 0x000000ff) argument
|
/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
D | dp.h | 20 u8 dc; member
|