Home
last modified time | relevance | path

Searched defs:c (Results 276 – 300 of 3597) sorted by relevance

1...<<11121314151617181920>>...144

/openbmc/linux/arch/x86/boot/
H A Dcmdline.c15 static inline int myisspace(u8 c) in myisspace()
31 char c; in __cmdline_find_option() local
103 char c; in __cmdline_find_option_bool() local
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls_txrx.h47 mlx5e_ktls_rx_pending_resync_list(struct mlx5e_channel *c, int budget) in mlx5e_ktls_rx_pending_resync_list()
68 mlx5e_ktls_rx_handle_resync_list(struct mlx5e_channel *c, int budget) in mlx5e_ktls_rx_handle_resync_list()
74 mlx5e_ktls_rx_pending_resync_list(struct mlx5e_channel *c, int budget) in mlx5e_ktls_rx_pending_resync_list()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dctxnv40.h92 #define cp_bra(c, f, s, n) _cp_bra((c), 0, CP_FLAG_##f, CP_FLAG_##f##_##s, n) argument
93 #define cp_cal(c, f, s, n) _cp_bra((c), 1, CP_FLAG_##f, CP_FLAG_##f##_##s, n) argument
94 #define cp_ret(c, f, s) _cp_bra((c), 2, CP_FLAG_##f, CP_FLAG_##f##_##s, 0) argument
101 #define cp_wait(c, f, s) _cp_wait((c), CP_FLAG_##f, CP_FLAG_##f##_##s) argument
108 #define cp_set(c, f, s) _cp_set((c), CP_FLAG_##f, CP_FLAG_##f##_##s) argument
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_wb.c55 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_wb_setup_outaddress() local
66 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_wb_setup_format() local
125 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_wb_roi() local
162 struct dpu_hw_blk_reg_map *c; in dpu_hw_wb_bind_pingpong_blk() local
203 struct dpu_hw_wb *c; in dpu_hw_wb_init() local
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_unicode_collation.c81 const u16 c[] = L"Das U-Boot"; in test_metai_match() local
151 u16 c[] = L"U-Boot"; in test_str_lwr() local
164 u16 c[] = L"U-Boot"; in test_str_upr() local
/openbmc/linux/drivers/md/persistent-data/
H A Ddm-bitset.c215 static int cursor_next_array_entry(struct dm_bitset_cursor *c) in cursor_next_array_entry()
233 struct dm_bitset_cursor *c) in dm_bitset_cursor_begin()
257 void dm_bitset_cursor_end(struct dm_bitset_cursor *c) in dm_bitset_cursor_end()
263 int dm_bitset_cursor_next(struct dm_bitset_cursor *c) in dm_bitset_cursor_next()
278 int dm_bitset_cursor_skip(struct dm_bitset_cursor *c, uint32_t count) in dm_bitset_cursor_skip()
313 bool dm_bitset_cursor_get_value(struct dm_bitset_cursor *c) in dm_bitset_cursor_get_value()
/openbmc/linux/drivers/net/mctp/
H A Dmctp-serial.c71 static bool needs_escape(unsigned char c) in needs_escape()
111 unsigned char c, buf[3]; in mctp_serial_tx_work() local
296 static void mctp_serial_push_header(struct mctp_serial *dev, unsigned char c) in mctp_serial_push_header()
326 static void mctp_serial_push_trailer(struct mctp_serial *dev, unsigned char c) in mctp_serial_push_trailer()
350 static void mctp_serial_push(struct mctp_serial *dev, unsigned char c) in mctp_serial_push()
393 static void mctp_serial_tty_receive_buf(struct tty_struct *tty, const u8 *c, in mctp_serial_tty_receive_buf()
/openbmc/linux/include/linux/
H A Dcrc-ccitt.h13 static inline u16 crc_ccitt_byte(u16 crc, const u8 c) in crc_ccitt_byte()
18 static inline u16 crc_ccitt_false_byte(u16 crc, const u8 c) in crc_ccitt_false_byte()
H A Dinstrumentation.h10 #define __instrumentation_begin(c) ({ \ argument
49 #define __instrumentation_end(c) ({ \ argument
/openbmc/qemu/include/qemu/
H A Dcrc-ccitt.h23 static inline uint16_t crc_ccitt_byte(uint16_t crc, const uint8_t c) in crc_ccitt_byte()
28 static inline uint16_t crc_ccitt_false_byte(uint16_t crc, const uint8_t c) in crc_ccitt_false_byte()
/openbmc/linux/arch/m68k/atari/
H A Ddebug.c35 static inline void ata_mfp_out(char c) in ata_mfp_out()
52 static inline void ata_scc_out(char c) in ata_scc_out()
71 static inline void ata_midi_out(char c) in ata_midi_out()
88 static int ata_par_out(char c) in ata_par_out()
/openbmc/linux/fs/jffs2/
H A Dfile.c35 struct jffs2_sb_info *c = JFFS2_SB_INFO(inode->i_sb); in jffs2_fsync() local
83 struct jffs2_sb_info *c = JFFS2_SB_INFO(inode->i_sb); in jffs2_do_readpage_nolock() local
138 struct jffs2_sb_info *c = JFFS2_SB_INFO(inode->i_sb); in jffs2_write_begin() local
253 struct jffs2_sb_info *c = JFFS2_SB_INFO(inode->i_sb); in jffs2_write_end() local
/openbmc/linux/arch/m68k/include/asm/
H A Dzorro.h16 #define z_memset_io(a,b,c) memset((void *)(a),(b),(c)) argument
17 #define z_memcpy_fromio(a,b,c) memcpy((a),(void *)(b),(c)) argument
18 #define z_memcpy_toio(a,b,c) memcpy((void *)(a),(b),(c)) argument
H A Dnubus.h16 #define nubus_memset_io(a,b,c) memset((void *)(a),(b),(c)) argument
17 #define nubus_memcpy_fromio(a,b,c) memcpy((a),(void *)(b),(c)) argument
18 #define nubus_memcpy_toio(a,b,c) memcpy((void *)(a),(b),(c)) argument
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dos.h38 #define nvkm_list_find_next(p,h,m,c) ({ \ argument
48 #define nvkm_list_find(p,h,m,c) \ argument
50 #define nvkm_list_foreach(p,h,m,c) \ argument
/openbmc/linux/arch/arm/mach-sunxi/
H A Dmc_smp.c37 #define CPUCFG_CX_CTRL_REG0(c) (0x10 * (c)) argument
42 #define CPUCFG_CX_CTRL_REG1(c) (0x10 * (c) + 0x4) argument
44 #define CPUCFG_CX_STATUS(c) (0x30 + 0x4 * (c)) argument
47 #define CPUCFG_CX_RST_CTRL(c) (0x80 + 0x4 * (c)) argument
59 #define PRCM_CPU_PO_RST_CTRL(c) (0x4 + 0x4 * (c)) argument
62 #define PRCM_PWROFF_GATING_REG(c) (0x100 + 0x4 * (c)) argument
67 #define PRCM_PWR_SWITCH_REG(c, cpu) (0x140 + 0x10 * (c) + 0x4 * (cpu)) argument
71 #define R_CPUCFG_CLUSTER_PO_RST_CTRL(c) (0x30 + (c) * 0x4) argument
/openbmc/linux/mm/damon/
H A Dcore-test.h52 struct damon_ctx *c = damon_new_ctx(); in damon_test_target() local
122 struct damon_ctx *c = damon_new_ctx(); in damon_test_split_at() local
215 struct damon_ctx *c = damon_new_ctx(); in damon_test_split_regions_of() local
237 struct damon_ctx *c = damon_new_ctx(); in damon_test_ops_registration() local
323 struct damon_ctx *c = damon_new_ctx(); in damon_test_set_attrs() local
/openbmc/linux/drivers/parisc/
H A Deisa_enumerator.c80 u_int8_t c; in configure_memory() local
118 u_int8_t c; in configure_irq() local
149 u_int8_t c; in configure_dma() local
171 u_int8_t c; in configure_port() local
212 u_int8_t c; in configure_port_init() local
/openbmc/linux/drivers/nvme/host/
H A Dpr.c53 struct nvme_command *c, void *data, unsigned int data_len) in nvme_send_ns_head_pr_command()
68 static int nvme_send_ns_pr_command(struct nvme_ns *ns, struct nvme_command *c, in nvme_send_ns_pr_command()
98 struct nvme_command *c, void *data, unsigned int data_len) in nvme_send_pr_command()
111 struct nvme_command c = { }; in nvme_pr_command() local
180 struct nvme_command c = { }; in nvme_pr_resv_report() local
/openbmc/linux/arch/arm64/include/asm/
H A Ddcc.h25 char c = read_sysreg(dbgdtrrx_el0); in __dcc_getchar() local
31 static inline void __dcc_putchar(char c) in __dcc_putchar()
/openbmc/linux/arch/loongarch/include/asm/
H A Dio.h70 #define memset_io(c, v, l) __memset_io((c), (v), (l)) argument
71 #define memcpy_fromio(a, c, l) __memcpy_fromio((a), (c), (l)) argument
72 #define memcpy_toio(c, a, l) __memcpy_toio((c), (a), (l)) argument
/openbmc/linux/security/tomoyo/
H A Dutil.c192 char c = *(cp + 1); in tomoyo_parse_ulong() local
330 static inline bool tomoyo_alphabet_char(const char c) in tomoyo_alphabet_char()
356 static inline bool tomoyo_valid(const unsigned char c) in tomoyo_valid()
368 static inline bool tomoyo_invalid(const unsigned char c) in tomoyo_invalid()
444 unsigned char c = *string++; in tomoyo_correct_word2() local
637 char c; in tomoyo_const_part_length() local
704 char c; in tomoyo_file_matches_pattern2() local
/openbmc/linux/fs/ubifs/
H A Dshrinker.c58 static int shrink_tnc(struct ubifs_info *c, int nr, int age, int *contention) in shrink_tnc()
146 struct ubifs_info *c; in shrink_tnc_trees() local
216 struct ubifs_info *c; in kick_a_thread() local
/openbmc/linux/arch/mips/boot/compressed/
H A Ddbg.c12 void __weak putc(char c) in putc()
18 char c; in puts() local
/openbmc/linux/arch/mips/kernel/
H A Dfpu-probe.h30 static inline void cpu_set_fpu_opts(struct cpuinfo_mips *c) in cpu_set_fpu_opts()
35 static inline void cpu_set_nofpu_opts(struct cpuinfo_mips *c) in cpu_set_nofpu_opts()

1...<<11121314151617181920>>...144