Home
last modified time | relevance | path

Searched defs:c (Results 651 – 675 of 3058) sorted by relevance

1...<<21222324252627282930>>...123

/linux-6.15/drivers/dma/ioat/
Dprep.c101 ioat_dma_prep_memcpy_lock(struct dma_chan *c, dma_addr_t dma_dest, in ioat_dma_prep_memcpy_lock()
152 __ioat_prep_xor_lock(struct dma_chan *c, enum sum_check_flags *result, in __ioat_prep_xor_lock()
339 __ioat_prep_pq_lock(struct dma_chan *c, enum sum_check_flags *result, in __ioat_prep_pq_lock()
463 __ioat_prep_pq16_lock(struct dma_chan *c, enum sum_check_flags *result, in __ioat_prep_pq16_lock()
705 ioat_prep_interrupt_lock(struct dma_chan *c, unsigned long flags) in ioat_prep_interrupt_lock()
Ddma.c183 void ioat_issue_pending(struct dma_chan *c) in ioat_issue_pending()
312 struct dma_chan *c = tx->chan; in ioat_tx_submit_unlock() local
372 ioat_alloc_ring(struct dma_chan *c, int order, gfp_t flags) in ioat_alloc_ring()
987 ioat_tx_status(struct dma_chan *c, dma_cookie_t cookie, in ioat_tx_status()
/linux-6.15/drivers/media/dvb-frontends/
Dmxl692.c857 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mxl692_init() local
1103 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mxl692_get_frontend() local
1114 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mxl692_read_snr() local
1165 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mxl692_read_ber_ucb() local
1219 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mxl692_read_status() local
/linux-6.15/drivers/usb/gadget/legacy/
Dether.c208 static int rndis_do_config(struct usb_configuration *c) in rndis_do_config()
250 static int eth_do_config(struct usb_configuration *c) in eth_do_config()
/linux-6.15/drivers/infiniband/hw/mlx5/
Dstd_types.c177 struct mlx5_ib_ucontext *c; in UVERBS_HANDLER() local
212 struct mlx5_ib_ucontext *c; in UVERBS_HANDLER() local
/linux-6.15/security/tomoyo/
Drealpath.c34 const unsigned char c = p[i]; in tomoyo_encode2() local
51 const unsigned char c = p[i]; in tomoyo_encode2() local
/linux-6.15/arch/x86/kernel/
Dprobe_roms.c192 unsigned char sum, c; in romchecksum() local
203 unsigned char c; in probe_roms() local
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/
Dpool.c83 struct mlx5e_channel *c; in mlx5e_xsk_enable_locked() local
167 struct mlx5e_channel *c; in mlx5e_xsk_disable_locked() local
/linux-6.15/tools/testing/selftests/bpf/prog_tests/
Dip_check_defrag.c222 struct sockaddr_in6 *c = (struct sockaddr_in6 *)&caddr; in test_bpf_ip_check_defrag_ok() local
229 struct sockaddr_in *c = (struct sockaddr_in *)&caddr; in test_bpf_ip_check_defrag_ok() local
/linux-6.15/arch/um/drivers/
Dssl.c111 static void ssl_console_write(struct console *c, const char *string, in ssl_console_write()
122 static struct tty_driver *ssl_console_device(struct console *c, int *index) in ssl_console_device()
/linux-6.15/arch/x86/lib/
Diomem.c87 static void unrolled_memset_io(volatile void __iomem *a, int b, size_t c) in unrolled_memset_io()
114 void memset_io(volatile void __iomem *a, int b, size_t c) in memset_io()
/linux-6.15/tools/testing/selftests/bpf/progs/
Dpreempted_bpf_ma_op.c95 int BPF_PROG2(test2, char, a, int, b, u64, c) in BPF_PROG2() argument
102 int BPF_PROG2(test3, void *, a, char, b, int, c, u64, d) in BPF_PROG2() argument
/linux-6.15/arch/alpha/boot/
Dstdio.c28 int i, c; in skip_atoi() local
45 char c, sign, tmp[66]; in number() local
/linux-6.15/arch/arc/include/asm/
Dperf_event.h41 unsigned int m:8, c:8, r:5, i:1, s:2, v:8; member
49 unsigned int c:16, r:8, v:8; member
/linux-6.15/arch/powerpc/xmon/
Dxmon.c1411 #define FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff]) argument
2544 int c; in bsesc() local
2580 int c; in dump_tracing() local
2748 int c; in dump_pacas() local
2810 int c; in dump_xives() local
2879 int c; in dump() local
2962 long n, m, c, r, nr; in prdump() local
3452 int c; in skipbl() local
3482 int c, d; in scanhex() local
3572 int c; in scannl() local
[all …]
/linux-6.15/security/selinux/ss/
Dpolicydb.c366 static void ocontext_destroy(struct ocontext *c, unsigned int i) in ocontext_destroy()
780 struct ocontext *c, *ctmp; in policydb_destroy() local
863 struct ocontext *head, *c; in policydb_load_isids() local
953 int policydb_context_isvalid(struct policydb *p, struct context *c) in policydb_context_isvalid()
1057 static int context_read_and_validate(struct context *c, struct policydb *p, in context_read_and_validate()
1225 struct constraint_node *c, *lc; in read_cons_helper() local
2134 struct ocontext *l, *c; in genfs_read() local
2250 struct ocontext *l, *c; in ocontext_read() local
2933 static int context_write(struct policydb *p, struct context *c, struct policy_file *fp) in context_write()
3032 struct constraint_node *c; in write_cons_helper() local
[all …]
/linux-6.15/fs/bcachefs/
Dbackpointers.h54 static inline bool bp_pos_to_bucket_nodev_noerror(struct bch_fs *c, struct bpos bp_pos, struct bpos… in bp_pos_to_bucket_nodev_noerror()
148 static inline void bch2_extent_ptr_to_bp(struct bch_fs *c, in bch2_extent_ptr_to_bp()
/linux-6.15/include/uapi/linux/
Dmap_to_14segment.h85 static __inline__ int map_to_seg14(struct seg14_conversion_map *map, int c) in map_to_seg14()
107 #define _SEG14(sym, a, b, c, d, e, f, g1, g2, h, j, k, l, m, n) \ argument
/linux-6.15/drivers/rtc/
Drtc-ds1216.c45 unsigned char c; in ds1216_read() local
58 unsigned char c; in ds1216_write() local
/linux-6.15/drivers/pnp/pnpacpi/
Dcore.c23 #define TEST_HEX(c) \ argument
26 #define TEST_ALPHA(c) \ argument
/linux-6.15/arch/x86/kernel/cpu/
Dtopology_amd.c152 struct cpuinfo_x86 *c = tscan->c; in topoext_fixup() local
212 struct cpuinfo_x86 *c = tscan->c; in cpu_topology_fixup_amd() local
/linux-6.15/drivers/memory/
Drenesas-rpc-if.c49 #define RPCIF_DRCMR_CMD(c) (((c) & 0xFF) << 16) argument
50 #define RPCIF_DRCMR_OCMD(c) (((c) & 0xFF) << 0) argument
53 #define RPCIF_DREAR_EAV(c) (((c) & 0xF) << 16) argument
54 #define RPCIF_DREAR_EAC(c) (((c) & 0x7) << 0) argument
77 #define RPCIF_SMCMR_CMD(c) (((c) & 0xFF) << 16) argument
78 #define RPCIF_SMCMR_OCMD(c) (((c) & 0xFF) << 0) argument
/linux-6.15/arch/arm/mach-omap2/
Dvc.c262 struct omap3_vc_timings *c = vc.timings; in omap3_vc_set_pmic_signaling() local
373 struct omap3_vc_timings *c, u32 idle) in omap3_init_voltsetup1()
402 struct omap3_vc_timings *c = vc.timings; in omap3_set_i2c_timings() local
428 struct omap3_vc_timings *c = vc.timings; in omap3_set_off_timings() local
/linux-6.15/sound/soc/codecs/
Dzl38060.c390 static void chip_gpio_set(struct gpio_chip *c, unsigned int offset, int val) in chip_gpio_set()
398 static int chip_gpio_get(struct gpio_chip *c, unsigned int offset) in chip_gpio_get()
412 static int chip_direction_input(struct gpio_chip *c, unsigned int offset) in chip_direction_input()
421 chip_direction_output(struct gpio_chip *c, unsigned int offset, int val) in chip_direction_output()
/linux-6.15/lib/
Dbootconfig.c564 int c, quotes = 0; in __xbc_parse_value() local
614 int c = 0; in xbc_parse_array() local
698 int c, ret; in xbc_parse_kv() local
853 int ret = 0, c; in xbc_parse_tree() local

1...<<21222324252627282930>>...123