/linux/sound/usb/ |
H A D | proc.c | 140 int c; in proc_dump_substream_formats() local
|
/linux/drivers/watchdog/ |
H A D | sbc8360.c | 248 char c; in sbc8360_write() local
|
/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_reg.h | 590 #define NPC_AF_INTFX_HASHX_MASKX(a, b, c) (0x00700 | (a) << 5 | (b) << 4 | (c) << 3) argument 600 #define NPC_AF_KPUX_ENTRYX_CAMX(a, b, c) \ argument 608 #define NPC_AF_INTFX_LIDX_LTX_LDX_CFG(a, b, c, d) \ argument 610 #define NPC_AF_INTFX_LDATAX_FLAGSX_CFG(a, b, c) \ argument 638 #define NPC_AF_MCAMEX_BANKX_CAMX_INTF(a, b, c) ({ \ argument 646 #define NPC_AF_MCAMEX_BANKX_CAMX_W0(a, b, c) ({ \ argument 654 #define NPC_AF_MCAMEX_BANKX_CAMX_W1(a, b, c) ({ \ argument 719 #define NDC_AF_PORTX_RTX_RWX_REQ_PC(a, b, c) \ argument 721 #define NDC_AF_PORTX_RTX_RWX_OSTDN_PC(a, b, c) \ argument 723 #define NDC_AF_PORTX_RTX_RWX_LAT_PC(a, b, c) \ argument
|
/linux/drivers/media/pci/bt8xx/ |
H A D | bttv-driver.c | 1071 bttv_crop_calc_limits(struct bttv_crop *c) in bttv_crop_calc_limits() 1093 bttv_crop_reset(struct bttv_crop *c, unsigned int norm) in bttv_crop_reset() 1237 static int bttv_s_ctrl(struct v4l2_ctrl *c) in bttv_s_ctrl() 1793 bttv_crop_adjust (struct bttv_crop * c, in bttv_crop_adjust() 1846 struct bttv_crop *c; in limit_scaled_size_lock() local 2240 struct bttv_crop c; in bttv_s_selection() local
|
/linux/arch/mips/pic32/pic32mzda/ |
H A D | early_console.c | 152 void prom_putchar(char c) in prom_putchar()
|
/linux/arch/xtensa/platforms/iss/include/platform/ |
H A D | simcall-iss.h | 58 static inline int __simc(int a, int b, int c, int d) in __simc()
|
/linux/drivers/tty/serial/ |
H A D | suncore.c | 103 char c; in sunserial_console_termios() local
|
/linux/arch/mips/include/asm/mach-jazz/ |
H A D | floppy.h | 21 unsigned char c; in fd_inb() local
|
/linux/tools/testing/selftests/resctrl/ |
H A D | resctrl_tests.c | 244 int c, i; in main() local
|
/linux/sound/firewire/fireworks/ |
H A D | fireworks_proc.c | 132 unsigned int g, c, m, max, size; in proc_read_phys_meters() local
|
/linux/drivers/media/dvb-frontends/ |
H A D | tua6100.c | 59 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in tua6100_set_params() local
|
/linux/drivers/clk/renesas/ |
H A D | clk-r8a7740.c | 117 struct div4_clk *c; in r8a7740_cpg_register_clock() local
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_display.h | 37 #define amdgpu_display_add_encoder(adev, e, s, c) (adev)->mode_info.funcs->add_encoder((adev), (e),… argument
|
/linux/tools/thermal/tmon/ |
H A D | tmon.c | 220 int id2 = 0, c; in main() local
|
/linux/drivers/char/hw_random/ |
H A D | via-rng.c | 131 struct cpuinfo_x86 *c = &cpu_data(0); in via_rng_init() local
|
/linux/arch/mips/sibyte/common/ |
H A D | cfe.c | 303 void prom_putchar(char c) in prom_putchar()
|
/linux/fs/bcachefs/ |
H A D | btree_journal_iter.h | 85 static inline void bch2_journal_keys_put_initial(struct bch_fs *c) in bch2_journal_keys_put_initial()
|
H A D | ec.h | 195 struct bch_fs *c; member 273 static inline void ec_stripe_new_put(struct bch_fs *c, struct ec_stripe_new *s, in ec_stripe_new_put()
|
/linux/sound/soc/codecs/ |
H A D | tpa6130a2.c | 91 struct snd_soc_component *c = snd_soc_dapm_to_component(w->dapm); in tpa6130a2_power_event() local
|
/linux/tools/perf/util/ |
H A D | strbuf.c | 73 int strbuf_addch(struct strbuf *sb, int c) in strbuf_addch()
|
/linux/drivers/pwm/ |
H A D | pwm-lpc32xx.c | 34 unsigned long long c; in lpc32xx_pwm_config() local
|
/linux/arch/x86/math-emu/ |
H A D | reg_constant.c | 53 static void fld_const(FPU_REG const * c, int adj, u_char tag) in fld_const()
|
/linux/drivers/net/wireless/realtek/rtw88/ |
H A D | rtw8723x.h | 248 #define BIT_SET_OFDM0_EXTS(a, c, d) (((a) << 31) | ((c) << 29) | ((d) << 28)) argument 250 #define BIT_SET_OFDM0_EXTS_B(a, c, d) (((a) << 27) | ((c) << 25) | ((d) << 24)) argument 257 #define BIT_SET_TXIQ_ELM_ACD(a, c, d) (((d) << 22) | (((c) & 0x3F) << 16) | \ argument 260 #define BIT_SET_TXIQ_ELM_C2(c) ((c) & 0x3F) argument 263 #define BIT_SET_TXIQ_ELM_C1(c) (((c) & 0x000003C0) >> 6) argument
|
/linux/drivers/regulator/ |
H A D | ti-abb-regulator.c | 506 struct regulation_constraints *c = &rinit_data->constraints; in ti_abb_init_table() local 695 struct regulation_constraints *c; in ti_abb_probe() local
|
/linux/tools/testing/selftests/bpf/ |
H A D | cgroup_helpers.c | 64 char *c, *c2; in __enable_controllers() local 673 char *c, *c2, *c3, *c4; in get_cgroup1_hierarchy_id() local
|