/linux-6.15/arch/mips/fw/arc/ |
D | promlib.c | 39 void prom_putchar(char c) in prom_putchar() 54 O32_STATIC CHAR c; in prom_getchar() local
|
/linux-6.15/fs/bcachefs/ |
D | rebalance.h | 10 static inline struct bch_extent_rebalance io_opts_to_rebalance_opts(struct bch_fs *c, in io_opts_to_rebalance_opts() 40 static inline void bch2_rebalance_wakeup(struct bch_fs *c) in bch2_rebalance_wakeup()
|
D | nocow_locking.c | 84 struct bch_fs *c = container_of(t, struct bch_fs, nocow_locks); in __bch2_bucket_nocow_lock() local 127 void bch2_fs_nocow_locking_exit(struct bch_fs *c) in bch2_fs_nocow_locking_exit() 136 int bch2_fs_nocow_locking_init(struct bch_fs *c) in bch2_fs_nocow_locking_init()
|
/linux-6.15/arch/x86/kernel/cpu/ |
D | match.c | 19 static bool x86_match_vendor_cpu_type(struct cpuinfo_x86 *c, const struct x86_cpu_id *m) in x86_match_vendor_cpu_type() 67 struct cpuinfo_x86 *c = &boot_cpu_data; in x86_match_cpu() local
|
/linux-6.15/drivers/media/dvb-frontends/ |
D | cxd2820r_t2.c | 15 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cxd2820r_set_frontend_t2() local 157 struct dtv_frontend_properties *c) in cxd2820r_get_frontend_t2() 278 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cxd2820r_read_status_t2() local
|
D | rtl2830.c | 51 struct dtv_frontend_properties *c = &dev->fe.dtv_property_cache; in rtl2830_init() local 162 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in rtl2830_set_frontend() local 269 struct dtv_frontend_properties *c) in rtl2830_get_frontend() 385 struct dtv_frontend_properties *c = &dev->fe.dtv_property_cache; in rtl2830_read_status() local 501 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in rtl2830_read_snr() local 531 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in rtl2830_read_signal_strength() local
|
D | af9033.c | 72 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in af9033_init() local 359 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in af9033_set_frontend() local 487 struct dtv_frontend_properties *c) in af9033_get_frontend() 616 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in af9033_read_status() local 823 struct dtv_frontend_properties *c = &dev->fe.dtv_property_cache; in af9033_read_snr() local 874 struct dtv_frontend_properties *c = &dev->fe.dtv_property_cache; in af9033_read_signal_strength() local
|
/linux-6.15/fs/ubifs/ |
D | sysfs.c | 68 struct ubifs_info *c = container_of(kobj, struct ubifs_info, kobj); in ubifs_sb_release() local 91 int ubifs_sysfs_register(struct ubifs_info *c) in ubifs_sysfs_register() 131 void ubifs_sysfs_unregister(struct ubifs_info *c) in ubifs_sysfs_unregister()
|
/linux-6.15/tools/include/nolibc/ |
D | stdio.h | 122 #define putc(c, stream) fputc(c, stream) argument 125 int fputc(int c, FILE* stream) in fputc() 135 int putchar(int c) in putchar() 195 int c; in fgets() local 219 char escape, lpref, c; in vfprintf() local
|
/linux-6.15/kernel/power/ |
D | qos.c | 53 s32 pm_qos_read_value(struct pm_qos_constraints *c) in pm_qos_read_value() 58 static int pm_qos_get_value(struct pm_qos_constraints *c) in pm_qos_get_value() 76 static void pm_qos_set_value(struct pm_qos_constraints *c, s32 value) in pm_qos_set_value() 98 int pm_qos_update_target(struct pm_qos_constraints *c, struct plist_node *node, in pm_qos_update_target() 445 struct pm_qos_constraints *c; in freq_constraints_init() local
|
/linux-6.15/tools/testing/selftests/powerpc/nx-gzip/include/ |
D | crb.h | 135 #define crb_csb_addr(c) __be64_to_cpu(c->csb_addr) argument 136 #define crb_nx_fault_addr(c) __be64_to_cpu(c->stamp.nx.fault_storage_addr) argument 137 #define crb_nx_flags(c) c->stamp.nx.flags argument 138 #define crb_nx_fault_status(c) c->stamp.nx.fault_status argument 139 #define crb_nx_pswid(c) c->stamp.nx.pswid argument
|
/linux-6.15/scripts/mod/ |
D | sumversion.c | 69 #define ROUND1(a,b,c,d,k,s) (a = lshift(a + F(b,c,d) + k, s)) argument 70 #define ROUND2(a,b,c,d,k,s) (a = lshift(a + G(b,c,d) + k + (uint32_t)0x5A827999,s)) argument 71 #define ROUND3(a,b,c,d,k,s) (a = lshift(a + H(b,c,d) + k + (uint32_t)0x6ED9EBA1,s)) argument 92 uint32_t a, b, c, d; in md4_transform() local 227 static inline void add_char(unsigned char c, struct md4_ctx *md) in add_char()
|
/linux-6.15/arch/powerpc/lib/ |
D | test_emulate_step.c | 292 } c; in test_lfsx_stfsx() local 335 } c; in test_plfs_pstfs() local 382 } c; in test_lfdx_stfdx() local 425 } c; in test_plfd_pstfd() local 498 } c; in test_lvx_stvx() local 555 } c; in test_lxvd2x_stxvd2x() local 621 } c[2]; in test_lxvp_stxvp() local 708 } c[2]; in test_lxvpx_stxvpx() local 797 } c[2]; in test_plxvp_pstxvp() local
|
/linux-6.15/drivers/video/fbdev/matrox/ |
D | matroxfb_maven.c | 139 static int maven_get_reg(struct i2c_client* c, char reg) { in maven_get_reg() 163 static int maven_set_reg(struct i2c_client* c, int reg, int val) { in maven_set_reg() 172 static int maven_set_reg_pair(struct i2c_client* c, int reg, int val) { in maven_set_reg_pair() 361 const int c = md->primary_head->altout.tvo_params.contrast; in maven_compute_bwlevel() local 525 static void maven_init_TV(struct i2c_client* c, const struct mavenregs* m) { in maven_init_TV() 734 unsigned int c; in maven_find_exact_clocks() local 759 unsigned int a, bv, c; in maven_compute_timming() local 991 struct i2c_client *c = md->client; in maven_program_timming() local 1028 struct i2c_client *c = md->client; in maven_resync() local
|
/linux-6.15/tools/testing/selftests/net/tcp_ao/lib/ |
D | sock.c | 74 static bool __skpair_poll_should_stop(int sk, struct tcp_counters *c, in __skpair_poll_should_stop() 91 struct tcp_counters *c, test_cnt cond, in __test_skpair_poll() 151 struct tcp_counters c; in test_skpair_wait_poll() local 168 struct tcp_counters c; in _test_skpair_connect_poll() local 589 static ssize_t _test_server_run(int sk, ssize_t quota, struct tcp_counters *c, in _test_server_run() 634 struct tcp_counters c; in test_skpair_server() local 648 struct tcp_counters *c, test_cnt cond, in test_client_loop() 716 struct tcp_counters c; in test_skpair_client() local
|
/linux-6.15/drivers/media/dvb-frontends/cxd2880/ |
D | cxd2880_top.c | 565 struct dtv_frontend_properties *c = NULL; in cxd2880_read_signal_strength() local 608 struct dtv_frontend_properties *c = NULL; in cxd2880_read_snr() local 646 struct dtv_frontend_properties *c = NULL; in cxd2880_read_ucblocks() local 1037 struct dtv_frontend_properties *c; in cxd2880_set_frontend() local 1124 struct dtv_frontend_properties *c = NULL; in cxd2880_get_stats() local 1310 struct dtv_frontend_properties *c = NULL; in cxd2880_read_status() local 1408 struct dtv_frontend_properties *c) in cxd2880_get_frontend_t() 1609 struct dtv_frontend_properties *c) in cxd2880_get_frontend_t2()
|
/linux-6.15/drivers/gpu/drm/nouveau/include/nvif/ |
D | pushc37b.h | 7 #define PUSH_HDR(p,m,c) do { \ argument 16 #define PUSH_MTHD_HDR(p,s,m,c) PUSH_HDR(p,m,c) argument
|
/linux-6.15/drivers/video/fbdev/ |
D | sbuslib.c | 119 struct fbcmap __user *c = (struct fbcmap __user *) arg; in sbusfb_ioctl_helper() local 160 struct fbcmap __user *c = (struct fbcmap __user *) arg; in sbusfb_ioctl_helper() local 213 struct fbcmap32 c; in sbusfb_compat_ioctl() local 253 struct fbcmap32 c; in sbusfb_compat_ioctl() local
|
/linux-6.15/arch/x86/kernel/acpi/ |
D | cstate.c | 35 struct cpuinfo_x86 *c = &cpu_data(cpu); in acpi_processor_power_init_bm_check() local 174 struct cpuinfo_x86 *c = &cpu_data(cpu); in acpi_processor_ffh_cstate_probe() local 232 struct cpuinfo_x86 *c = &boot_cpu_data; in ffh_cstate_init() local
|
/linux-6.15/drivers/media/pci/bt8xx/ |
D | dvb-bt8xx.c | 145 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in thomson_dtt7579_tuner_calc_regs() local 189 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx24108_tuner_set_params() local 268 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in microtune_mt7202dtf_tuner_set_params() local 344 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in advbt771_samsung_tdtc9251dh0_tuner_calc_regs() local 460 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in vp3021_alps_tded4_tuner_set_params() local 514 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in digitv_alps_tded4_tuner_calc_regs() local
|
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_stats.c | 493 static void mlx5e_stats_update_stats_rq_page_pool(struct mlx5e_channel *c) in mlx5e_stats_update_stats_rq_page_pool() 646 #define VNIC_ENV_OFF(c) MLX5_BYTE_OFF(query_vnic_env_out, c) argument 729 #define VPORT_COUNTER_OFF(c) MLX5_BYTE_OFF(query_vport_counter_out, c) argument 829 #define PPORT_802_3_OFF(c) \ argument 899 #define MLX5E_READ_CTR64_BE_F(ptr, set, c) \ argument 1005 #define PPORT_2863_OFF(c) \ argument 1054 #define PPORT_2819_OFF(c) \ argument 1204 struct mlx5e_channel *c = priv->channels.c[j]; in mlx5e_stats_ts_get() local 1218 #define PPORT_PHY_LAYER_OFF(c) \ argument 1225 #define PPORT_PHY_STATISTICAL_OFF(c) \ argument [all …]
|
/linux-6.15/net/ipv6/ |
D | ip6mr.c | 360 struct mfc6_cache *c = (struct mfc6_cache *)ptr; in ip6mr_hash_cmp() local 776 struct mr_mfc *c = container_of(head, struct mr_mfc, rcu); in ip6mr_cache_free_rcu() local 781 static inline void ip6mr_cache_free(struct mfc6_cache *c) in ip6mr_cache_free() 790 static void ip6mr_destroy_unres(struct mr_table *mrt, struct mfc6_cache *c) in ip6mr_destroy_unres() 820 struct mr_mfc *c, *next; in ipmr_do_expire_process() local 1001 struct mfc6_cache *c = kmem_cache_zalloc(mrt_cachep, GFP_KERNEL); in ip6mr_cache_alloc() local 1013 struct mfc6_cache *c = kmem_cache_zalloc(mrt_cachep, GFP_ATOMIC); in ip6mr_cache_alloc_unres() local 1026 struct mfc6_cache *uc, struct mfc6_cache *c) in ip6mr_cache_resolve() 1162 struct mfc6_cache *c; in ip6mr_cache_unresolved() local 1239 struct mfc6_cache *c; in ip6mr_mfc_delete() local [all …]
|
/linux-6.15/drivers/char/ |
D | misc.c | 139 struct miscdevice *c = NULL, *iter; in misc_open() local 187 const struct miscdevice *c = dev_get_drvdata(dev); in misc_devnode() local 244 struct miscdevice *c; in misc_register() local
|
/linux-6.15/arch/m68k/sun3/prom/ |
D | console.c | 35 prom_nbputchar(char c) in prom_nbputchar() 57 prom_putchar(char c) in prom_putchar()
|
/linux-6.15/tools/testing/selftests/bpf/progs/ |
D | bpf_iter_ksym.c | 10 static inline char to_lower(char c) in to_lower() 17 static inline char to_upper(char c) in to_upper()
|