Home
last modified time | relevance | path

Searched defs:c (Results 701 – 725 of 2983) sorted by relevance

1...<<21222324252627282930>>...120

/linux-6.8/drivers/media/v4l2-core/
Dv4l2-flash-led-class.c165 static int v4l2_flash_g_volatile_ctrl(struct v4l2_ctrl *c) in v4l2_flash_g_volatile_ctrl()
213 static int v4l2_flash_s_ctrl(struct v4l2_ctrl *c) in v4l2_flash_s_ctrl()
312 struct v4l2_ctrl_config *c) in __lfs_to_v4l2_ctrl_config()
/linux-6.8/fs/bcachefs/
Dsuper.h40 static inline void bch2_fs_lazy_rw(struct bch_fs *c) in bch2_fs_lazy_rw()
Drebalance.h10 static inline void rebalance_wakeup(struct bch_fs *c) in rebalance_wakeup()
Drecovery.h13 static inline int bch2_run_explicit_recovery_pass(struct bch_fs *c, in bch2_run_explicit_recovery_pass()
/linux-6.8/security/selinux/ss/
Dcontext.c14 u32 context_compute_hash(const struct context *c) in context_compute_hash()
/linux-6.8/tools/build/feature/
Dtest-libdebuginfod.c6 debuginfod_client* c = debuginfod_begin(); in main() local
/linux-6.8/drivers/gpu/drm/nouveau/include/nvif/
Dpush.h264 #define PUSH_NVIM(p,c,m,d) do { \ argument
277 #define PUSH_NV_1(X,o,p,c,mA,d...) \ argument
279 #define PUSH_NV_2(X,o,p,c,mA,dA,mB,d...) \ argument
282 #define PUSH_NV_3(X,o,p,c,mA,dA,mB,dB,mC,d...) \ argument
286 #define PUSH_NV_4(X,o,p,c,mA,dA,mB,dB,mC,dC,mD,d...) \ argument
291 #define PUSH_NV_5(X,o,p,c,mA,dA,mB,dB,mC,dC,mD,dD,mE,d...) \ argument
297 #define PUSH_NV_6(X,o,p,c,mA,dA,mB,dB,mC,dC,mD,dD,mE,dE,mF,d...) \ argument
304 #define PUSH_NV_7(X,o,p,c,mA,dA,mB,dB,mC,dC,mD,dD,mE,dE,mF,dF,mG,d...) \ argument
312 #define PUSH_NV_8(X,o,p,c,mA,dA,mB,dB,mC,dC,mD,dD,mE,dE,mF,dF,mG,dG,mH,d...) \ argument
321 #define PUSH_NV_9(X,o,p,c,mA,dA,mB,dB,mC,dC,mD,dD,mE,dE,mF,dF,mG,dG,mH,dH,mI,d...) \ argument
[all …]
/linux-6.8/drivers/net/ppp/
Dppp_async.c515 #define PUT_BYTE(ap, buf, c, islcp) do { \ argument
526 int fcs, i, count, c, proto; in ppp_async_encode() local
747 int i, c; in scan_ordinary() local
829 int c, i, j, n, s, f; in ppp_async_input() local
/linux-6.8/drivers/dma/ioat/
Dinit.c607 static void ioat_free_chan_resources(struct dma_chan *c) in ioat_free_chan_resources()
678 static int ioat_alloc_chan_resources(struct dma_chan *c) in ioat_alloc_chan_resources()
1064 struct dma_chan *c; in ioat_intr_quirk() local
1092 struct dma_chan *c; in ioat3_dma_probe() local
/linux-6.8/drivers/md/persistent-data/
Ddm-btree-remove.c187 static void exit_child(struct dm_btree_info *info, struct child *c) in exit_child()
312 struct child *l, struct child *c, struct child *r, in delete_center_node()
352 struct child *l, struct child *c, struct child *r, in redistribute3()
419 struct child *l, struct child *c, struct child *r) in __rebalance3()
/linux-6.8/drivers/media/i2c/
Dtvp7002.c444 struct i2c_client *c = v4l2_get_subdevdata(sd); in tvp7002_read() local
490 struct i2c_client *c; in tvp7002_write() local
938 static int tvp7002_probe(struct i2c_client *c) in tvp7002_probe()
1047 static void tvp7002_remove(struct i2c_client *c) in tvp7002_remove()
/linux-6.8/tools/testing/selftests/bpf/progs/
Dcore_reloc_types.h42 int c; member
49 int c; member
357 int c; member
364 struct core_reloc_arrays_substruct c[3]; member
373 struct core_reloc_arrays_substruct c[4]; member
384 int c; member
386 } c[3]; member
394 int c; member
402 struct core_reloc_arrays_substruct c[3]; member
411 struct core_reloc_arrays_substruct c[3]; member
[all …]
Dtest_core_reloc_mods.c17 int a, b, c, d, e, f, g, h; member
37 char *c; member
/linux-6.8/fs/jffs2/
Dcompr.c148 uint16_t jffs2_compress(struct jffs2_sb_info *c, struct jffs2_inode_info *f, in jffs2_compress()
253 int jffs2_decompress(struct jffs2_sb_info *c, struct jffs2_inode_info *f, in jffs2_decompress()
/linux-6.8/arch/x86/include/asm/
Dhw_irq.h103 static inline void vector_schedule_cleanup(struct irq_cfg *c) { } in vector_schedule_cleanup()
104 static inline void irq_complete_move(struct irq_cfg *c) { } in irq_complete_move()
/linux-6.8/drivers/video/fbdev/
Datafb_utils.h261 static inline void expand8_col2mask(u8 c, u32 m[]) in expand8_col2mask()
331 static inline void expand16_col2mask(u8 c, u32 m[]) in expand16_col2mask()
/linux-6.8/arch/s390/include/asm/
Dstring.h95 static inline void *memchr(const void * s, int c, size_t n) in memchr()
114 static inline void *memscan(void *s, int c, size_t n) in memscan()
/linux-6.8/drivers/video/console/
Ddummycon.c53 static void dummycon_putc(struct vc_data *vc, int c, int ypos, int xpos) in dummycon_putc()
87 static void dummycon_putc(struct vc_data *vc, int c, int ypos, int xpos) { } in dummycon_putc()
/linux-6.8/drivers/accessibility/braille/
Dbraille_console.c64 unsigned char data[1 + 1 + 2*WIDTH + 2 + 1], csum = 0, *c; in braille_write() local
276 unsigned char c = param->c; in vt_notifier_call() local
/linux-6.8/drivers/firmware/efi/libstub/
Dfile.c46 efi_char16_t *c; in efi_open_file() local
118 efi_char16_t c = cmdline[i++]; in find_file_option() local
/linux-6.8/drivers/usb/gadget/function/
Df_subset.c292 geth_bind(struct usb_configuration *c, struct usb_function *f) in geth_bind()
457 static void geth_unbind(struct usb_configuration *c, struct usb_function *f) in geth_unbind()
/linux-6.8/arch/powerpc/crypto/
Dsha256-spe-asm.S101 #define R_LOAD_W(a, b, c, d, e, f, g, h, w, off) \ argument
156 #define R_CALC_W(a, b, c, d, e, f, g, h, w0, w1, w4, w5, w7, k, off) \ argument
/linux-6.8/include/linux/
Dcrc-ccitt.h11 static inline u16 crc_ccitt_byte(u16 crc, const u8 c) in crc_ccitt_byte()
/linux-6.8/arch/arm/mach-omap2/
Dhdq1w.c40 int c = 0; in omap_hdq1w_reset() local
/linux-6.8/arch/mips/loongson2ef/common/
Dplatform.c18 struct cpuinfo_mips *c = &current_cpu_data; in loongson2_cpufreq_init() local

1...<<21222324252627282930>>...120