Home
last modified time | relevance | path

Searched defs:c (Results 201 – 225 of 3597) sorted by relevance

12345678910>>...144

/openbmc/linux/drivers/mmc/host/
H A Dsdhci-acpi.c180 struct sdhci_acpi_host *c = dev_get_drvdata(dev); in intel_start_signal_voltage_switch() local
313 struct sdhci_acpi_host *c = platform_get_drvdata(pdev); in intel_probe_slot() local
337 struct sdhci_acpi_host *c = platform_get_drvdata(pdev); in intel_setup_host() local
412 struct sdhci_acpi_host *c = platform_get_drvdata(pdev); in qcom_probe_slot() local
433 struct sdhci_acpi_host *c = platform_get_drvdata(pdev); in qcom_free_slot() local
823 struct sdhci_acpi_host *c; in sdhci_acpi_probe() local
996 struct sdhci_acpi_host *c = dev_get_drvdata(dev); in sdhci_acpi_reset_signal_voltage_if_needed() local
1013 struct sdhci_acpi_host *c = dev_get_drvdata(dev); in sdhci_acpi_suspend() local
1030 struct sdhci_acpi_host *c = dev_get_drvdata(dev); in sdhci_acpi_resume() local
1043 struct sdhci_acpi_host *c = dev_get_drvdata(dev); in sdhci_acpi_runtime_suspend() local
[all …]
/openbmc/linux/drivers/md/bcache/
H A Dextents.c42 int64_t c = bkey_cmp(l.k, r.k); in bch_key_sort_cmp() local
47 static bool __ptr_invalid(struct cache_set *c, const struct bkey *k) in __ptr_invalid()
68 static const char *bch_ptr_status(struct cache_set *c, const struct bkey *k) in bch_ptr_status()
149 bool __bch_btree_ptr_invalid(struct cache_set *c, const struct bkey *k) in __bch_btree_ptr_invalid()
261 int64_t c = bkey_cmp(&START_KEY(l.k), &START_KEY(r.k)); in bch_extent_sort_cmp() local
314 struct cache_set *c, in bch_subtract_dirty()
328 struct cache_set *c = container_of(b, struct btree, keys)->c; in bch_extent_insert_fixup() local
480 bool __bch_extent_invalid(struct cache_set *c, const struct bkey *k) in __bch_extent_invalid()
H A Dalloc.c86 void bch_rescale_priorities(struct cache_set *c, int sectors) in bch_rescale_priorities()
480 void bch_bucket_free(struct cache_set *c, struct bkey *k) in bch_bucket_free()
488 int __bch_bucket_alloc_set(struct cache_set *c, unsigned int reserve, in __bch_bucket_alloc_set()
520 int bch_bucket_alloc_set(struct cache_set *c, unsigned int reserve, in bch_bucket_alloc_set()
565 static struct open_bucket *pick_data_bucket(struct cache_set *c, in pick_data_bucket()
606 bool bch_alloc_sectors(struct cache_set *c, in bch_alloc_sectors()
697 void bch_open_buckets_free(struct cache_set *c) in bch_open_buckets_free()
709 int bch_open_buckets_alloc(struct cache_set *c) in bch_open_buckets_alloc()
/openbmc/linux/fs/jffs2/
H A Ddir.c168 struct jffs2_sb_info *c; in jffs2_create() local
230 struct jffs2_sb_info *c = JFFS2_SB_INFO(dir_i->i_sb); in jffs2_unlink() local
249 struct jffs2_sb_info *c = JFFS2_SB_INFO(old_dentry->d_sb); in jffs2_link() local
287 struct jffs2_sb_info *c; in jffs2_symlink() local
451 struct jffs2_sb_info *c; in jffs2_mkdir() local
594 struct jffs2_sb_info *c = JFFS2_SB_INFO(dir_i->i_sb); in jffs2_rmdir() local
624 struct jffs2_sb_info *c; in jffs2_mknod() local
775 struct jffs2_sb_info *c = JFFS2_SB_INFO(old_dir_i->i_sb); in jffs2_rename() local
/openbmc/linux/lib/
H A Dstring.c156 unsigned long c, data; in strscpy() local
172 char c; in strscpy() local
327 char *strchr(const char *s, int c) in strchr()
346 char *strchrnul(const char *s, int c) in strchrnul()
365 char *strnchrnul(const char *s, size_t count, int c) in strnchrnul()
378 char *strrchr(const char *s, int c) in strrchr()
400 char *strnchr(const char *s, size_t count, int c) in strnchr()
532 void *memset(void *s, int c, size_t count) in memset()
728 void *memscan(void *addr, int c, size_t size) in memscan()
803 void *memchr(const void *s, int c, size_t n) in memchr()
[all …]
/openbmc/linux/arch/x86/include/asm/
H A Dcpufeature.h54 #define test_cpu_cap(c, bit) \ argument
126 #define cpu_has(c, bit) \ argument
148 #define set_cpu_cap(c, bit) set_bit(bit, (unsigned long *)((c)->x86_capability)) argument
200 #define cpu_has_bug(c, bit) cpu_has(c, (bit)) argument
201 #define set_cpu_bug(c, bit) set_cpu_cap(c, (bit)) argument
202 #define clear_cpu_bug(c, bit) clear_cpu_cap(c, (bit)) argument
/openbmc/linux/arch/x86/kernel/
H A Dsmpboot.c340 struct cpuinfo_x86 *c = &cpu_data(cpu); in topology_phys_to_logical_pkg() local
361 struct cpuinfo_x86 *c = &cpu_data(cpu); in topology_phys_to_logical_die() local
420 struct cpuinfo_x86 *c = &cpu_data(id); in smp_store_boot_cpu_info() local
435 struct cpuinfo_x86 *c = &cpu_data(id); in smp_store_cpu_info() local
450 topology_same_node(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in topology_same_node()
474 static bool match_smt(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in match_smt()
500 static bool match_die(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in match_die()
508 static bool match_l2c(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in match_l2c()
665 struct cpuinfo_x86 *c = &cpu_data(cpu); in set_cpu_sibling_map() local
1147 struct cpuinfo_x86 *c; in smp_cpu_index_default() local
[all …]
/openbmc/u-boot/drivers/usb/gadget/
H A Dcomposite.c167 struct usb_config_descriptor *c; in config_buf() local
219 struct usb_configuration *c; in config_desc() local
251 struct usb_configuration *c; in count_configs() local
313 struct usb_configuration *c = NULL; in set_config() local
419 struct usb_configuration *c; in usb_add_config() local
529 struct usb_configuration *c; in get_string() local
673 int usb_string_ids_n(struct usb_composite_dev *c, unsigned n) in usb_string_ids_n()
711 struct usb_configuration *c; in composite_setup() local
937 struct usb_configuration *c; in composite_unbind() local
/openbmc/linux/arch/arm/mach-meson/
H A Dplatsmp.c23 #define MESON_SMP_SRAM_CPU_CTRL_ADDR_REG(c) (0x04 + ((c - 1) << 2)) argument
29 #define MESON_CPU_PWR_A9_CNTL0_M(c) (0x03 << ((c * 2) + 16)) argument
30 #define MESON_CPU_PWR_A9_CNTL1_M(c) (0x03 << ((c + 1) << 1)) argument
31 #define MESON_CPU_PWR_A9_MEM_PD0_M(c) (0x0f << (32 - (c * 4))) argument
32 #define MESON_CPU_PWR_A9_CNTL1_ST(c) (0x01 << (c + 16)) argument
/openbmc/linux/arch/x86/kernel/cpu/
H A Dcyrix.c94 static void check_cx686_slop(struct cpuinfo_x86 *c) in check_cx686_slop()
173 static void early_init_cyrix(struct cpuinfo_x86 *c) in early_init_cyrix()
192 static void init_cyrix(struct cpuinfo_x86 *c) in init_cyrix()
364 static void init_nsc(struct cpuinfo_x86 *c) in init_nsc()
413 static void cyrix_identify(struct cpuinfo_x86 *c) in cyrix_identify()
H A Dcpuid-deps.c88 static inline void clear_feature(struct cpuinfo_x86 *c, unsigned int feature) in clear_feature()
106 static void do_clear_cpu_cap(struct cpuinfo_x86 *c, unsigned int feature) in do_clear_cpu_cap()
136 void clear_cpu_cap(struct cpuinfo_x86 *c, unsigned int feature) in clear_cpu_cap()
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-ctrls-api.c40 static int ptr_to_user(struct v4l2_ext_control *c, in ptr_to_user()
70 static int cur_to_user(struct v4l2_ext_control *c, struct v4l2_ctrl *ctrl) in cur_to_user()
76 static int new_to_user(struct v4l2_ext_control *c, in new_to_user()
83 static int req_to_user(struct v4l2_ext_control *c, in req_to_user()
90 static int def_to_user(struct v4l2_ext_control *c, struct v4l2_ctrl *ctrl) in def_to_user()
224 struct v4l2_ext_control *c = &cs->controls[i]; in prepare_ext_ctrls() local
767 struct v4l2_ext_control c; in v4l2_g_ctrl() local
809 struct v4l2_ext_control *c) in set_ctrl_lock()
826 struct v4l2_ext_control c = { control->id }; in v4l2_s_ctrl() local
848 struct v4l2_ext_control c; in v4l2_ctrl_g_ctrl() local
[all …]
/openbmc/linux/drivers/net/can/sja1000/
H A Dpeak_pcmcia.c37 #define PCC_CHAN_OFF(c) ((c) * PCC_CHAN_SIZE) argument
59 #define PCC_CCR_RST_CHAN(c) (0x01 << ((c) + 2)) argument
64 #define PCC_LED(c) (1 << (c)) argument
73 #define PCC_CCR_LED_CHAN(s, c) ((s) << (((c) + 2) << 1)) argument
75 #define PCC_CCR_LED_ON_CHAN(c) PCC_CCR_LED_CHAN(PCC_LED_ON, c) argument
76 #define PCC_CCR_LED_FAST_CHAN(c) PCC_CCR_LED_CHAN(PCC_LED_FAST, c) argument
77 #define PCC_CCR_LED_SLOW_CHAN(c) PCC_CCR_LED_CHAN(PCC_LED_SLOW, c) argument
78 #define PCC_CCR_LED_OFF_CHAN(c) PCC_CCR_LED_CHAN(PCC_LED_OFF, c) argument
79 #define PCC_CCR_LED_MASK_CHAN(c) PCC_CCR_LED_OFF_CHAN(c) argument
187 int c = (priv->reg_base - card->ioport_addr) / PCC_CHAN_SIZE; in pcan_write_canreg() local
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_ctl.c74 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_ctl_get_flush_register() local
350 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_ctl_poll_reset_status() local
372 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_ctl_reset_control() local
384 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_ctl_wait_reset_status() local
403 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_ctl_clear_all_blendstages() local
446 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_ctl_setup_blendstage() local
509 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_ctl_intf_cfg_v1() local
548 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_ctl_intf_cfg() local
581 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_ctl_reset_intf_cfg_v1() local
688 struct dpu_hw_ctl *c; in dpu_hw_ctl_init() local
/openbmc/qemu/hw/watchdog/
H A Dallwinner-wdt.c127 const AwWdtClass *c = AW_WDT_GET_CLASS(s); in allwinner_wdt_sun6i_read() local
143 const AwWdtClass *c = AW_WDT_GET_CLASS(s); in allwinner_wdt_sun6i_write() local
179 const AwWdtClass *c = AW_WDT_GET_CLASS(s); in allwinner_wdt_update_timer() local
203 const AwWdtClass *c = AW_WDT_GET_CLASS(s); in allwinner_wdt_read() local
236 const AwWdtClass *c = AW_WDT_GET_CLASS(s); in allwinner_wdt_write() local
289 const AwWdtClass *c = AW_WDT_GET_CLASS(s); in allwinner_wdt_expired() local
327 const AwWdtClass *c = AW_WDT_GET_CLASS(s); in allwinner_wdt_init() local
/openbmc/linux/arch/arm/boot/compressed/
H A Ddecompress.c20 # define Tracec(c,x) {if (verbose && (c)) fprintf x ;} argument
21 # define Tracecv(c,x) {if (verbose>1 && (c)) fprintf x ;} argument
27 # define Tracec(c,x) argument
28 # define Tracecv(c,x) argument
/openbmc/linux/include/linux/
H A Ddebug_locks.h24 #define DEBUG_LOCKS_WARN_ON(c) \ argument
39 # define SMP_DEBUG_LOCKS_WARN_ON(c) DEBUG_LOCKS_WARN_ON(c) argument
41 # define SMP_DEBUG_LOCKS_WARN_ON(c) do { } while (0) argument
/openbmc/linux/arch/nios2/boot/compressed/
H A Dmisc.c59 # define Tracec(c, x) {if (verbose && (c)) fprintf x ; } argument
60 # define Tracecv(c, x) {if (verbose > 1 && (c)) fprintf x ; } argument
66 # define Tracec(c, x) argument
67 # define Tracecv(c, x) argument
94 void *memset(void *s, int c, size_t n) in memset()
135 ulg c = crc; /* temporary variable */ in flush_window() local
/openbmc/qemu/tests/qtest/
H A Dadm1272-test.c83 uint16_t pmbus_data2direct_mode(PMBusCoefficients c, uint32_t value) in pmbus_data2direct_mode()
90 uint32_t pmbus_direct_mode2data(PMBusCoefficients c, uint16_t value) in pmbus_direct_mode2data()
100 PMBusCoefficients c = adm1272_coefficients[ADM1272_VOLTAGE_COEFF_DEFAULT]; in adm1272_millivolts_to_direct() local
108 PMBusCoefficients c = adm1272_coefficients[ADM1272_VOLTAGE_COEFF_DEFAULT]; in adm1272_direct_to_millivolts() local
116 PMBusCoefficients c = adm1272_coefficients[ADM1272_CURRENT_COEFF_DEFAULT]; in adm1272_milliamps_to_direct() local
126 PMBusCoefficients c = adm1272_coefficients[ADM1272_CURRENT_COEFF_DEFAULT]; in adm1272_direct_to_milliamps() local
135 PMBusCoefficients c = adm1272_coefficients[ADM1272_PWR_COEFF_DEFAULT]; in adm1272_watts_to_direct() local
142 PMBusCoefficients c = adm1272_coefficients[ADM1272_PWR_COEFF_DEFAULT]; in adm1272_direct_to_watts() local
/openbmc/linux/net/ipv4/
H A Dipmr_base.c67 struct mr_mfc *c; in mr_mfc_find_parent() local
81 struct mr_mfc *c; in mr_mfc_find_any_parent() local
96 struct mr_mfc *c, *proxy; in mr_mfc_find_any() local
178 struct mr_mfc *c = v; in mr_mfc_seq_next() local
209 struct mr_mfc *c, struct rtmsg *rtm) in mr_fill_mroute()
280 const struct mr_mfc *c, in mr_mfc_uses_dev()
301 u32 portid, u32 seq, struct mr_mfc *c, in mr_table_dump()
358 u32 portid, u32 seq, struct mr_mfc *c, in mr_rtm_dumproute()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtracing_struct.c38 int BPF_PROG2(test_struct_arg_1, struct bpf_testmod_struct_arg_2, a, int, b, int, c) in BPF_PROG2() argument
48 int BPF_PROG2(test_struct_arg_2, struct bpf_testmod_struct_arg_2, a, int, b, int, c, int, ret) in BPF_PROG2() argument
67 int BPF_PROG2(test_struct_arg_3, int, a, struct bpf_testmod_struct_arg_2, b, int, c) in BPF_PROG2() argument
77 int BPF_PROG2(test_struct_arg_4, int, a, struct bpf_testmod_struct_arg_2, b, int, c, int, ret) in BPF_PROG2() argument
84 int BPF_PROG2(test_struct_arg_5, int, a, int, b, struct bpf_testmod_struct_arg_2, c) in BPF_PROG2() argument
101 int BPF_PROG2(test_struct_arg_7, struct bpf_testmod_struct_arg_1, a, int, b, in BPF_PROG2() argument
114 int BPF_PROG2(test_struct_arg_8, struct bpf_testmod_struct_arg_1, a, int, b, in BPF_PROG2() argument
142 int BPF_PROG2(test_struct_arg_12, __u64, a, void *, b, short, c, int, d, in BPF_PROG2() argument
156 int BPF_PROG2(test_struct_arg_13, __u64, a, void *, b, short, c, int, d, in BPF_PROG2() argument
164 int BPF_PROG2(test_struct_arg_14, __u64, a, void *, b, short, c, int, d, in BPF_PROG2() argument
[all …]
/openbmc/u-boot/arch/arm/mach-uniphier/
H A Ddebug.h22 static inline void debug_putc(int c) in debug_putc()
45 unsigned char c; in debug_puth() local
54 static inline void debug_putc(int c) in debug_putc()
/openbmc/qemu/tests/tcg/s390x/
H A Dadd-logical-with-carry.c42 unsigned long c, int *cc) in test32rm()
60 unsigned long c, int *cc) in test32mr()
78 unsigned long c, int *cc) in test64rm()
93 unsigned long c, int *cc) in test64mr()
126 unsigned long a, b, c, sum; in main() local
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddml_inline_defs.h37 static inline double dml_min3(double a, double b, double c) in dml_min3()
42 static inline double dml_min4(double a, double b, double c, double d) in dml_min4()
52 static inline double dml_max3(double a, double b, double c) in dml_max3()
57 static inline double dml_max4(double a, double b, double c, double d) in dml_max4()
62 static inline double dml_max5(double a, double b, double c, double d, double e) in dml_max5()
/openbmc/qemu/
H A Dblockjob.c87 static char *child_job_get_parent_desc(BdrvChild *c) in child_job_get_parent_desc()
93 static void child_job_drained_begin(BdrvChild *c) in child_job_drained_begin()
99 static bool child_job_drained_poll(BdrvChild *c) in child_job_drained_poll()
123 static void child_job_drained_end(BdrvChild *c) in child_job_drained_end()
147 static bool child_job_change_aio_ctx(BdrvChild *c, AioContext *ctx, in child_job_change_aio_ctx()
173 static AioContext *child_job_get_parent_aio_context(BdrvChild *c) in child_job_get_parent_aio_context()
204 BdrvChild *c = l->data; in block_job_remove_all_bdrv() local
222 BdrvChild *c = el->data; in block_job_has_bdrv() local
234 BdrvChild *c; in block_job_add_bdrv() local

12345678910>>...144