Home
last modified time | relevance | path

Searched defs:c (Results 176 – 200 of 1891) sorted by relevance

12345678910>>...76

/linux-3.3/arch/powerpc/mm/
Ddma-noncoherent.c100 struct ppc_vm_region *c, *new; in ppc_vm_region_alloc() local
138 struct ppc_vm_region *c; in ppc_vm_region_find() local
157 struct ppc_vm_region *c; in __dma_alloc_coherent() local
258 struct ppc_vm_region *c; in __dma_free_coherent() local
/linux-3.3/drivers/usb/musb/
Dmusbhsdma.c40 static int dma_controller_start(struct dma_controller *c) in dma_controller_start()
48 static int dma_controller_stop(struct dma_controller *c) in dma_controller_stop()
74 static struct dma_channel *dma_channel_allocate(struct dma_controller *c, in dma_channel_allocate()
369 void dma_controller_destroy(struct dma_controller *c) in dma_controller_destroy()
/linux-3.3/drivers/video/console/
Dsticon.c82 static int sticon_set_palette(struct vc_data *c, unsigned char *table) in sticon_set_palette()
87 static void sticon_putc(struct vc_data *conp, int c, int ypos, int xpos) in sticon_putc()
201 static void sticon_init(struct vc_data *c, int init) in sticon_init()
222 static void sticon_deinit(struct vc_data *c) in sticon_deinit()
245 static int sticon_blank(struct vc_data *c, int blank, int mode_switch) in sticon_blank()
/linux-3.3/drivers/input/keyboard/
Dhilkbd.c103 unsigned char c; member
132 static inline void handle_status(unsigned char s, unsigned char c) in handle_status()
149 static inline void handle_data(unsigned char s, unsigned char c) in handle_data()
161 unsigned char s, c; in hil_interrupt() local
205 unsigned char c; in hil_keyb_init() local
/linux-3.3/arch/sparc/include/asm/
Dmodule.h10 #define ___ELF(a, b, c) a##b##c argument
11 #define __ELF(a, b, c) ___ELF(a, b, c) argument
/linux-3.3/drivers/usb/gadget/
Df_subset.c294 geth_bind(struct usb_configuration *c, struct usb_function *f) in geth_bind()
384 geth_unbind(struct usb_configuration *c, struct usb_function *f) in geth_unbind()
407 int __init geth_bind_config(struct usb_configuration *c, u8 ethaddr[ETH_ALEN]) in geth_bind_config()
/linux-3.3/drivers/cpufreq/
Dp4-clockmod.c155 static unsigned int cpufreq_p4_get_frequency(struct cpuinfo_x86 *c) in cpufreq_p4_get_frequency()
202 struct cpuinfo_x86 *c = &cpu_data(policy->cpu); in cpufreq_p4_cpu_init() local
295 struct cpuinfo_x86 *c = &cpu_data(0); in cpufreq_p4_init() local
/linux-3.3/arch/x86/include/asm/
Dmce.h18 #define MCG_EXT_CNT(c) (((c) & MCG_EXT_CNT_MASK) >> MCG_EXT_CNT_SHIFT) argument
139 static inline void mcheck_cpu_init(struct cpuinfo_x86 *c) {} in mcheck_cpu_init()
147 static inline void intel_p5_mcheck_init(struct cpuinfo_x86 *c) {} in intel_p5_mcheck_init()
148 static inline void winchip_mcheck_init(struct cpuinfo_x86 *c) {} in winchip_mcheck_init()
172 static inline void mce_intel_feature_init(struct cpuinfo_x86 *c) { } in mce_intel_feature_init()
182 static inline void mce_amd_feature_init(struct cpuinfo_x86 *c) { } in mce_amd_feature_init()
/linux-3.3/arch/alpha/include/asm/
Dstring.h28 #define memset(s, c, n) \ argument
59 #define memsetw(s, c, n) \ argument
/linux-3.3/arch/s390/lib/
Dstring.c235 char * strrchr(const char * s, int c) in strrchr()
291 void *memchr(const void *s, int c, size_t n) in memchr()
341 void *memscan(void *s, int c, size_t n) in memscan()
375 void *memset(void *s, int c, size_t n) in memset()
/linux-3.3/crypto/
Dmd4.c63 #define ROUND1(a,b,c,d,k,s) (a = lshift(a + F(b,c,d) + k, s)) argument
64 #define ROUND2(a,b,c,d,k,s) (a = lshift(a + G(b,c,d) + k + (u32)0x5A827999,s)) argument
65 #define ROUND3(a,b,c,d,k,s) (a = lshift(a + H(b,c,d) + k + (u32)0x6ED9EBA1,s)) argument
86 u32 a, b, c, d; in md4_transform() local
Dtgr192.c38 u64 a, b, c; member
405 u64 c = *rc; in tgr192_round() local
424 u64 c = *rc; in tgr192_pass() local
468 u64 a, b, c, aa, bb, cc; in tgr192_transform() local
/linux-3.3/lib/
Dstring.c291 char *strchr(const char *s, int c) in strchr()
307 char *strrchr(const char *s, int c) in strrchr()
326 char *strnchr(const char *s, size_t count, int c) in strnchr()
575 void *memset(void *s, int c, size_t count) in memset()
671 void *memscan(void *addr, int c, size_t size) in memscan()
746 void *memchr(const void *s, int c, size_t n) in memchr()
779 void *memchr_inv(const void *start, int c, size_t bytes) in memchr_inv()
/linux-3.3/include/linux/
Dcapability.h429 # define cap_clear(c) do { (c) = __cap_empty_set; } while (0) argument
431 #define cap_raise(c, flag) ((c).cap[CAP_TO_INDEX(flag)] |= CAP_TO_MASK(flag)) argument
432 #define cap_lower(c, flag) ((c).cap[CAP_TO_INDEX(flag)] &= ~CAP_TO_MASK(flag)) argument
433 #define cap_raised(c, flag) ((c).cap[CAP_TO_INDEX(flag)] & CAP_TO_MASK(flag)) argument
435 #define CAP_BOP_ALL(c, a, b, OP) \ argument
443 #define CAP_UOP_ALL(c, a, OP) \ argument
475 static inline kernel_cap_t cap_invert(const kernel_cap_t c) in cap_invert()
/linux-3.3/drivers/acpi/acpica/
Dpsutils.c199 u8 acpi_ps_is_leading_char(u32 c) in acpi_ps_is_leading_char()
207 u8 acpi_ps_is_prefix_char(u32 c) in acpi_ps_is_prefix_char()
/linux-3.3/drivers/hid/
Dhid-ezkey.c26 #define ez_map_rel(c) hid_map_usage(hi, usage, bit, max, EV_REL, (c)) argument
27 #define ez_map_key(c) hid_map_usage(hi, usage, bit, max, EV_KEY, (c)) argument
/linux-3.3/drivers/scsi/arm/
Dscsi.h67 char c = *SCp->ptr; in get_next_SCp_byte() local
75 static inline void put_next_SCp_byte(struct scsi_pointer *SCp, unsigned char c) in put_next_SCp_byte()
/linux-3.3/arch/mips/pci/
Dfixup-fuloong2e.c65 unsigned char c; in loongson2e_686b_func0_fixup() local
186 unsigned char c; in loongson2e_686b_func5_fixup() local
/linux-3.3/drivers/net/wireless/ath/ath9k/
Ddfs_debug.h47 #define DFS_STAT_INC(sc, c) (sc->debug.stats.dfs_stats.c++) argument
52 #define DFS_STAT_INC(sc, c) do { } while (0) argument
/linux-3.3/drivers/base/power/
Dqos.c57 struct pm_qos_constraints *c = dev->power.constraints; in __dev_pm_qos_read_value() local
116 struct pm_qos_constraints *c; in dev_pm_qos_constraints_allocate() local
167 struct pm_qos_constraints *c; in dev_pm_qos_constraints_destroy() local
/linux-3.3/scripts/
Dpnmtologo.c85 int c, val; in get_number() local
201 static inline int is_black(struct color c) in is_black()
206 static inline int is_white(struct color c) in is_white()
211 static inline int is_gray(struct color c) in is_gray()
/linux-3.3/drivers/message/i2o/
Ddevice.c217 static int i2o_device_add(struct i2o_controller *c, i2o_lct_entry *entry) in i2o_device_add()
320 struct i2o_controller *c = i2o_dev->iop; in i2o_device_remove() local
348 int i2o_device_parse_lct(struct i2o_controller *c) in i2o_device_parse_lct()
463 struct i2o_controller *c = i2o_dev->iop; in i2o_parm_issue() local
/linux-3.3/drivers/video/
Dpmag-aa-fb.c107 struct aafb_cursor *c = &info->cursor; in aafb_set_cursor() local
119 struct aafb_cursor *c = &info->cursor; in aafbcon_cursor() local
151 struct aafb_cursor *c = &info->cursor; in aafbcon_set_font() local
168 struct aafb_cursor *c = &info->cursor; in aafb_cursor_timer_handler() local
186 struct aafb_cursor *c = &info->cursor; in aafb_cursor_init() local
203 struct aafb_cursor *c = &info->cursor; in aafb_cursor_exit() local
/linux-3.3/net/9p/
Derror.c195 struct errormap *c; in p9_error_init() local
225 struct errormap *c; in p9_errstr2errno() local
/linux-3.3/arch/mips/include/asm/
Dvga.h42 #define scr_memcpyw(d, s, c) memcpy(d, s, c) argument
43 #define scr_memmovew(d, s, c) memmove(d, s, c) argument

12345678910>>...76