Home
last modified time | relevance | path

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

12345678910>>...145

/openbmc/linux/arch/x86/kernel/
H A Dsmpboot.c337 struct cpuinfo_x86 *c = &cpu_data(cpu); in topology_phys_to_logical_pkg() local
358 struct cpuinfo_x86 *c = &cpu_data(cpu); in topology_phys_to_logical_die() local
417 struct cpuinfo_x86 *c = &cpu_data(id); in smp_store_boot_cpu_info() local
432 struct cpuinfo_x86 *c = &cpu_data(id); in smp_store_cpu_info() local
447 topology_same_node(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in topology_same_node()
455 topology_sane(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o, const char *name) in topology_sane()
471 static bool match_smt(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in match_smt()
497 static bool match_die(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in match_die()
505 static bool match_l2c(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in match_l2c()
525 static bool match_pkg(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in match_pkg()
[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/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/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_merge3d.c20 struct dpu_hw_blk_reg_map *c; in dpu_hw_merge_3d_setup_3d_mode() local
34 static void _setup_merge_3d_ops(struct dpu_hw_merge_3d *c, in _setup_merge_3d_ops()
43 struct dpu_hw_merge_3d *c; in dpu_hw_merge_3d_init() local
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/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()
98 static int user_to_new(struct v4l2_ext_control *c, struct v4l2_ctrl *ctrl) in user_to_new()
224 struct v4l2_ext_control *c = &cs->controls[i]; in prepare_ext_ctrls() local
734 static int get_ctrl(struct v4l2_ctrl *ctrl, struct v4l2_ext_control *c) in get_ctrl()
768 struct v4l2_ext_control c; in v4l2_g_ctrl() local
813 struct v4l2_ext_control *c) in set_ctrl_lock()
[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/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/phosphor-host-ipmid/transport/serialbridge/
H A Dserialcmd.cpp48 uint8_t SerialChannel::getUnescapedCharacter(uint8_t c) in getUnescapedCharacter()
71 for (auto c : escapedDataBytes) in consumeIpmiSerialPacket() local
130 [&buffer, &checksum](const auto& c) { in processEscapedCharacter()
213 for (auto c : responseBuffer) in write() local
316 for (auto c : requestBuffer) in read() 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/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
94 int BPF_PROG2(test_struct_arg_6, int, a, int, b, struct bpf_testmod_struct_arg_2, c, int, ret) 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
[all …]
/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()
356 u32 portid, u32 seq, struct mr_mfc *c, in mr_rtm_dumproute()
/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/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/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/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
/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/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/qemu/tests/unit/
H A Dtest-block-iothread.c86 static void test_sync_op_pread(BdrvChild *c) in test_sync_op_pread()
100 static void test_sync_op_pwrite(BdrvChild *c) in test_sync_op_pwrite()
229 static void test_sync_op_load_vmstate(BdrvChild *c) in test_sync_op_load_vmstate()
239 static void test_sync_op_save_vmstate(BdrvChild *c) in test_sync_op_save_vmstate()
249 static void test_sync_op_pdiscard(BdrvChild *c) in test_sync_op_pdiscard()
281 static void test_sync_op_truncate(BdrvChild *c) in test_sync_op_truncate()
316 static void TSA_NO_TSA test_sync_op_block_status(BdrvChild *c) in test_sync_op_block_status()
339 static void test_sync_op_flush(BdrvChild *c) in test_sync_op_flush()
374 static void test_sync_op_check(BdrvChild *c) in test_sync_op_check()
384 static void test_sync_op_activate(BdrvChild *c) in test_sync_op_activate()
[all …]
/openbmc/qemu/hw/uefi/
H A Dvar-service-siglist.c20 uefi_vars_cert *c; in uefi_vars_siglist_add_x509() local
70 uefi_vars_cert *c, *cs; in uefi_vars_siglist_free() local
145 uefi_vars_cert *c; in uefi_vars_siglist_blob_size() local
169 uefi_vars_cert *c; in uefi_vars_siglist_blob_generate() local
/openbmc/linux/tools/include/nolibc/
H A Dstring.h100 char *strchr(const char *s, int c) in strchr()
113 unsigned int c; in strcmp() local
201 char c; in strlcat() local
223 char c; in strlcpy() local
257 unsigned int c; in strncmp() local
279 char *strrchr(const char *s, int c) in strrchr()
/openbmc/linux/arch/powerpc/platforms/ps3/
H A Dmm.c383 static void _dma_dump_chunk (const struct dma_chunk* c, const char* func, in _dma_dump_chunk()
400 struct dma_chunk *c; in dma_find_chunk() local
429 struct dma_chunk *c; in dma_find_chunk_lpar() local
457 static int dma_sb_free_chunk(struct dma_chunk *c) in dma_sb_free_chunk()
471 static int dma_ioc0_free_chunk(struct dma_chunk *c) in dma_ioc0_free_chunk()
517 struct dma_chunk *c; in dma_sb_map_pages() local
558 struct dma_chunk *c, *last; in dma_ioc0_map_pages() local
711 struct dma_chunk *c; in dma_sb_region_free() local
742 struct dma_chunk *c, *n; in dma_ioc0_region_free() local
779 struct dma_chunk *c; in dma_sb_map_area() local
[all …]

12345678910>>...145