Home
last modified time | relevance | path

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

12345678910>>...76

/linux-3.3/include/linux/
Dvt_kern.h76 #define vc_translate(vc, c) ((vc)->vc_translate[(c) | \ argument
126 #define vc_translate(vc, c) (c) argument
162 unsigned int c; /* Printed char */ member
/linux-3.3/arch/mips/mm/
Dsc-mips.c69 static inline int mips_sc_is_activated(struct cpuinfo_mips *c) in mips_sc_is_activated()
94 struct cpuinfo_mips *c = &current_cpu_data; in mips_sc_probe() local
/linux-3.3/fs/jffs2/
Dread.c21 int jffs2_read_dnode(struct jffs2_sb_info *c, struct jffs2_inode_info *f, in jffs2_read_dnode()
153 int jffs2_read_inode_range(struct jffs2_sb_info *c, struct jffs2_inode_info *f, in jffs2_read_inode_range()
/linux-3.3/kernel/power/
Dqos.c127 static inline int pm_qos_get_value(struct pm_qos_constraints *c) in pm_qos_get_value()
145 s32 pm_qos_read_value(struct pm_qos_constraints *c) in pm_qos_read_value()
150 static inline void pm_qos_set_value(struct pm_qos_constraints *c, s32 value) in pm_qos_set_value()
166 int pm_qos_update_target(struct pm_qos_constraints *c, struct plist_node *node, in pm_qos_update_target()
/linux-3.3/tools/perf/
Dperf.c34 struct pager_config *c = data; in pager_command_config() local
43 struct pager_config c; in check_pager_config() local
52 struct pager_config *c = data; in tui_command_config() local
61 struct pager_config c; in check_tui_config() local
/linux-3.3/drivers/usb/gadget/
Df_sourcesink.c189 sourcesink_bind(struct usb_configuration *c, struct usb_function *f) in sourcesink_bind()
242 sourcesink_unbind(struct usb_configuration *c, struct usb_function *f) in sourcesink_unbind()
454 static int __init sourcesink_bind_config(struct usb_configuration *c) in sourcesink_bind_config()
476 static int sourcesink_setup(struct usb_configuration *c, in sourcesink_setup()
/linux-3.3/arch/avr32/include/asm/
Dio.h238 #define ioread8_rep(p,d,c) readsb(p,d,c) argument
239 #define ioread16_rep(p,d,c) readsw(p,d,c) argument
240 #define ioread32_rep(p,d,c) readsl(p,d,c) argument
242 #define iowrite8_rep(p,s,c) writesb(p,s,c) argument
243 #define iowrite16_rep(p,s,c) writesw(p,s,c) argument
244 #define iowrite32_rep(p,s,c) writesl(p,s,c) argument
/linux-3.3/drivers/media/dvb/bt8xx/
Ddvb-bt8xx.c155 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in thomson_dtt7579_tuner_calc_regs() local
199 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx24108_tuner_set_params() local
274 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in microtune_mt7202dtf_tuner_set_params() local
350 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in advbt771_samsung_tdtc9251dh0_tuner_calc_regs() local
470 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in vp3021_alps_tded4_tuner_set_params() local
524 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in digitv_alps_tded4_tuner_calc_regs() local
/linux-3.3/net/9p/
Dtrans_rdma.c227 struct p9_client *c = id->context; in p9_cm_event_handler() local
278 struct p9_rdma_context *c, enum ib_wc_status status, u32 byte_len) in handle_recv()
313 struct p9_rdma_context *c, enum ib_wc_status status, u32 byte_len) in handle_send()
335 struct p9_rdma_context *c = (void *) (unsigned long) wc.wr_id; in cq_comp_handler() local
386 post_recv(struct p9_client *client, struct p9_rdma_context *c) in post_recv()
421 struct p9_rdma_context *c = NULL; in rdma_request() local
Dclient.c209 p9_tag_alloc(struct p9_client *c, u16 tag, unsigned int max_size) in p9_tag_alloc()
287 struct p9_req_t *p9_tag_lookup(struct p9_client *c, u16 tag) in p9_tag_lookup()
313 static int p9_tag_init(struct p9_client *c) in p9_tag_init()
339 static void p9_tag_cleanup(struct p9_client *c) in p9_tag_cleanup()
380 static void p9_free_req(struct p9_client *c, struct p9_req_t *r) in p9_free_req()
396 void p9_client_cb(struct p9_client *c, struct p9_req_t *req) in p9_client_cb()
464 static int p9_check_errors(struct p9_client *c, struct p9_req_t *req) in p9_check_errors()
527 static int p9_check_zc_errors(struct p9_client *c, struct p9_req_t *req, in p9_check_zc_errors()
639 static int p9_client_flush(struct p9_client *c, struct p9_req_t *oldreq) in p9_client_flush()
667 static struct p9_req_t *p9_client_prepare_req(struct p9_client *c, in p9_client_prepare_req()
[all …]
/linux-3.3/arch/mips/pnx8550/common/
Dprom.c70 inline unsigned char str2hexnum(unsigned char c) in str2hexnum()
116 void prom_putchar(char c) in prom_putchar()
/linux-3.3/arch/m68k/lib/
Duaccess.c112 char c; in strncpy_from_user() local
149 char c; in strnlen_user() local
/linux-3.3/drivers/video/matrox/
Dmatroxfb_maven.c138 static int maven_get_reg(struct i2c_client* c, char reg) { in maven_get_reg()
150 static int maven_set_reg(struct i2c_client* c, int reg, int val) { in maven_set_reg()
159 static int maven_set_reg_pair(struct i2c_client* c, int reg, int val) { in maven_set_reg_pair()
346 const int c = md->primary_head->altout.tvo_params.contrast; in maven_compute_bwlevel() local
510 static void maven_init_TV(struct i2c_client* c, const struct mavenregs* m) { in maven_init_TV()
719 unsigned int c; in maven_find_exact_clocks() local
744 unsigned int a, bv, c; in maven_compute_timming() local
976 struct i2c_client *c = md->client; in maven_program_timming() local
1013 struct i2c_client *c = md->client; in maven_resync() local
/linux-3.3/sound/drivers/
Dmts64.c170 u8 c; in mts64_enable_readout() local
183 u8 c; in mts64_disable_readout() local
199 u8 c; in mts64_device_ready() local
278 static u8 mts64_map_midi_input(u8 c) in mts64_map_midi_input()
295 u8 c; in mts64_probe() local
343 u8 c = 0; in mts64_read_char() local
397 static void mts64_write_command(struct parport *p, u8 c) in mts64_write_command()
410 static void mts64_write_data(struct parport *p, u8 c) in mts64_write_data()
426 static void mts64_write_midi(struct mts64 *mts, u8 c, in mts64_write_midi()
/linux-3.3/net/ipv6/
Dip6mr.c819 static inline void ip6mr_cache_free(struct mfc6_cache *c) in ip6mr_cache_free()
828 static void ip6mr_destroy_unres(struct mr6_table *mrt, struct mfc6_cache *c) in ip6mr_destroy_unres()
857 struct mfc6_cache *c, *next; in ipmr_do_expire_process() local
999 struct mfc6_cache *c; in ip6mr_cache_find() local
1014 struct mfc6_cache *c = kmem_cache_zalloc(mrt_cachep, GFP_KERNEL); in ip6mr_cache_alloc() local
1023 struct mfc6_cache *c = kmem_cache_zalloc(mrt_cachep, GFP_ATOMIC); in ip6mr_cache_alloc_unres() local
1036 struct mfc6_cache *uc, struct mfc6_cache *c) in ip6mr_cache_resolve()
1168 struct mfc6_cache *c; in ip6mr_cache_unresolved() local
1242 struct mfc6_cache *c, *next; in ip6mr_mfc_delete() local
1386 struct mfc6_cache *uc, *c; in ip6mr_mfc_add() local
[all …]
/linux-3.3/net/ipv4/
Dipmr.c588 struct mfc_cache *c = container_of(head, struct mfc_cache, rcu); in ipmr_cache_free_rcu() local
593 static inline void ipmr_cache_free(struct mfc_cache *c) in ipmr_cache_free()
602 static void ipmr_destroy_unres(struct mr_table *mrt, struct mfc_cache *c) in ipmr_destroy_unres()
637 struct mfc_cache *c, *next; in ipmr_expire_process() local
804 struct mfc_cache *c; in ipmr_cache_find() local
818 struct mfc_cache *c = kmem_cache_zalloc(mrt_cachep, GFP_KERNEL); in ipmr_cache_alloc() local
827 struct mfc_cache *c = kmem_cache_zalloc(mrt_cachep, GFP_ATOMIC); in ipmr_cache_alloc_unres() local
841 struct mfc_cache *uc, struct mfc_cache *c) in ipmr_cache_resolve()
970 struct mfc_cache *c; in ipmr_cache_unresolved() local
1041 struct mfc_cache *c, *next; in ipmr_mfc_delete() local
[all …]
/linux-3.3/arch/powerpc/platforms/powermac/
Dudbg_scc.c27 static void udbg_scc_putc(char c) in udbg_scc_putc()
166 static void udbg_real_scc_putc(char c) in udbg_real_scc_putc()
/linux-3.3/net/core/
Dutils.c94 static inline int xdigit2bin(char c, int delim) in xdigit2bin()
131 int c; in in4_pton() local
188 int c; in in6_pton() local
/linux-3.3/drivers/misc/lis3lv02d/
Dlis3lv02d_i2c.c58 struct i2c_client *c = lis3->bus_priv; in lis3_i2c_write() local
64 struct i2c_client *c = lis3->bus_priv; in lis3_i2c_read() local
72 struct i2c_client *c = lis3->bus_priv; in lis3_i2c_blockread() local
/linux-3.3/arch/hexagon/lib/
Dchecksum.c38 #define VR_NEGATE(a, b, c, d) (SIGN(a, 48) + SIGN(b, 32) + SIGN(c, 16) \ argument
40 #define VR_CARRY(a, b, c, d) (CARRY(a, 48) + CARRY(b, 32) + CARRY(c, 16) \ argument
42 #define VR_SELECT(a, b, c, d) (SELECT(a, 48) + SELECT(b, 32) + SELECT(c, 16) \ argument
/linux-3.3/arch/tile/mm/
Delf.c28 unsigned char c; in sim_notify_exec() local
67 unsigned char c = load_addr >> (i * 8); in sim_notify_interp() local
/linux-3.3/fs/reiserfs/
Dhashes.c55 u32 a, b, c, d; in keyed_hash() local
136 u32 a, c; in yura_hash() local
/linux-3.3/drivers/usb/core/
Dgeneric.c48 struct usb_host_config *c, *best; in usb_choose_configuration() local
158 int err, c; in generic_probe() local
/linux-3.3/net/ceph/
Dpagelist.c119 struct ceph_pagelist_cursor *c) in ceph_pagelist_set_cursor()
134 struct ceph_pagelist_cursor *c) in ceph_pagelist_truncate()
/linux-3.3/drivers/media/dvb/ttpci/
Dbudget.c205 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in alps_bsrv2_tuner_set_params() local
247 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in alps_tdbe2_tuner_set_params() local
275 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in grundig_29504_401_tuner_set_params() local
333 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in grundig_29504_451_tuner_set_params() local
357 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in s5h1420_tuner_set_params() local

12345678910>>...76