/drivers/iommu/ |
D | msm_iommu_hw-8xxx.h | 38 #define GET_CONTEXT_FIELD(b, c, r, F) \ argument 43 #define SET_CONTEXT_FIELD(b, c, r, F, v) \ argument 134 #define SET_SCTLR(b, c, v) SET_CTX_REG(SCTLR, (b), (c), (v)) argument 135 #define SET_ACTLR(b, c, v) SET_CTX_REG(ACTLR, (b), (c), (v)) argument 136 #define SET_CONTEXTIDR(b, c, v) SET_CTX_REG(CONTEXTIDR, (b), (c), (v)) argument 137 #define SET_TTBR0(b, c, v) SET_CTX_REG(TTBR0, (b), (c), (v)) argument 138 #define SET_TTBR1(b, c, v) SET_CTX_REG(TTBR1, (b), (c), (v)) argument 139 #define SET_TTBCR(b, c, v) SET_CTX_REG(TTBCR, (b), (c), (v)) argument 140 #define SET_PAR(b, c, v) SET_CTX_REG(PAR, (b), (c), (v)) argument 141 #define SET_FSR(b, c, v) SET_CTX_REG(FSR, (b), (c), (v)) argument [all …]
|
/drivers/net/wan/ |
D | z85230.c | 126 static inline u8 read_zsreg(struct z8530_channel *c, u8 reg) in read_zsreg() 141 static inline u8 read_zsdata(struct z8530_channel *c) in read_zsdata() 160 static inline void write_zsreg(struct z8530_channel *c, u8 reg, u8 val) in write_zsreg() 176 static inline void write_zsctrl(struct z8530_channel *c, u8 val) in write_zsctrl() 190 static inline void write_zsdata(struct z8530_channel *c, u8 val) in write_zsdata() 276 static void z8530_flush_fifo(struct z8530_channel *c) in z8530_flush_fifo() 302 static void z8530_rtsdtr(struct z8530_channel *c, int set) in z8530_rtsdtr() 335 static void z8530_rx(struct z8530_channel *c) in z8530_rx() 409 static void z8530_tx(struct z8530_channel *c) in z8530_tx() 629 static void z8530_rx_clear(struct z8530_channel *c) in z8530_rx_clear() [all …]
|
/drivers/md/ |
D | dm-bufio.c | 148 struct dm_bufio_client *c; member 159 static inline int dm_bufio_cache_index(struct dm_bufio_client *c) in dm_bufio_cache_index() 168 #define DM_BUFIO_CACHE(c) (dm_bufio_caches[dm_bufio_cache_index(c)]) argument 169 #define DM_BUFIO_CACHE_NAME(c) (dm_bufio_cache_names[dm_bufio_cache_index(c)]) argument 173 static void dm_bufio_lock(struct dm_bufio_client *c) in dm_bufio_lock() 178 static int dm_bufio_trylock(struct dm_bufio_client *c) in dm_bufio_trylock() 183 static void dm_bufio_unlock(struct dm_bufio_client *c) in dm_bufio_unlock() 259 static struct dm_buffer *__find(struct dm_bufio_client *c, sector_t block) in __find() 276 static void __insert(struct dm_bufio_client *c, struct dm_buffer *b) in __insert() 298 static void __remove(struct dm_bufio_client *c, struct dm_buffer *b) in __remove() [all …]
|
/drivers/md/bcache/ |
D | super.c | 280 struct cache_set *c = container_of(cl, struct cache_set, sb_write); in bcache_write_super_unlock() local 285 void bcache_write_super(struct cache_set *c) in bcache_write_super() 322 struct cache_set *c = container_of(cl, struct cache_set, uuid_write); in uuid_endio() local 331 struct cache_set *c = container_of(cl, struct cache_set, uuid_write); in uuid_io_unlock() local 336 static void uuid_io(struct cache_set *c, unsigned long rw, in uuid_io() 376 static char *uuid_read(struct cache_set *c, struct jset *j, struct closure *cl) in uuid_read() 417 static int __uuid_write(struct cache_set *c) in __uuid_write() 437 int bch_uuid_write(struct cache_set *c) in bch_uuid_write() 447 static struct uuid_entry *uuid_find(struct cache_set *c, const char *uuid) in uuid_find() 459 static struct uuid_entry *uuid_find_empty(struct cache_set *c) in uuid_find_empty() [all …]
|
D | journal.c | 144 int bch_journal_read(struct cache_set *c, struct list_head *list) in bch_journal_read() 266 void bch_journal_mark(struct cache_set *c, struct list_head *list) in bch_journal_mark() 386 static void btree_flush_write(struct cache_set *c) in btree_flush_write() 487 static void journal_reclaim(struct cache_set *c) in journal_reclaim() 593 struct cache_set *c = container_of(cl, struct cache_set, journal.io); in journal_write_unlock() local 602 struct cache_set *c = container_of(cl, struct cache_set, journal.io); in journal_write_unlocked() local 681 struct cache_set *c = container_of(cl, struct cache_set, journal.io); in journal_write() local 687 static void journal_try_write(struct cache_set *c) in journal_try_write() 703 static struct journal_write *journal_wait_for_write(struct cache_set *c, in journal_wait_for_write() 759 struct cache_set *c = container_of(to_delayed_work(work), in journal_write_work() local [all …]
|
D | btree.c | 93 #define PTR_HASH(c, k) \ argument 136 #define btree_root(fn, c, op, ...) \ argument 178 void bkey_put(struct cache_set *c, struct bkey *k) in bkey_put() 557 #define mca_reserve(c) (((c->root && c->root->level) \ argument 559 #define mca_can_free(c) \ argument 600 static struct btree *mca_bucket_alloc(struct cache_set *c, in mca_bucket_alloc() 664 struct cache_set *c = container_of(shrink, struct cache_set, shrink); in bch_mca_scan() local 730 struct cache_set *c = container_of(shrink, struct cache_set, shrink); in bch_mca_count() local 741 void bch_btree_cache_free(struct cache_set *c) in bch_btree_cache_free() 783 int bch_btree_cache_alloc(struct cache_set *c) in bch_btree_cache_alloc() [all …]
|
D | debug.h | 13 #define expensive_debug_checks(c) ((c)->expensive_debug_checks) argument 14 #define key_merging_disabled(c) ((c)->key_merging_disabled) argument 22 #define expensive_debug_checks(c) 0 argument 23 #define key_merging_disabled(c) 0 argument 31 static inline void bch_debug_init_cache_set(struct cache_set *c) {} in bch_debug_init_cache_set()
|
D | sysfs.c | 195 struct cache_set *c; in STORE() local 423 static int bch_bset_print_stats(struct cache_set *c, char *buf) in bch_bset_print_stats() 449 static unsigned bch_root_usage(struct cache_set *c) in bch_root_usage() 473 static size_t bch_cache_size(struct cache_set *c) in bch_cache_size() 486 static unsigned bch_cache_max_chain(struct cache_set *c) in bch_cache_max_chain() 509 static unsigned bch_btree_used(struct cache_set *c) in bch_btree_used() 515 static unsigned bch_average_key_size(struct cache_set *c) in bch_average_key_size() 524 struct cache_set *c = container_of(kobj, struct cache_set, kobj); in SHOW() local 587 struct cache_set *c = container_of(kobj, struct cache_set, kobj); in STORE() local 676 struct cache_set *c = container_of(kobj, struct cache_set, internal); in SHOW() local [all …]
|
D | io.c | 16 void bch_bbio_free(struct bio *bio, struct cache_set *c) in bch_bbio_free() 22 struct bio *bch_bbio_alloc(struct cache_set *c) in bch_bbio_alloc() 35 void __bch_submit_bbio(struct bio *bio, struct cache_set *c) in __bch_submit_bbio() 46 void bch_submit_bbio(struct bio *bio, struct cache_set *c, in bch_submit_bbio() 108 void bch_bbio_count_io_errors(struct cache_set *c, struct bio *bio, in bch_bbio_count_io_errors() 137 void bch_bbio_endio(struct cache_set *c, struct bio *bio, in bch_bbio_endio()
|
/drivers/staging/most/mostcore/ |
D | core.c | 177 struct most_c_obj *c = mbo->context; in most_free_mbo_coherent() local 191 static void flush_channel_fifos(struct most_c_obj *c) in flush_channel_fifos() 225 static int flush_trash_fifo(struct most_c_obj *c) in flush_trash_fifo() 247 struct most_c_obj *c = to_c_obj(kobj); in most_channel_release() local 252 static ssize_t show_available_directions(struct most_c_obj *c, in show_available_directions() 267 static ssize_t show_available_datatypes(struct most_c_obj *c, in show_available_datatypes() 287 ssize_t show_number_of_packet_buffers(struct most_c_obj *c, in show_number_of_packet_buffers() 298 ssize_t show_number_of_stream_buffers(struct most_c_obj *c, in show_number_of_stream_buffers() 309 ssize_t show_size_of_packet_buffer(struct most_c_obj *c, in show_size_of_packet_buffer() 320 ssize_t show_size_of_stream_buffer(struct most_c_obj *c, in show_size_of_stream_buffer() [all …]
|
/drivers/usb/misc/sisusbvga/ |
D | sisusb_con.c | 76 #define sisusbcon_memmovew(d, s, c) memmove(d, s, c) argument 77 #define sisusbcon_memcpyw(d, s, c) memcpy(d, s, c) argument 86 sisusbcon_memsetw(u16 *s, u16 c, unsigned int count) in sisusbcon_memsetw() 107 sisusbcon_set_start_address(struct sisusb_usb_data *sisusb, struct vc_data *c) in sisusbcon_set_start_address() 188 sisusb_is_inactive(struct vc_data *c, struct sisusb_usb_data *sisusb) in sisusb_is_inactive() 207 sisusbcon_init(struct vc_data *c, int init) in sisusbcon_init() 273 sisusbcon_deinit(struct vc_data *c) in sisusbcon_deinit() 313 sisusbcon_build_attr(struct vc_data *c, u8 color, u8 intensity, in sisusbcon_build_attr() 370 sisusbcon_putc(struct vc_data *c, int ch, int y, int x) in sisusbcon_putc() 394 sisusbcon_putcs(struct vc_data *c, const unsigned short *s, in sisusbcon_putcs() [all …]
|
/drivers/video/console/ |
D | vgacon.c | 178 static inline void vga_set_mem_top(struct vc_data *c) in vga_set_mem_top() 183 static void vgacon_restore_screen(struct vc_data *c) in vgacon_restore_screen() 189 static int vgacon_scrolldelta(struct vc_data *c, int lines) in vgacon_scrolldelta() 420 static void vgacon_init(struct vc_data *c, int init) in vgacon_init() 462 static void vgacon_deinit(struct vc_data *c) in vgacon_deinit() 476 static u8 vgacon_build_attr(struct vc_data *c, u8 color, u8 intensity, in vgacon_build_attr() 508 static void vgacon_invert_region(struct vc_data *c, u16 * p, int count) in vgacon_invert_region() 559 static void vgacon_cursor(struct vc_data *c, int mode) in vgacon_cursor() 624 static int vgacon_doresize(struct vc_data *c, in vgacon_doresize() 686 static int vgacon_switch(struct vc_data *c) in vgacon_switch() [all …]
|
D | mdacon.c | 345 static void mdacon_init(struct vc_data *c, int init) in mdacon_init() 362 static void mdacon_deinit(struct vc_data *c) in mdacon_deinit() 387 static u8 mdacon_build_attr(struct vc_data *c, u8 color, u8 intensity, in mdacon_build_attr() 405 static void mdacon_invert_region(struct vc_data *c, u16 *p, int count) in mdacon_invert_region() 415 static void mdacon_putc(struct vc_data *c, int ch, int y, int x) in mdacon_putc() 420 static void mdacon_putcs(struct vc_data *c, const unsigned short *s, in mdacon_putcs() 430 static void mdacon_clear(struct vc_data *c, int y, int x, in mdacon_clear() 447 static void mdacon_bmove(struct vc_data *c, int sy, int sx, in mdacon_bmove() 479 static int mdacon_switch(struct vc_data *c) in mdacon_switch() 484 static int mdacon_set_palette(struct vc_data *c, unsigned char *table) in mdacon_set_palette() [all …]
|
/drivers/gpu/drm/atmel-hlcdc/ |
D | atmel_hlcdc_crtc.c | 57 static void atmel_hlcdc_crtc_mode_set_nofb(struct drm_crtc *c) in atmel_hlcdc_crtc_mode_set_nofb() 137 static void atmel_hlcdc_crtc_disable(struct drm_crtc *c) in atmel_hlcdc_crtc_disable() 176 static void atmel_hlcdc_crtc_enable(struct drm_crtc *c) in atmel_hlcdc_crtc_enable() 216 void atmel_hlcdc_crtc_suspend(struct drm_crtc *c) in atmel_hlcdc_crtc_suspend() 227 void atmel_hlcdc_crtc_resume(struct drm_crtc *c) in atmel_hlcdc_crtc_resume() 237 static int atmel_hlcdc_crtc_atomic_check(struct drm_crtc *c, in atmel_hlcdc_crtc_atomic_check() 248 static void atmel_hlcdc_crtc_atomic_begin(struct drm_crtc *c, in atmel_hlcdc_crtc_atomic_begin() 281 static void atmel_hlcdc_crtc_destroy(struct drm_crtc *c) in atmel_hlcdc_crtc_destroy() 289 void atmel_hlcdc_crtc_cancel_page_flip(struct drm_crtc *c, in atmel_hlcdc_crtc_cancel_page_flip() 321 void atmel_hlcdc_crtc_irq(struct drm_crtc *c) in atmel_hlcdc_crtc_irq()
|
/drivers/clk/ti/ |
D | autoidle.c | 48 struct clk_hw_omap *c; in omap2_clk_deny_idle() local 64 struct clk_hw_omap *c; in omap2_clk_allow_idle() local 108 struct clk_ti_autoidle *c; in _clk_generic_allow_autoidle_all() local 122 struct clk_ti_autoidle *c; in _clk_generic_deny_autoidle_all() local 181 struct clk_hw_omap *c; in omap2_init_clk_hw_omap_clocks() local 201 struct clk_hw_omap *c; in omap2_clk_enable_autoidle_all() local 223 struct clk_hw_omap *c; in omap2_clk_disable_autoidle_all() local
|
/drivers/dma/ |
D | omap-dma.c | 170 static inline struct omap_chan *to_omap_dma_chan(struct dma_chan *c) in to_omap_dma_chan() 244 static void omap_dma_chan_write(struct omap_chan *c, unsigned reg, unsigned val) in omap_dma_chan_write() 251 static unsigned omap_dma_chan_read(struct omap_chan *c, unsigned reg) in omap_dma_chan_read() 258 static void omap_dma_clear_csr(struct omap_chan *c) in omap_dma_clear_csr() 266 static unsigned omap_dma_get_csr(struct omap_chan *c) in omap_dma_get_csr() 276 static void omap_dma_assign(struct omap_dmadev *od, struct omap_chan *c, in omap_dma_assign() 284 static void omap_dma_start(struct omap_chan *c, struct omap_desc *d) in omap_dma_start() 302 static void omap_dma_stop(struct omap_chan *c) in omap_dma_stop() 363 static void omap_dma_start_sg(struct omap_chan *c, struct omap_desc *d, in omap_dma_start_sg() 388 static void omap_dma_start_desc(struct omap_chan *c) in omap_dma_start_desc() [all …]
|
/drivers/media/i2c/cx25840/ |
D | cx25840-ir.c | 113 struct i2c_client *c; member 344 static inline void control_tx_irq_watermark(struct i2c_client *c, in control_tx_irq_watermark() 350 static inline void control_rx_irq_watermark(struct i2c_client *c, in control_rx_irq_watermark() 356 static inline void control_tx_enable(struct i2c_client *c, bool enable) in control_tx_enable() 362 static inline void control_rx_enable(struct i2c_client *c, bool enable) in control_rx_enable() 368 static inline void control_tx_modulation_enable(struct i2c_client *c, in control_tx_modulation_enable() 375 static inline void control_rx_demodulation_enable(struct i2c_client *c, in control_rx_demodulation_enable() 382 static inline void control_rx_s_edge_detection(struct i2c_client *c, in control_rx_s_edge_detection() 389 static void control_rx_s_carrier_window(struct i2c_client *c, in control_rx_s_carrier_window() 415 static inline void control_tx_polarity_invert(struct i2c_client *c, in control_tx_polarity_invert() [all …]
|
/drivers/mtd/onenand/ |
D | omap2.c | 68 struct omap2_onenand *c = data; in omap2_onenand_dma_cb() local 75 struct omap2_onenand *c = dev_id; in omap2_onenand_interrupt() local 82 static inline unsigned short read_reg(struct omap2_onenand *c, int reg) in read_reg() 87 static inline void write_reg(struct omap2_onenand *c, unsigned short value, in write_reg() 108 struct omap2_onenand *c = container_of(mtd, struct omap2_onenand, mtd); in omap2_onenand_wait() local 300 struct omap2_onenand *c = container_of(mtd, struct omap2_onenand, mtd); in omap3_onenand_read_bufferram() local 378 struct omap2_onenand *c = container_of(mtd, struct omap2_onenand, mtd); in omap3_onenand_write_bufferram() local 469 struct omap2_onenand *c = container_of(mtd, struct omap2_onenand, mtd); in omap2_onenand_read_bufferram() local 514 struct omap2_onenand *c = container_of(mtd, struct omap2_onenand, mtd); in omap2_onenand_write_bufferram() local 577 struct omap2_onenand *c = dev_get_drvdata(&pdev->dev); in omap2_onenand_shutdown() local [all …]
|
/drivers/clocksource/ |
D | mmio.c | 18 static inline struct clocksource_mmio *to_mmio_clksrc(struct clocksource *c) in to_mmio_clksrc() 23 cycle_t clocksource_mmio_readl_up(struct clocksource *c) in clocksource_mmio_readl_up() 28 cycle_t clocksource_mmio_readl_down(struct clocksource *c) in clocksource_mmio_readl_down() 33 cycle_t clocksource_mmio_readw_up(struct clocksource *c) in clocksource_mmio_readw_up() 38 cycle_t clocksource_mmio_readw_down(struct clocksource *c) in clocksource_mmio_readw_down()
|
/drivers/dma/ioat/ |
D | sysfs.c | 29 static ssize_t cap_show(struct dma_chan *c, char *page) in cap_show() 43 static ssize_t version_show(struct dma_chan *c, char *page) in version_show() 74 struct dma_chan *c; in ioat_kobject_add() local 95 struct dma_chan *c; in ioat_kobject_del() local 107 static ssize_t ring_size_show(struct dma_chan *c, char *page) in ring_size_show() 115 static ssize_t ring_active_show(struct dma_chan *c, char *page) in ring_active_show()
|
/drivers/media/firewire/ |
D | firedtv-avc.c | 94 static inline void clear_operands(struct avc_command_frame *c, int from, int to) in clear_operands() 99 static void pad_operands(struct avc_command_frame *c, int from) in pad_operands() 340 struct avc_command_frame *c = (void *)fdtv->avc_data; in avc_tuner_tuneqpsk() local 421 struct avc_command_frame *c = (void *)fdtv->avc_data; in avc_tuner_dsd_dvb_c() local 489 struct avc_command_frame *c = (void *)fdtv->avc_data; in avc_tuner_dsd_dvb_t() local 590 struct avc_command_frame *c = (void *)fdtv->avc_data; in avc_tuner_dsd() local 629 struct avc_command_frame *c = (void *)fdtv->avc_data; in avc_tuner_set_pids() local 675 struct avc_command_frame *c = (void *)fdtv->avc_data; in avc_tuner_get_ts() local 715 struct avc_command_frame *c = (void *)fdtv->avc_data; in avc_identify_subunit() local 755 struct avc_command_frame *c = (void *)fdtv->avc_data; in avc_tuner_status() local [all …]
|
/drivers/spi/ |
D | spi-txx9.c | 87 static u32 txx9spi_rd(struct txx9spi *c, int reg) in txx9spi_rd() 91 static void txx9spi_wr(struct txx9spi *c, u32 val, int reg) in txx9spi_wr() 96 static void txx9spi_cs_func(struct spi_device *spi, struct txx9spi *c, in txx9spi_cs_func() 118 struct txx9spi *c = spi_master_get_devdata(spi->master); in txx9spi_setup() local 139 struct txx9spi *c = dev_id; in txx9spi_interrupt() local 148 static void txx9spi_work_one(struct txx9spi *c, struct spi_message *m) in txx9spi_work_one() 283 struct txx9spi *c = container_of(work, struct txx9spi, work); in txx9spi_work() local 304 struct txx9spi *c = spi_master_get_devdata(master); in txx9spi_transfer() local 327 struct txx9spi *c; in txx9spi_probe() local 413 struct txx9spi *c = spi_master_get_devdata(master); in txx9spi_remove() local
|
/drivers/mmc/host/ |
D | sdhci-acpi.c | 86 static inline bool sdhci_acpi_flag(struct sdhci_acpi_host *c, unsigned int flag) in sdhci_acpi_flag() 93 struct sdhci_acpi_host *c = sdhci_priv(host); in sdhci_acpi_enable_dma() local 253 struct sdhci_acpi_host *c = platform_get_drvdata(pdev); in sdhci_acpi_emmc_probe_slot() local 274 struct sdhci_acpi_host *c = platform_get_drvdata(pdev); in sdhci_acpi_sdio_probe_slot() local 290 struct sdhci_acpi_host *c = platform_get_drvdata(pdev); in sdhci_acpi_sd_probe_slot() local 400 struct sdhci_acpi_host *c; in sdhci_acpi_probe() local 507 struct sdhci_acpi_host *c = platform_get_drvdata(pdev); in sdhci_acpi_remove() local 531 struct sdhci_acpi_host *c = dev_get_drvdata(dev); in sdhci_acpi_suspend() local 538 struct sdhci_acpi_host *c = dev_get_drvdata(dev); in sdhci_acpi_resume() local 556 struct sdhci_acpi_host *c = dev_get_drvdata(dev); in sdhci_acpi_runtime_suspend() local [all …]
|
/drivers/gpu/drm/nouveau/include/nvif/ |
D | object.h | 38 #define nvif_rd(a,f,b,c) ({ \ argument 47 #define nvif_wr(a,f,b,c,d) ({ \ argument 57 #define nvif_wr08(a,b,c) nvif_wr((a), iowrite8, 1, (b), (u8)(c)) argument 58 #define nvif_wr16(a,b,c) nvif_wr((a), iowrite16_native, 2, (b), (u16)(c)) argument 59 #define nvif_wr32(a,b,c) nvif_wr((a), iowrite32_native, 4, (b), (u32)(c)) argument 60 #define nvif_mask(a,b,c,d) ({ \ argument 67 #define nvif_mthd(a,b,c,d) nvif_object_mthd((a), (b), (c), (d)) argument
|
/drivers/media/common/siano/ |
D | smsdvb-main.c | 132 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in smsdvb_stats_not_ready() local 227 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in smsdvb_update_tx_params() local 244 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in smsdvb_update_per_slices() local 284 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in smsdvb_update_dvb_stats() local 336 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in smsdvb_update_isdbt_stats() local 432 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in smsdvb_update_isdbt_stats_ex() local 523 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in smsdvb_onresponse() local 789 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in smsdvb_read_signal_strength() local 812 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in smsdvb_read_snr() local 831 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in smsdvb_read_ucblocks() local [all …]
|