Home
last modified time | relevance | path

Searched defs:c (Results 401 – 425 of 2298) sorted by relevance

1...<<11121314151617181920>>...92

/linux/arch/x86/events/intel/
H A Dcore.c3387 struct event_constraint *c = &vlbr_constraint; in intel_vlbr_constraints() local
3446 struct event_constraint *c = &emptyconstraint; in __intel_shared_reg_get_constraints() local
3546 struct event_constraint *c = NULL, *d; in intel_shared_regs_constraints() local
3571 struct event_constraint *c; in x86_get_event_constraints() local
3589 struct event_constraint *c; in __intel_get_event_constraints() local
3643 struct event_constraint *c = cpuc->event_constraint[idx]; in intel_commit_scheduling() local
3694 dyn_constraint(struct cpu_hw_events *cpuc, struct event_constraint *c, int idx) in dyn_constraint()
3724 int idx, struct event_constraint *c) in intel_get_excl_constraints()
4758 struct event_constraint *c; in hsw_get_event_constraints() local
4791 struct event_constraint *c; in glc_get_event_constraints() local
[all …]
/linux/fs/hpfs/
H A Dname.c12 static inline int not_allowed_char(unsigned char c) in not_allowed_char()
18 static inline int no_dos_char(unsigned char c) in no_dos_char()
H A Ddnode.c96 static void hpfs_pos_ins(loff_t *p, loff_t d, loff_t c) in hpfs_pos_ins()
108 static void hpfs_pos_del(loff_t *p, loff_t d, loff_t c) in hpfs_pos_del()
181 int c = hpfs_compare_names(s, name, namelen, de->name, de->namelen, de->last); in hpfs_add_de() local
396 int c; in hpfs_add_dirent() local
848 unsigned c; in map_pos_dirent() local
1009 int c; in map_fnode_dirent() local
/linux/drivers/media/i2c/cx25840/
H A Dcx25840-vbi.c13 static int odd_parity(u8 c) in odd_parity()
59 u8 c, err = 0; in decode_vps() local
/linux/drivers/hid/
H A Dhid-dr.c245 #define map_abs(c) hid_map_usage(hi, usage, bit, max, EV_ABS, (c)) argument
246 #define map_rel(c) hid_map_usage(hi, usage, bit, max, EV_REL, (c)) argument
H A Dhid-input.c96 #define map_abs(c) hid_map_usage(hidinput, usage, &bit, &max, EV_ABS, (c)) argument
97 #define map_rel(c) hid_map_usage(hidinput, usage, &bit, &max, EV_REL, (c)) argument
98 #define map_key(c) hid_map_usage(hidinput, usage, &bit, &max, EV_KEY, (c)) argument
99 #define map_led(c) hid_map_usage(hidinput, usage, &bit, &max, EV_LED, (c)) argument
100 #define map_msc(c) hid_map_usage(hidinput, usage, &bit, &max, EV_MSC, (c)) argument
102 #define map_abs_clear(c) hid_map_usage_clear(hidinput, usage, &bit, \ argument
104 #define map_key_clear(c) hid_map_usage_clear(hidinput, usage, &bit, \ argument
/linux/drivers/tty/serial/8250/
H A D8250_early.c85 static void serial_putc(struct uart_port *port, unsigned char c) in serial_putc()
134 unsigned char c; in init_port() local
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c728 static int mlx5e_init_rxq_rq(struct mlx5e_channel *c, struct mlx5e_params *params, in mlx5e_init_rxq_rq()
1537 static int mlx5e_alloc_xdpsq(struct mlx5e_channel *c, in mlx5e_alloc_xdpsq()
1626 static int mlx5e_alloc_icosq(struct mlx5e_channel *c, in mlx5e_alloc_icosq()
1701 static int mlx5e_alloc_txqsq(struct mlx5e_channel *c, in mlx5e_alloc_txqsq()
1882 int mlx5e_open_txqsq(struct mlx5e_channel *c, u32 tisn, int txq_ix, in mlx5e_open_txqsq()
2059 static int mlx5e_open_icosq(struct mlx5e_channel *c, struct mlx5e_params *params, in mlx5e_open_icosq()
2108 struct mlx5e_channel *c = sq->channel; in mlx5e_close_icosq() local
2117 int mlx5e_open_xdpsq(struct mlx5e_channel *c, struct mlx5e_params *params, in mlx5e_open_xdpsq()
2154 struct mlx5e_channel *c = sq->channel; in mlx5e_close_xdpsq() local
2164 static struct mlx5e_xdpsq *mlx5e_open_xdpredirect_sq(struct mlx5e_channel *c, in mlx5e_open_xdpredirect_sq()
[all …]
/linux/sound/soc/intel/atom/
H A Dsst-atom-controls.c163 struct snd_soc_component *c = snd_kcontrol_chip(kcontrol); in sst_slot_get() local
221 struct snd_soc_component *c = snd_soc_kcontrol_component(kcontrol); in sst_slot_put() local
520 struct snd_soc_component *c = snd_soc_dapm_to_component(w->dapm); in sst_send_pipe_module_params() local
981 struct snd_soc_component *c = snd_soc_dapm_to_component(w->dapm); in sst_set_be_modules() local
1002 struct snd_soc_component *c = snd_soc_dapm_to_component(w->dapm); in sst_set_media_path() local
1039 struct snd_soc_component *c = snd_soc_dapm_to_component(w->dapm); in sst_set_media_loop() local
1391 struct snd_soc_component *c = snd_soc_dapm_to_component(w->dapm); in sst_fill_module_list() local
/linux/drivers/dma/
H A Dhisi_dma.c320 static inline struct hisi_dma_chan *to_hisi_dma_chan(struct dma_chan *c) in to_hisi_dma_chan()
461 static void hisi_dma_free_chan_resources(struct dma_chan *c) in hisi_dma_free_chan_resources()
482 hisi_dma_prep_dma_memcpy(struct dma_chan *c, dma_addr_t dst, dma_addr_t src, in hisi_dma_prep_dma_memcpy()
500 hisi_dma_tx_status(struct dma_chan *c, dma_cookie_t cookie, in hisi_dma_tx_status()
539 static void hisi_dma_issue_pending(struct dma_chan *c) in hisi_dma_issue_pending()
552 static int hisi_dma_terminate_all(struct dma_chan *c) in hisi_dma_terminate_all()
576 static void hisi_dma_synchronize(struct dma_chan *c) in hisi_dma_synchronize()
/linux/drivers/iio/adc/
H A Dad4851.c50 #define AD4851_REG_TESTPAT_0(c) (0x38 + (c) * 0x12) argument
51 #define AD4851_REG_TESTPAT_1(c) (0x39 + (c) * 0x12) argument
52 #define AD4851_REG_TESTPAT_2(c) (0x3A + (c) * 0x12) argument
53 #define AD4851_REG_TESTPAT_3(c) (0x3B + (c) * 0x12) argument
81 #define AD4851_TESTPAT_3_DEFAULT(c) (0x0A + (0x10 * (c))) argument
501 int c, ret; in ad4851_calibrate() local
846 unsigned int c; in ad4851_update_scan_mode() local
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_l4lb_noinline.c28 #define __jhash_mix(a, b, c) \ argument
38 #define __jhash_final(a, b, c) \ argument
55 u32 a, b, c; in jhash() local
89 static __noinline u32 __jhash_nwords(u32 a, u32 b, u32 c, u32 initval) in __jhash_nwords()
H A Dtest_l4lb.c32 #define __jhash_mix(a, b, c) \ argument
42 #define __jhash_final(a, b, c) \ argument
59 u32 a, b, c; in jhash() local
93 static inline u32 __jhash_nwords(u32 a, u32 b, u32 c, u32 initval) in __jhash_nwords()
/linux/drivers/media/dvb-frontends/
H A Dts2020.c80 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in ts2020_init() local
190 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in ts2020_set_params() local
432 struct dtv_frontend_properties *c = &priv->fe->dtv_property_cache; in ts2020_stat_work() local
456 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in ts2020_read_signal_strength() local
/linux/arch/x86/kernel/cpu/microcode/
H A Dintel.c566 struct cpuinfo_x86 *c = &cpu_data(cpu); in is_blacklisted() local
588 struct cpuinfo_x86 *c = &cpu_data(cpu); in request_microcode_fw() local
633 static __init void calc_llc_size_per_core(struct cpuinfo_x86 *c) in calc_llc_size_per_core()
643 struct cpuinfo_x86 *c = &boot_cpu_data; in init_intel_microcode() local
/linux/drivers/net/slip/
H A Dslip.c329 unsigned char c = sl->rbuff[0]; local
921 unsigned char c; local
1004 unsigned char c; local
1040 unsigned char c; local
/linux/drivers/firmware/efi/libstub/
H A Dstring.c173 char *strrchr(const char *s, int c) in strrchr()
193 void *memchr(const void *s, int c, size_t n) in memchr()
/linux/arch/mips/txx9/rbtx4927/
H A Dsetup.c65 struct pci_controller *c = &txx9_primary_pcic; in tx4927_pci_setup() local
112 struct pci_controller *c = &txx9_primary_pcic; in tx4937_pci_setup() local
/linux/include/linux/
H A Dnls.h62 static inline unsigned char nls_tolower(struct nls_table *t, unsigned char c) in nls_tolower()
69 static inline unsigned char nls_toupper(struct nls_table *t, unsigned char c) in nls_toupper()
/linux/drivers/infiniband/hw/mlx5/
H A Ddevx.c974 static int devx_get_uid(struct mlx5_ib_ucontext *c, void *cmd_in) in devx_get_uid()
1033 struct mlx5_ib_ucontext *c; in UVERBS_HANDLER() local
1082 struct mlx5_ib_ucontext *c; in UVERBS_HANDLER() local
1110 struct mlx5_ib_ucontext *c; in UVERBS_HANDLER() local
1521 struct mlx5_ib_ucontext *c = rdma_udata_to_drv_context( in UVERBS_HANDLER() local
1639 struct mlx5_ib_ucontext *c = rdma_udata_to_drv_context( in UVERBS_HANDLER() local
1686 struct mlx5_ib_ucontext *c = rdma_udata_to_drv_context( in UVERBS_HANDLER() local
1768 struct mlx5_ib_ucontext *c = rdma_udata_to_drv_context( in UVERBS_HANDLER() local
1825 struct mlx5_ib_ucontext *c = rdma_udata_to_drv_context( in UVERBS_HANDLER() local
2053 struct mlx5_ib_ucontext *c = rdma_udata_to_drv_context( in UVERBS_HANDLER() local
[all …]
/linux/samples/seccomp/
H A Duser-trap.c37 char buf[CMSG_SPACE(sizeof(int))] = {0}, c = 'c'; in send_fd() local
68 char buf[CMSG_SPACE(sizeof(int))] = {0}, c = 'c'; in recv_fd() local
/linux/drivers/md/bcache/
H A Dutil.c20 #define simple_strtoint(c, end, base) simple_strtol(c, end, base) argument
21 #define simple_strtouint(c, end, base) simple_strtoul(c, end, base) argument
/linux/lib/crypto/
H A Dpoly1305-donna32.c41 u32 c; in poly1305_core_blocks() local
125 u32 h0, h1, h2, h3, h4, c; in poly1305_core_emit() local
/linux/arch/x86/include/asm/
H A Dacpi.h112 struct cpuinfo_x86 *c = &cpu_data(0); in arch_has_acpi_pdc() local
119 struct cpuinfo_x86 *c = &cpu_data(0); in arch_acpi_set_proc_cap_bits() local
/linux/tools/include/linux/
H A Drbtree.h239 int c; in rb_find_add() local
273 int c = cmp(key, node); in rb_find() local
302 int c = cmp(key, node); in rb_find_first() local

1...<<11121314151617181920>>...92