Home
last modified time | relevance | path

Searched defs:c (Results 951 – 975 of 3058) sorted by relevance

1...<<31323334353637383940>>...123

/linux-6.15/arch/x86/kernel/cpu/
Dscattered.c60 void init_scattered_cpuid_features(struct cpuinfo_x86 *c) in init_scattered_cpuid_features()
/linux-6.15/drivers/gpu/vga/
Dvga_switcheroo.c166 #define client_is_audio(c) ((c)->id & ID_BIT_AUDIO) argument
167 #define client_is_vga(c) (!client_is_audio(c)) argument
168 #define client_id(c) ((c)->id & ~ID_BIT_AUDIO) argument
/linux-6.15/drivers/media/dvb-frontends/
Dm88rs2000.c600 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in m88rs2000_set_frontend() local
703 struct dtv_frontend_properties *c) in m88rs2000_get_frontend()
716 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in m88rs2000_get_tune_settings() local
Ddvb-pll.c340 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in opera1_bw() local
668 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in dvb_pll_set_params() local
701 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in dvb_pll_calc_regs() local
Dtc90522.c92 static struct tc90522_state *cfg_to_state(struct tc90522_config *c) in cfg_to_state()
196 struct dtv_frontend_properties *c) in tc90522s_get_frontend()
331 struct dtv_frontend_properties *c) in tc90522t_get_frontend()
Daf9013.c109 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in af9013_set_frontend() local
398 struct dtv_frontend_properties *c) in af9013_get_frontend()
519 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in af9013_read_status() local
1437 struct dtv_frontend_properties *c; in af9013_probe() local
/linux-6.15/include/linux/
Dconsole_struct.h177 #define CUR_SIZE(c) ((c) & 0x00000f) argument
190 #define CUR_CHANGE(c) ((c) & 0x00ff00) argument
191 #define CUR_SET(c) (((c) & 0xff0000) >> 8) argument
Dvt_buffer.h29 static inline void scr_memsetw(u16 *s, u16 c, unsigned int count) in scr_memsetw()
/linux-6.15/lib/
Dinflate.c353 unsigned c[BMAX+1]; /* bit length count table */ in huft_build() member
358 unsigned *c, *v, *x; in huft_build() local
1151 unsigned long c; /* crc shift register */ in makecrc() local
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en/
Dreporter_rx.c438 struct mlx5e_channel *c = priv->channels.c[i]; in mlx5e_rx_reporter_diagnose_rqs() local
637 void mlx5e_reporter_icosq_suspend_recovery(struct mlx5e_channel *c) in mlx5e_reporter_icosq_suspend_recovery()
642 void mlx5e_reporter_icosq_resume_recovery(struct mlx5e_channel *c) in mlx5e_reporter_icosq_resume_recovery()
/linux-6.15/drivers/atm/
Dmidway.h135 #define MID_TX_PLACE(c) (0x10+4*(c)) argument
148 #define MID_TX_RDPTR(c) (0x11+4*(c)) argument
156 #define MID_TX_DESCRSTART(c) (0x12+4*(c)) argument
/linux-6.15/sound/firewire/motu/
Damdtp-motu.c104 int i, c; in read_pcm_s32() local
140 int i, c; in write_pcm_s32() local
170 unsigned int channels, i, c; in write_pcm_silence() local
/linux-6.15/fs/jfs/
Djfs_debug.c34 char c; in jfs_loglevel_proc_write() local
/linux-6.15/tools/testing/selftests/filesystems/nsfs/
Downer.c32 char c; in main() local
/linux-6.15/arch/s390/include/uapi/asm/
Dclp.h16 unsigned int c : 1; member
/linux-6.15/net/tipc/
Daddr.c85 u8 c; in tipc_nodeid2string() local
/linux-6.15/arch/powerpc/boot/
Dmpc52xx-psc.c36 static void psc_putc(unsigned char c) in psc_putc()
/linux-6.15/tools/testing/selftests/proc/
Dproc-subset-pid.c113 char c; in main() local
/linux-6.15/drivers/tty/hvc/
Dhvc_udbg.c35 int c; in hvc_udbg_get() local
/linux-6.15/include/uapi/linux/
Dmei_uuid.h18 #define UUID_LE(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument
/linux-6.15/arch/powerpc/include/asm/
Dio.h555 static inline void readsb(const volatile void __iomem *a, void *b, unsigned long c) in readsb()
561 static inline void readsw(const volatile void __iomem *a, void *b, unsigned long c) in readsw()
567 static inline void readsl(const volatile void __iomem *a, void *b, unsigned long c) in readsl()
573 static inline void writesb(volatile void __iomem *a, const void *b, unsigned long c) in writesb()
579 static inline void writesw(volatile void __iomem *a, const void *b, unsigned long c) in writesw()
585 static inline void writesl(volatile void __iomem *a, const void *b, unsigned long c) in writesl()
591 static inline void memset_io(volatile void __iomem *a, int c, unsigned long n) in memset_io()
/linux-6.15/tools/power/x86/turbostat/
Dturbostat.c2087 struct core_data *c; in for_all_cpus() local
2105 int is_cpu_first_thread_in_core(struct thread_data *t, struct core_data *c, struct pkg_data *p) in is_cpu_first_thread_in_core()
2112 int is_cpu_first_core_in_package(struct thread_data *t, struct core_data *c, struct pkg_data *p) in is_cpu_first_core_in_package()
2119 int is_cpu_first_thread_in_package(struct thread_data *t, struct core_data *c, struct pkg_data *p) in is_cpu_first_thread_in_package()
2736 int dump_counters(struct thread_data *t, struct core_data *c, struct pkg_data *p) in dump_counters()
2831 double rapl_counter_get_value(const struct rapl_counter *c, enum rapl_unit desired_unit, double int… in rapl_counter_get_value()
2851 int format_counters(struct thread_data *t, struct core_data *c, struct pkg_data *p) in format_counters()
3385 void format_all_counters(struct thread_data *t, struct core_data *c, struct pkg_data *p) in format_all_counters()
3645 int delta_cpu(struct thread_data *t, struct core_data *c, in delta_cpu()
3669 void rapl_counter_clear(struct rapl_counter *c) in rapl_counter_clear()
[all …]
/linux-6.15/fs/jffs2/
Dnodelist.h206 #define write_ofs(c) ((c)->nextblock->offset + (c)->sector_size - (c)->nextblock->free_size) argument
296 static inline int jffs2_blocks_use_vmalloc(struct jffs2_sb_info *c) in jffs2_blocks_use_vmalloc()
301 #define ref_totlen(a, b, c) __jffs2_ref_totlen((a), (b), (c)) argument
309 #define VERYDIRTY(c, size) ((size) >= ((c)->sector_size / 2)) argument
/linux-6.15/drivers/md/bcache/
Drequest.c91 struct cache_set *c) in bch_keylist_realloc()
324 unsigned int bch_get_congested(const struct cache_set *c) in bch_get_congested()
365 struct cache_set *c = dc->disk.c; in check_should_bypass() local
1144 static void quit_max_writeback_rate(struct cache_set *c, in quit_max_writeback_rate()
/linux-6.15/tools/testing/selftests/futex/functional/
Dfutex_requeue.c45 int c, i; in main() local

1...<<31323334353637383940>>...123