/linux-5.10/drivers/spi/ |
D | spi-pxa2xx-pci.c | 74 static int lpss_spi_setup(struct pci_dev *dev, struct pxa_spi_info *c) in lpss_spi_setup() 103 static int mrfld_spi_setup(struct pci_dev *dev, struct pxa_spi_info *c) in mrfld_spi_setup() 205 struct pxa_spi_info *c; in pxa2xx_spi_pci_probe() local
|
/linux-5.10/arch/s390/include/asm/ |
D | string.h | 73 #define memset(s, c, n) __memset(s, c, n) argument 108 static inline void *memchr(const void * s, int c, size_t n) in memchr() 125 static inline void *memscan(void *s, int c, size_t n) in memscan()
|
/linux-5.10/drivers/input/serio/ |
D | xilinx_ps2.c | 108 u8 c; in xps2_interrupt() local 155 static int sxps2_write(struct serio *pserio, unsigned char c) in sxps2_write() 186 u8 c; in sxps2_open() local
|
/linux-5.10/drivers/media/platform/omap3isp/ |
D | isphist.c | 66 int c; in hist_setup_regs() local 307 int c; in hist_validate_params() local 364 int c; in hist_comp_params() local
|
/linux-5.10/arch/alpha/include/asm/ |
D | mmu_context.h | 220 # define switch_mm(a,b,c) alpha_mv.mv_switch_mm((a),(b),(c)) argument 224 # define switch_mm(a,b,c) ev4_switch_mm((a),(b),(c)) argument 227 # define switch_mm(a,b,c) ev5_switch_mm((a),(b),(c)) argument
|
/linux-5.10/drivers/net/wireless/ath/ath9k/ |
D | debug.h | 28 #define TX_STAT_INC(sc, q, c) do { (sc)->debug.stats.txstats[q].c++; } while (0) argument 29 #define RX_STAT_INC(sc, c) do { (sc)->debug.stats.rxstats.c++; } while (0) argument 31 #define ANT_STAT_INC(sc, i, c) do { (sc)->debug.stats.ant_stats[i].c++; } while (0) argument 32 #define ANT_LNA_INC(sc, i, c) do { (sc)->debug.stats.ant_stats[i].lna_recv_cnt[c]++; } while (0) argument 34 #define TX_STAT_INC(sc, q, c) do { (void)(sc); } while (0) argument 35 #define RX_STAT_INC(sc, c) do { (void)(sc); } while (0) argument 37 #define ANT_STAT_INC(sc, i, c) do { (void)(sc); } while (0) argument 38 #define ANT_LNA_INC(sc, i, c) do { (void)(sc); } while (0) argument
|
/linux-5.10/arch/x86/kernel/cpu/ |
D | cacheinfo.c | 628 static int find_num_cache_leaves(struct cpuinfo_x86 *c) in find_num_cache_leaves() 649 void cacheinfo_amd_init_llc_id(struct cpuinfo_x86 *c, int cpu, u8 node_id) in cacheinfo_amd_init_llc_id() 687 void cacheinfo_hygon_init_llc_id(struct cpuinfo_x86 *c, int cpu, u8 node_id) in cacheinfo_hygon_init_llc_id() 703 void init_amd_cacheinfo(struct cpuinfo_x86 *c) in init_amd_cacheinfo() 716 void init_hygon_cacheinfo(struct cpuinfo_x86 *c) in init_hygon_cacheinfo() 721 void init_intel_cacheinfo(struct cpuinfo_x86 *c) in init_intel_cacheinfo() 941 struct cpuinfo_x86 *c = &cpu_data(cpu); in __cache_cpumap_setup() local 1008 struct cpuinfo_x86 *c = &cpu_data(cpu); in get_cache_id() local
|
/linux-5.10/arch/mips/mm/ |
D | c-r4k.c | 1052 static inline int alias_74k_erratum(struct cpuinfo_mips *c) in alias_74k_erratum() 1107 struct cpuinfo_mips *c = ¤t_cpu_data; in probe_pcache() local 1511 struct cpuinfo_mips *c = ¤t_cpu_data; in probe_vcache() local 1545 struct cpuinfo_mips *c = ¤t_cpu_data; in probe_scache() local 1598 struct cpuinfo_mips *c = ¤t_cpu_data; in loongson2_sc_init() local 1614 struct cpuinfo_mips *c = ¤t_cpu_data; in loongson3_sc_init() local 1651 struct cpuinfo_mips *c = ¤t_cpu_data; in setup_scache() local 1865 struct cpuinfo_mips *c = ¤t_cpu_data; in r4k_cache_init() local
|
D | uasm-mips.c | 32 #define M(a, b, c, d, e, f) \ argument 41 #define M6(a, b, c, d, e) \ argument
|
/linux-5.10/drivers/dma/ |
D | dma-axi-dmac.c | 156 static struct axi_dmac_chan *to_axi_dmac_chan(struct dma_chan *c) in to_axi_dmac_chan() 435 static int axi_dmac_terminate_all(struct dma_chan *c) in axi_dmac_terminate_all() 454 static void axi_dmac_synchronize(struct dma_chan *c) in axi_dmac_synchronize() 461 static void axi_dmac_issue_pending(struct dma_chan *c) in axi_dmac_issue_pending() 536 struct dma_chan *c, struct scatterlist *sgl, in axi_dmac_prep_slave_sg() 577 struct dma_chan *c, dma_addr_t buf_addr, size_t buf_len, in axi_dmac_prep_dma_cyclic() 611 struct dma_chan *c, struct dma_interleaved_template *xt, in axi_dmac_prep_interleaved() 681 static void axi_dmac_free_chan_resources(struct dma_chan *c) in axi_dmac_free_chan_resources()
|
D | stm32-mdma.c | 290 static struct stm32_mdma_chan *to_stm32_mdma_chan(struct dma_chan *c) in to_stm32_mdma_chan() 780 stm32_mdma_prep_slave_sg(struct dma_chan *c, struct scatterlist *sgl, in stm32_mdma_prep_slave_sg() 820 stm32_mdma_prep_dma_cyclic(struct dma_chan *c, dma_addr_t buf_addr, in stm32_mdma_prep_dma_cyclic() 911 stm32_mdma_prep_dma_memcpy(struct dma_chan *c, dma_addr_t dest, dma_addr_t src, in stm32_mdma_prep_dma_memcpy() 1167 static void stm32_mdma_issue_pending(struct dma_chan *c) in stm32_mdma_issue_pending() 1186 static int stm32_mdma_pause(struct dma_chan *c) in stm32_mdma_pause() 1202 static int stm32_mdma_resume(struct dma_chan *c) in stm32_mdma_resume() 1239 static int stm32_mdma_terminate_all(struct dma_chan *c) in stm32_mdma_terminate_all() 1260 static void stm32_mdma_synchronize(struct dma_chan *c) in stm32_mdma_synchronize() 1267 static int stm32_mdma_slave_config(struct dma_chan *c, in stm32_mdma_slave_config() [all …]
|
D | hisi_dma.c | 111 static inline struct hisi_dma_chan *to_hisi_dma_chan(struct dma_chan *c) in to_hisi_dma_chan() 221 static void hisi_dma_free_chan_resources(struct dma_chan *c) in hisi_dma_free_chan_resources() 242 hisi_dma_prep_dma_memcpy(struct dma_chan *c, dma_addr_t dst, dma_addr_t src, in hisi_dma_prep_dma_memcpy() 260 hisi_dma_tx_status(struct dma_chan *c, dma_cookie_t cookie, in hisi_dma_tx_status() 300 static void hisi_dma_issue_pending(struct dma_chan *c) in hisi_dma_issue_pending() 313 static int hisi_dma_terminate_all(struct dma_chan *c) in hisi_dma_terminate_all() 337 static void hisi_dma_synchronize(struct dma_chan *c) in hisi_dma_synchronize()
|
/linux-5.10/drivers/memory/ |
D | renesas-rpc-if.c | 51 #define RPCIF_DRCMR_CMD(c) (((c) & 0xFF) << 16) argument 52 #define RPCIF_DRCMR_OCMD(c) (((c) & 0xFF) << 0) argument 55 #define RPCIF_DREAR_EAV(c) (((c) & 0xF) << 16) argument 56 #define RPCIF_DREAR_EAC(c) (((c) & 0x7) << 0) argument 79 #define RPCIF_SMCMR_CMD(c) (((c) & 0xFF) << 16) argument 80 #define RPCIF_SMCMR_OCMD(c) (((c) & 0xFF) << 0) argument
|
/linux-5.10/fs/jffs2/ |
D | summary.h | 201 #define jffs2_sum_add_kvec(a,b,c,d) (0) argument 205 #define jffs2_sum_add_inode_mem(a,b,c) argument 206 #define jffs2_sum_add_dirent_mem(a,b,c) argument 207 #define jffs2_sum_add_xattr_mem(a,b,c) argument 208 #define jffs2_sum_add_xref_mem(a,b,c) argument 209 #define jffs2_sum_scan_sumnode(a,b,c,d,e) (0) argument
|
/linux-5.10/fs/overlayfs/ |
D | copy_up.c | 449 static int ovl_link_up(struct ovl_copy_up_ctx *c) in ovl_link_up() 488 static int ovl_copy_up_inode(struct ovl_copy_up_ctx *c, struct dentry *temp) in ovl_copy_up_inode() 578 static int ovl_copy_up_workdir(struct ovl_copy_up_ctx *c) in ovl_copy_up_workdir() 646 static int ovl_copy_up_tmpfile(struct ovl_copy_up_ctx *c) in ovl_copy_up_tmpfile() 700 static int ovl_do_copy_up(struct ovl_copy_up_ctx *c) in ovl_do_copy_up() 813 static int ovl_copy_up_meta_inode_data(struct ovl_copy_up_ctx *c) in ovl_copy_up_meta_inode_data()
|
/linux-5.10/arch/x86/kernel/cpu/microcode/ |
D | intel.c | 722 struct cpuinfo_x86 *c = &cpu_data(cpu_num); in collect_cpu_info() local 750 struct cpuinfo_x86 *c = &cpu_data(cpu); in apply_microcode_intel() local 905 struct cpuinfo_x86 *c = &cpu_data(cpu); in is_blacklisted() local 929 struct cpuinfo_x86 *c = &cpu_data(cpu); in request_microcode_fw() local 980 static int __init calc_llc_size_per_core(struct cpuinfo_x86 *c) in calc_llc_size_per_core() 991 struct cpuinfo_x86 *c = &boot_cpu_data; in init_intel_microcode() local
|
/linux-5.10/drivers/ipack/ |
D | ipack.c | 114 unsigned int i, c, l, s; in id_show() local 268 static u16 ipack_crc_byte(u16 crc, u8 c) in ipack_crc_byte() 284 u8 c; in ipack_calc_crc1() local 299 u8 c; in ipack_calc_crc2() local
|
/linux-5.10/fs/hfsplus/ |
D | unicode.c | 19 static inline u16 case_fold(u16 c) in case_fold() 350 wchar_t c; in hfsplus_asc2uni() local 391 wchar_t c; in hfsplus_hash_dentry() local 445 wchar_t c; in hfsplus_compare_dentry() local
|
/linux-5.10/arch/x86/boot/ |
D | cpuflags.c | 75 u32 *a, u32 *b, u32 *c, u32 *d) in cpuid_count() 85 #define cpuid(id, a, b, c, d) cpuid_count(id, 0, a, b, c, d) argument
|
/linux-5.10/tools/testing/selftests/bpf/progs/ |
D | btf_dump_test_case_bitfields.c | 31 bool c: 1; /* it's really a _Bool type */ member 61 long c; member
|
/linux-5.10/arch/x86/events/intel/ |
D | core.c | 2878 struct event_constraint *c = &vlbr_constraint; in intel_vlbr_constraints() local 2932 struct event_constraint *c = &emptyconstraint; in __intel_shared_reg_get_constraints() local 3032 struct event_constraint *c = NULL, *d; in intel_shared_regs_constraints() local 3056 struct event_constraint *c; in x86_get_event_constraints() local 3074 struct event_constraint *c; in __intel_get_event_constraints() local 3128 struct event_constraint *c = cpuc->event_constraint[idx]; in intel_commit_scheduling() local 3179 dyn_constraint(struct cpu_hw_events *cpuc, struct event_constraint *c, int idx) in dyn_constraint() 3209 int idx, struct event_constraint *c) in intel_get_excl_constraints() 3824 struct event_constraint *c; in hsw_get_event_constraints() local 3857 struct event_constraint *c; in glp_get_event_constraints() local [all …]
|
/linux-5.10/arch/s390/lib/ |
D | string.c | 247 char *strrchr(const char *s, int c) in strrchr() 316 void *memchr(const void *s, int c, size_t n) in memchr() 361 void *memscan(void *s, int c, size_t n) in memscan()
|
/linux-5.10/arch/parisc/boot/compressed/ |
D | misc.c | 82 void *memset(void *s, int c, size_t count) in memset() 110 char *strchr(const char *s, int c) in strchr() 136 static int putchar(int c) in putchar()
|
/linux-5.10/sound/soc/codecs/ |
D | max98504.c | 107 struct snd_soc_component *c = snd_soc_dapm_to_component(w->dapm); in max98504_pcm_rx_ev() local 123 static int max98504_component_probe(struct snd_soc_component *c) in max98504_component_probe() 157 static void max98504_component_remove(struct snd_soc_component *c) in max98504_component_remove()
|
/linux-5.10/arch/mips/alchemy/ |
D | board-mtx1.c | 33 void prom_putchar(char c) in prom_putchar() 38 static void mtx1_reset(char *c) in mtx1_reset()
|