Home
last modified time | relevance | path

Searched defs:c (Results 251 – 275 of 2227) sorted by relevance

1...<<11121314151617181920>>...90

/linux/drivers/misc/lis3lv02d/
H A Dlis3lv02d_i2c.c48 struct i2c_client *c = lis3->bus_priv; in lis3_i2c_write() local
54 struct i2c_client *c = lis3->bus_priv; in lis3_i2c_read() local
62 struct i2c_client *c = lis3->bus_priv; in lis3_i2c_blockread() local
/linux/arch/sparc/kernel/
H A Dsysfs.c210 struct cpu *c = &per_cpu(cpu_devices, cpu); in register_cpu_online() local
224 struct cpu *c = &per_cpu(cpu_devices, cpu); in unregister_cpu_online() local
254 struct cpu *c = &per_cpu(cpu_devices, cpu); in topology_init() local
/linux/drivers/media/dvb-frontends/
H A Dmn88473.c21 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mn88473_set_frontend() local
241 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mn88473_read_status() local
463 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mn88473_init() local
H A Dds3000.c424 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in ds3000_read_status() local
462 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in ds3000_read_ber() local
536 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in ds3000_read_snr() local
622 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in ds3000_read_ucblocks() local
886 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in ds3000_set_frontend() local
/linux/fs/udf/
H A Dunicode.c45 unicode_t c; in get_utf16_char() local
94 unicode_t c; in udf_name_conv_char() local
152 uint32_t c; in udf_name_from_CS0() local
317 unicode_t c; in udf_name_to_CS0() local
/linux/lib/
H A Dbitmap-str.c260 static inline bool end_of_str(char c) in end_of_str()
265 static inline bool __end_of_region(char c) in __end_of_region()
270 static inline bool end_of_region(char c) in end_of_region()
437 int c, i; in bitmap_get_x32_reverse() local
/linux/fs/nls/
H A Dnls_base.c58 int c0, c, nc; in utf8_to_utf32() local
89 int c, nc; in utf32_to_utf8() local
117 static inline void put_utf16(wchar_t *s, unsigned c, enum utf16_endian endian) in put_utf16()
174 static inline unsigned long get_utf16(unsigned c, enum utf16_endian endian) in get_utf16()
/linux/drivers/dma/idxd/
H A Ddma.c15 static inline struct idxd_wq *to_idxd_wq(struct dma_chan *c) in to_idxd_wq()
86 idxd_dma_prep_interrupt(struct dma_chan *c, unsigned long flags) in idxd_dma_prep_interrupt()
107 idxd_dma_submit_memcpy(struct dma_chan *c, dma_addr_t dma_dest, in idxd_dma_submit_memcpy()
173 struct dma_chan *c = tx->chan; in idxd_dma_tx_submit() local
/linux/drivers/mtd/ubi/
H A Ddebug.h210 #define ubi_dbg_fail_power_cut(u, c) false argument
211 #define ubi_dbg_fail_read(u, c) false argument
213 #define ubi_dbg_fail_ff(u, c) false argument
215 #define ubi_dbg_fail_bad_hdr(u, c) false argument
216 #define ubi_dbg_fail_bad_hdr_ebadmsg(u, c) false argument
/linux/drivers/pcmcia/
H A Dpcmcia_resource.c162 config_t *c; in pcmcia_access_config() local
350 config_t *c; in pcmcia_release_configuration() local
396 config_t *c; in pcmcia_release_io() local
482 config_t *c; in pcmcia_enable_device() local
626 config_t *c = p_dev->function_config; in pcmcia_request_io() local
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dqos.c58 struct mlx5e_channel *c; in mlx5e_get_qos_sq() local
78 struct mlx5e_channel *c; in mlx5e_open_qos_sq() local
215 struct mlx5e_channel *c; in mlx5e_close_qos_sq() local
236 void mlx5e_qos_close_queues(struct mlx5e_channel *c) in mlx5e_qos_close_queues()
329 void mlx5e_qos_deactivate_queues(struct mlx5e_channel *c) in mlx5e_qos_deactivate_queues()
/linux/arch/x86/kernel/cpu/
H A Dtransmeta.c10 static void early_init_transmeta(struct cpuinfo_x86 *c) in early_init_transmeta()
22 static void init_transmeta(struct cpuinfo_x86 *c) in init_transmeta()
/linux/drivers/acpi/acpica/
H A Dacmacros.h191 #define ACPI_IS_ASCII(c) ((c) < 0x80) argument
363 #define ACPI_IS_ROOT_PREFIX(c) ((c) == (u8) 0x5C) /* Backslash */ argument
364 #define ACPI_IS_PARENT_PREFIX(c) ((c) == (u8) 0x5E) /* Carat */ argument
365 #define ACPI_IS_PATH_SEPARATOR(c) ((c) == (u8) 0x2E) /* Period (dot) */ argument
400 #define ARGI_LIST3(a, b, c) (ARG_1(c)|ARG_2(b)|ARG_3(a)) argument
401 #define ARGI_LIST4(a, b, c, d) (ARG_1(d)|ARG_2(c)|ARG_3(b)|ARG_4(a)) argument
402 #define ARGI_LIST5(a, b, c, d, e) (ARG_1(e)|ARG_2(d)|ARG_3(c)|ARG_4(b)|ARG_5(a)) argument
403 #define ARGI_LIST6(a, b, c, d, e, f) (ARG_1(f)|ARG_2(e)|ARG_3(d)|ARG_4(c)|ARG_5(b)|ARG_6(a)) argument
407 #define ARGP_LIST3(a, b, c) (ARG_1(a)|ARG_2(b)|ARG_3(c)) argument
408 #define ARGP_LIST4(a, b, c, d) (ARG_1(a)|ARG_2(b)|ARG_3(c)|ARG_4(d)) argument
[all …]
/linux/drivers/md/bcache/
H A Dbcache.h255 struct cache_set *c; member
761 #define btree_bytes(c) ((c)->btree_pages * PAGE_SIZE) argument
765 #define btree_default_blocks(c) \ argument
798 static inline size_t sector_to_bucket(struct cache_set *c, sector_t s) in sector_to_bucket()
803 static inline sector_t bucket_to_sector(struct cache_set *c, size_t b) in bucket_to_sector()
808 static inline sector_t bucket_remainder(struct cache_set *c, sector_t s) in bucket_remainder()
813 static inline size_t PTR_BUCKET_NR(struct cache_set *c, in PTR_BUCKET_NR()
820 static inline struct bucket *PTR_BUCKET(struct cache_set *c, in PTR_BUCKET()
834 static inline uint8_t ptr_stale(struct cache_set *c, const struct bkey *k, in ptr_stale()
840 static inline bool ptr_available(struct cache_set *c, const struct bkey *k, in ptr_available()
[all …]
/linux/drivers/dma/stm32/
H A Dstm32-mdma.c269 static struct stm32_mdma_chan *to_stm32_mdma_chan(struct dma_chan *c) in to_stm32_mdma_chan()
785 stm32_mdma_prep_slave_sg(struct dma_chan *c, struct scatterlist *sgl, in stm32_mdma_prep_slave_sg()
841 stm32_mdma_prep_dma_cyclic(struct dma_chan *c, dma_addr_t buf_addr, in stm32_mdma_prep_dma_cyclic()
937 stm32_mdma_prep_dma_memcpy(struct dma_chan *c, dma_addr_t dest, dma_addr_t src, in stm32_mdma_prep_dma_memcpy()
1193 static void stm32_mdma_issue_pending(struct dma_chan *c) in stm32_mdma_issue_pending()
1212 static int stm32_mdma_pause(struct dma_chan *c) in stm32_mdma_pause()
1228 static int stm32_mdma_resume(struct dma_chan *c) in stm32_mdma_resume()
1269 static int stm32_mdma_terminate_all(struct dma_chan *c) in stm32_mdma_terminate_all()
1290 static void stm32_mdma_synchronize(struct dma_chan *c) in stm32_mdma_synchronize()
1297 static int stm32_mdma_slave_config(struct dma_chan *c, in stm32_mdma_slave_config()
[all …]
/linux/sound/pci/riptide/
H A Driptide.c229 #define SEND_GETC(p,b,c) sendcmd(p,PARM|RESP,GETC,c,RET(b)) argument
232 #define SEND_RMEM(p,b,c,d) sendcmd(p,PARM|RESP,RMEM|BYTE1(b),LONG0(c),RET(d)) /* memory acc… argument
233 #define SEND_SMEM(p,b,c) sendcmd(p,PARM,SMEM|BYTE1(b),LONG0(c),RET(0)) /* memory access f… argument
234 #define SEND_WMEM(p,b,c) sendcmd(p,PARM,WMEM|BYTE1(b),LONG0(c),RET(0)) /* memory access f… argument
235 #define SEND_SDTM(p,b,c) sendcmd(p,PARM|RESP,SDTM|TRINIB1(b),0,RET(c)) /* memory access f… argument
238 #define SEND_SSTR(p,b,c) sendcmd(p,PARM,SSTR|BYTE3(b),LONG0(c),RET(0)) /* start stream */ argument
242 #define SEND_GPOS(p,b,c,d) sendcmd(p,PARM|RESP,GPOS,BYTE3(c)|BYTE2(b),RET(d)) /* get positi… argument
243 #define SEND_SETF(p,b,c,d,e,f,g) sendcmd(p,PARM,SETF|WORD1(b)|BYTE3(c),d|BYTE1(e)|BYTE2(f)|BYTE3(… argument
244 #define SEND_GSTS(p,b,c,d) sendcmd(p,PARM|RESP,GSTS,BYTE3(c)|BYTE2(b),RET(d)) argument
245 #define SEND_NGPOS(p,b,c,d) sendcmd(p,PARM|RESP,NGPOS,BYTE3(c)|BYTE2(b),RET(d)) argument
[all …]
/linux/arch/parisc/include/asm/
H A Dhash.h33 u32 a, b, c; in __hash_32() local
120 u64 b, c, d; in hash_64() local
/linux/net/ipv4/
H A Dipmr.c377 const struct mfc_cache *c = ptr; ipmr_hash_cmp() local
724 struct mr_mfc *c = container_of(head, struct mr_mfc, rcu); ipmr_cache_free_rcu() local
729 ipmr_cache_free(struct mfc_cache * c) ipmr_cache_free() argument
737 ipmr_destroy_unres(struct mr_table * mrt,struct mfc_cache * c) ipmr_destroy_unres() argument
769 struct mr_mfc *c, *next; ipmr_expire_process() local
974 struct mfc_cache *c = kmem_cache_zalloc(mrt_cachep, GFP_KERNEL); ipmr_cache_alloc() local
987 struct mfc_cache *c = kmem_cache_zalloc(mrt_cachep, GFP_ATOMIC); ipmr_cache_alloc_unres() local
998 ipmr_cache_resolve(struct net * net,struct mr_table * mrt,struct mfc_cache * uc,struct mfc_cache * c) ipmr_cache_resolve() argument
1123 struct mfc_cache *c; ipmr_cache_unresolved() local
1196 struct mfc_cache *c; ipmr_mfc_delete() local
1217 struct mfc_cache *uc, *c; ipmr_mfc_add() local
1298 struct mr_mfc *c, *tmp; mroute_clean_tables() local
1639 struct mfc_cache *c; ipmr_ioctl() local
1709 struct mfc_cache *c; ipmr_compat_ioctl() local
1997 ip_mr_forward(struct net * net,struct mr_table * mrt,struct net_device * dev,struct sk_buff * skb,struct mfc_cache * c,int local) ip_mr_forward() argument
2242 ip_mr_output_finish(struct net * net,struct mr_table * mrt,struct net_device * dev,struct sk_buff * skb,struct mfc_cache * c) ip_mr_output_finish() argument
2461 ipmr_fill_mroute(struct mr_table * mrt,struct sk_buff * skb,u32 portid,u32 seq,struct mfc_cache * c,int cmd,int flags) ipmr_fill_mroute() argument
2505 _ipmr_fill_mroute(struct mr_table * mrt,struct sk_buff * skb,u32 portid,u32 seq,struct mr_mfc * c,int cmd,int flags) _ipmr_fill_mroute() argument
[all...]
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c3050 unsigned int i, c, left, val, offset = addr & 0xff; in t4_write_flash() local
3435 static int should_install_fs_fw(struct adapter *adap, int card_fw_usable, in should_install_fs_fw()
3519 uint32_t d, c, k; in t4_prep_fw() local
3849 struct fw_params_cmd c; in t4_fwcache() local
4245 struct fw_port_cmd c; in t4_restart_aneg() local
5205 struct fw_rss_glb_config_cmd c; in t4_config_glbl_rss() local
5236 struct fw_rss_vi_config_cmd c; in t4_config_vi_rss() local
5302 struct fw_ldst_cmd c; in t4_tp_fw_ldst_rw() local
6513 struct fw_ldst_cmd c; in t4_fwaddrspace_write() local
6544 struct fw_ldst_cmd c; in t4_mdio_rd() local
[all …]
/linux/arch/mips/mm/
H A Dc-r4k.c941 static inline int alias_74k_erratum(struct cpuinfo_mips *c) in alias_74k_erratum()
996 struct cpuinfo_mips *c = &current_cpu_data; in probe_pcache() local
1356 struct cpuinfo_mips *c = &current_cpu_data; in probe_vcache() local
1390 struct cpuinfo_mips *c = &current_cpu_data; in probe_scache() local
1443 struct cpuinfo_mips *c = &current_cpu_data; in loongson2_sc_init() local
1459 struct cpuinfo_mips *c = &current_cpu_data; in loongson3_sc_init() local
1490 struct cpuinfo_mips *c = &current_cpu_data; in setup_scache() local
1703 struct cpuinfo_mips *c = &current_cpu_data; in r4k_cache_init() local
/linux/net/netfilter/ipset/
H A Dpfxlen.c142 #define E(a, b, c, d) \ argument
157 #define E(a, b, c, d) \ argument
/linux/drivers/hid/
H A Dhid-ezkey.c22 #define ez_map_rel(c) hid_map_usage(hi, usage, bit, max, EV_REL, (c)) argument
23 #define ez_map_key(c) hid_map_usage(hi, usage, bit, max, EV_KEY, (c)) argument
/linux/tools/testing/selftests/bpf/test_kmods/
H A Dbpf_testmod.c61 int c; member
80 bpf_testmod_test_struct_arg_1(struct bpf_testmod_struct_arg_2 a, int b, int c) { in bpf_testmod_test_struct_arg_3() argument
87 bpf_testmod_test_struct_arg_result = a + b.a + b.b + c; in bpf_testmod_test_struct_arg_4() argument
68 bpf_testmod_test_struct_arg_1(struct bpf_testmod_struct_arg_2 a,int b,int c) bpf_testmod_test_struct_arg_1() argument
74 bpf_testmod_test_struct_arg_2(int a,struct bpf_testmod_struct_arg_2 b,int c) bpf_testmod_test_struct_arg_2() argument
105 bpf_testmod_test_struct_arg_7(u64 a,void * b,short c,int d,void * e,struct bpf_testmod_struct_arg_4 f) bpf_testmod_test_struct_arg_7() argument
114 bpf_testmod_test_struct_arg_8(u64 a,void * b,short c,int d,void * e,struct bpf_testmod_struct_arg_4 f,int g) bpf_testmod_test_struct_arg_8() argument
123 bpf_testmod_test_struct_arg_9(u64 a,void * b,short c,int d,void * e,char f,short g,struct bpf_testmod_struct_arg_5 h,long i) bpf_testmod_test_struct_arg_9() argument
365 bpf_testmod_fentry_test3(char a,int b,u64 c) bpf_testmod_fentry_test3() argument
370 bpf_testmod_fentry_test7(u64 a,void * b,short c,int d,void * e,char f,int g) bpf_testmod_fentry_test7() argument
376 bpf_testmod_fentry_test11(u64 a,void * b,short c,int d,void * e,char f,int g,unsigned int h,long i,__u64 j,unsigned long k) bpf_testmod_fentry_test11() argument
648 bpf_kfunc_call_test1(struct sock * sk,u32 a,u64 b,u32 c,u64 d) bpf_kfunc_call_test1() argument
663 bpf_kfunc_call_test4(signed char a,short b,int c,long d) bpf_kfunc_call_test4() argument
[all...]
/linux/arch/x86/crypto/
H A Dtwofish-avx-x86_64-asm_64.S139 #define encround_tail(a, b, c, d, x, y, prerotate) \ argument
151 #define decround_tail(a, b, c, d, x, y, prerotate) \ argument
168 #define preload_rgi(c) \ argument
172 #define encrypt_round(n, a, b, c, d, preload, prerotate) \ argument
180 #define decrypt_round(n, a, b, c, d, preload, prerotate) \ argument
/linux/arch/alpha/include/asm/
H A Dword-at-a-time.h22 …line unsigned long has_zero(unsigned long val, unsigned long *bits, const struct word_at_a_time *c) in has_zero()
29 …unsigned long prep_zero_mask(unsigned long val, unsigned long bits, const struct word_at_a_time *c) in prep_zero_mask()

1...<<11121314151617181920>>...90