/linux-5.10/arch/m68k/kernel/ |
D | early_printk.c | 20 static void __ref debug_cons_write(struct console *c, in debug_cons_write()
|
/linux-5.10/arch/mips/dec/prom/ |
D | console.c | 15 unsigned int c) in prom_console_write()
|
/linux-5.10/arch/mips/sgi-ip27/ |
D | ip27-console.c | 35 void prom_putchar(char c) in prom_putchar()
|
/linux-5.10/arch/arm/mach-omap2/ |
D | i2c.c | 40 int c = 0; in omap_i2c_reset() local
|
/linux-5.10/arch/arm/crypto/ |
D | crc32-ce-core.S | 242 .macro __crc32, c argument
|
/linux-5.10/arch/mips/mm/ |
D | cerr-sb1.c | 37 #define CP0_CERRI_IDX_VALID(c) (!((c) & CP0_CERRI_EXTERNAL)) argument 52 #define CP0_CERRD_DPA_VALID(c) (!((c) & CP0_CERRD_EXTERNAL)) argument 53 #define CP0_CERRD_IDX_VALID(c) \ argument
|
/linux-5.10/drivers/media/v4l2-core/ |
D | v4l2-flash-led-class.c | 151 static int v4l2_flash_g_volatile_ctrl(struct v4l2_ctrl *c) in v4l2_flash_g_volatile_ctrl() 193 static int v4l2_flash_s_ctrl(struct v4l2_ctrl *c) in v4l2_flash_s_ctrl() 286 struct v4l2_ctrl_config *c) in __lfs_to_v4l2_ctrl_config()
|
/linux-5.10/drivers/video/console/ |
D | sticore.c | 63 #define c_fg(sti, c) col_trans[((c>> 8) & 7)] argument 64 #define c_bg(sti, c) col_trans[((c>>11) & 7)] argument 65 #define c_index(sti, c) ((c) & 0xff) argument 138 sti_putc(struct sti_struct *sti, int c, int y, int x, in sti_putc() 199 int height, int width, int c, struct sti_cooked_font *font) in sti_clear()
|
/linux-5.10/drivers/media/pci/ttpci/ |
D | av7110_av.c | 585 int c = 0; in find_pes_header() local 633 int c, c2, l, add; in av7110_p2t_write() local 729 int c = 0; in write_ts_header2() local 766 long c = 0; in p_to_t() local 959 unsigned char c; in dvb_video_write() local 1001 unsigned char c; in dvb_audio_write() local 1040 unsigned char c; in play_iframe() local
|
/linux-5.10/arch/microblaze/kernel/cpu/ |
D | cpuinfo-pvr-full.c | 23 #define CI(c, p) { ci->c = PVR_##p(pvr); } argument
|
/linux-5.10/arch/x86/boot/ |
D | string.h | 16 #define memset(d,c,l) __builtin_memset(d,c,l) argument
|
/linux-5.10/arch/nios2/lib/ |
D | memset.c | 13 void *memset(void *s, int c, size_t count) in memset()
|
/linux-5.10/arch/arm/mach-ixp4xx/include/mach/ |
D | uncompress.h | 20 static inline void putc(int c) in putc()
|
/linux-5.10/arch/arm/mach-sa1100/include/mach/ |
D | uncompress.h | 23 static inline void putc(int c) in putc()
|
/linux-5.10/arch/arm/mach-dove/include/mach/ |
D | uncompress.h | 14 static void putc(const char c) in putc()
|
/linux-5.10/arch/x86/kernel/cpu/mce/ |
D | p5.c | 45 void intel_p5_mcheck_init(struct cpuinfo_x86 *c) in intel_p5_mcheck_init()
|
/linux-5.10/arch/arm/mach-ebsa110/include/mach/ |
D | uncompress.h | 15 static inline void putc(int c) in putc()
|
/linux-5.10/drivers/net/wireless/ath/ath9k/ |
D | common-debug.c | 93 #define RX_PHY_ERR_INC(c) rxstats->phy_err_stats[c]++ in ath9k_cmn_debug_stat_rx() argument 94 #define RX_CMN_STAT_INC(c) (rxstats->c++) in ath9k_cmn_debug_stat_rx() argument
|
/linux-5.10/sound/usb/ |
D | validate.c | 325 unsigned char *c = p; in snd_usb_validate_audio_desc() local 339 unsigned char *c = p; in snd_usb_validate_midi_desc() local
|
/linux-5.10/fs/ocfs2/ |
D | alloc.h | 193 static inline void ocfs2_init_dealloc_ctxt(struct ocfs2_cached_dealloc_ctxt *c) in ocfs2_init_dealloc_ctxt() 203 static inline int ocfs2_dealloc_has_cluster(struct ocfs2_cached_dealloc_ctxt *c) in ocfs2_dealloc_has_cluster()
|
/linux-5.10/arch/x86/crypto/ |
D | sha256-ssse3-asm.S | 95 c = %ecx define 142 c = b define
|
/linux-5.10/tools/perf/util/ |
D | strfilter.c | 16 #define is_operator(c) ((c) == '|' || (c) == '&' || (c) == '!') argument 17 #define is_separator(c) (is_operator(c) || (c) == '(' || (c) == ')') argument
|
/linux-5.10/drivers/media/tuners/ |
D | qt1010.c | 46 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in qt1010_set_params() local 283 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in qt1010_init() local
|
/linux-5.10/arch/x86/include/asm/ |
D | hw_irq.h | 105 static inline void send_cleanup_vector(struct irq_cfg *c) { } in send_cleanup_vector() 106 static inline void irq_complete_move(struct irq_cfg *c) { } in irq_complete_move()
|
/linux-5.10/drivers/net/wireless/ti/wlcore/ |
D | scan.c | 144 struct conf_scan_settings *c = &wl->conf.scan; in wlcore_scan_get_channels() local 156 struct conf_sched_scan_settings *c = &wl->conf.sched_scan; in wlcore_scan_get_channels() local
|