Home
last modified time | relevance | path

Searched defs:str (Results 1 – 25 of 873) sorted by relevance

12345678910>>...35

/linux-3.3/sound/pci/lola/
Dlola_pcm.c65 struct lola_stream *str) in lola_stream_clear_pending_irq()
73 static void lola_stream_start(struct lola *chip, struct lola_stream *str, in lola_stream_start()
85 static void lola_stream_stop(struct lola *chip, struct lola_stream *str, in lola_stream_stop()
96 static void wait_for_srst_clear(struct lola *chip, struct lola_stream *str) in wait_for_srst_clear()
110 struct lola_stream *str, in lola_stream_wait_for_fifo()
140 struct lola_stream *str; in lola_sync_wait_for_fifo() local
171 struct lola_stream *str; in lola_sync_pause() local
182 static void lola_stream_reset(struct lola *chip, struct lola_stream *str) in lola_stream_reset()
227 struct lola_stream *str = lola_get_stream(substream); in lola_pcm_open() local
260 struct lola_stream *str) in lola_cleanup_slave_streams()
[all …]
/linux-3.3/tools/perf/util/
Dstring.c10 s64 perf_atoll(const char *str) in perf_atoll()
106 static int count_argc(const char *str) in count_argc()
148 char **argv_split(const char *str, int *argcp) in argv_split()
226 static bool __match_glob(const char *str, const char *pat, bool ignore_space) in __match_glob()
280 bool strglobmatch(const char *str, const char *pat) in strglobmatch()
293 bool strlazymatch(const char *str, const char *pat) in strlazymatch()
Dparse-events.c357 static int parse_aliases(const char **str, const char *names[][MAX_ALIASES], int size) in parse_aliases()
378 parse_generic_hw_event(const char **str, struct perf_event_attr *attr) in parse_generic_hw_event()
653 static int check_events(const char *str, unsigned int i) in check_events()
673 const char *str = *strp; in parse_symbolic_event() local
692 const char *str = *strp; in parse_raw_event() local
715 const char *str = *strp; in parse_numeric_event() local
737 const char *str = *strp; in parse_event_modifier() local
798 parse_event_symbols(struct perf_evlist *evlist, const char **str, in parse_event_symbols()
842 int parse_events(struct perf_evlist *evlist , const char *str, int unset __used) in parse_events()
883 int parse_events_option(const struct option *opt, const char *str, in parse_events_option()
[all …]
/linux-3.3/arch/mips/kernel/
Dmips-mt.c25 static int __init maxvpes(char *str) in maxvpes()
36 static int __init maxtcs(char *str) in maxtcs()
141 static int __init rpsctl_set(char *str) in rpsctl_set()
148 static int __init nblsu_set(char *str) in nblsu_set()
155 static int __init config7_set(char *str) in config7_set()
199 static int __init set_itc_base(char *str) in set_itc_base()
/linux-3.3/init/
Ddo_mounts.c35 static int __init load_ramdisk(char *str) in load_ramdisk()
42 static int __init readonly(char *str) in readonly()
50 static int __init readwrite(char *str) in readwrite()
264 static int __init rootwait_setup(char *str) in rootwait_setup()
275 static int __init root_data_setup(char *str) in root_data_setup()
282 static int __init fs_names_setup(char *str) in fs_names_setup()
289 static int __init root_delay_setup(char *str) in root_delay_setup()
Dmain.c144 static int __init set_reset_devices(char *str) in set_reset_devices()
195 static int __init debug_kernel(char *str) in debug_kernel()
201 static int __init quiet_kernel(char *str) in quiet_kernel()
210 static int __init loglevel(char *str) in loglevel()
285 static int __init init_setup(char *str) in init_setup()
302 static int __init rdinit_setup(char *str) in rdinit_setup()
/linux-3.3/drivers/char/
Dhangcheck-timer.c82 static int __init hangcheck_parse_tick(char *str) in hangcheck_parse_tick()
90 static int __init hangcheck_parse_margin(char *str) in hangcheck_parse_margin()
98 static int __init hangcheck_parse_reboot(char *str) in hangcheck_parse_reboot()
106 static int __init hangcheck_parse_dump_tasks(char *str) in hangcheck_parse_dump_tasks()
/linux-3.3/tools/perf/
Dbuiltin-probe.c67 static int parse_probe_event(const char *str) in parse_probe_event()
107 const char *str, int unset __used) in opt_add_probe_event()
117 const char *str, int unset __used) in opt_del_probe_event()
130 const char *str, int unset __used) in opt_show_lines()
151 const char *str, int unset __used) in opt_show_vars()
171 const char *str, int unset __used) in opt_set_filter()
/linux-3.3/arch/um/os-Linux/
Dstart_up.c66 static void fatal_perror(const char *str) in fatal_perror()
158 static int __init skas0_cmd_param(char *str, int* add) in skas0_cmd_param()
184 static int __init nosysemu_cmd_param(char *str, int* add) in nosysemu_cmd_param()
377 static int __init noprocmm_cmd_param(char *str, int* add) in noprocmm_cmd_param()
389 static int __init noptracefaultinfo_cmd_param(char *str, int* add) in noptracefaultinfo_cmd_param()
401 static int __init noptraceldt_cmd_param(char *str, int* add) in noptraceldt_cmd_param()
492 int __init parse_iomem(char *str, int *add) in parse_iomem()
/linux-3.3/arch/m32r/kernel/
Dtraps.c229 void die(const char * str, struct pt_regs * regs, long err) in die()
241 static __inline__ void die_if_kernel(const char * str, in die_if_kernel()
248 static __inline__ void do_trap(int trapnr, int signr, const char * str, in do_trap()
269 #define DO_ERROR(trapnr, signr, str, name) \ argument
275 #define DO_ERROR_INFO(trapnr, signr, str, name, sicode, siaddr) \ argument
/linux-3.3/lib/
Dcmdline.c25 static int get_range(char **str, int *pint) in get_range()
52 int get_option (char **str, int *pint) in get_option()
88 char *get_options(const char *str, int nints, int *ints) in get_options()
Dargv_split.c19 static int count_argc(const char *str) in count_argc()
63 char **argv_split(gfp_t gfp, const char *str, int *argcp) in argv_split()
/linux-3.3/arch/unicore32/kernel/
Dtraps.c65 static void dump_mem(const char *lvl, const char *str, unsigned long bottom, in dump_mem()
85 char str[sizeof(" 12345678") * 8 + 1]; in dump_mem() local
110 char str[sizeof("00000000 ") * 5 + 2 + 1], *p = str; in dump_instr() local
186 static int __die(const char *str, int err, struct thread_info *thread, in __die()
222 void die(const char *str, struct pt_regs *regs, int err) in die()
247 void uc32_notify_die(const char *str, struct pt_regs *regs, in uc32_notify_die()
/linux-3.3/include/linux/
Dstring.h69 static inline __must_check char *strstrip(char *str) in strstrip()
143 static inline bool strstarts(const char *str, const char *prefix) in strstarts()
/linux-3.3/arch/powerpc/xmon/
Dnonstdio.c26 int xmon_expect(const char *str, unsigned long timeout) in xmon_expect()
104 char *xmon_gets(char *str, int nb) in xmon_gets()
136 void xmon_puts(const char *str) in xmon_puts()
/linux-3.3/arch/m68k/atari/
Ddebug.c42 static void atari_mfp_console_write(struct console *co, const char *str, in atari_mfp_console_write()
61 static void atari_scc_console_write(struct console *co, const char *str, in atari_scc_console_write()
78 static void atari_midi_console_write(struct console *co, const char *str, in atari_midi_console_write()
109 static void atari_par_console_write(struct console *co, const char *str, in atari_par_console_write()
/linux-3.3/arch/mips/emma/markeins/
Dled.c33 void markeins_led(const char *str) in markeins_led()
53 char str[10]; in markeins_led_hex() local
/linux-3.3/arch/mips/sibyte/common/
Dcfe_console.c12 static void cfe_console_write(struct console *cons, const char *str, in cfe_console_write()
43 static int cfe_console_setup(struct console *cons, char *str) in cfe_console_setup()
/linux-3.3/security/tomoyo/
Dload_policy.c23 static int __init tomoyo_loader_setup(char *str) in tomoyo_loader_setup()
62 static int __init tomoyo_trigger_setup(char *str) in tomoyo_trigger_setup()
/linux-3.3/arch/x86/kernel/
Dtraps.c111 do_trap(int trapnr, int signr, char *str, struct pt_regs *regs, in do_trap()
181 #define DO_ERROR(trapnr, signr, str, name) \ argument
191 #define DO_ERROR_INFO(trapnr, signr, str, name, sicode, siaddr) \ argument
232 static const char str[] = "double fault"; in do_double_fault() local
463 char *str = (trapnr == 16) ? "fpu exception" : "simd exception"; in math_error() local
Dmpparse.c76 void __init default_mpc_oem_bus_info(struct mpc_bus *m, char *str) in default_mpc_oem_bus_info()
85 char str[7]; in MP_bus_info() local
150 static int __init smp_check_mpc(struct mpc_table *mpc, char *oem, char *str) in smp_check_mpc()
204 char str[16]; in smp_read_mpc() local
806 static int __init update_mptable_setup(char *str) in update_mptable_setup()
843 char str[16]; in update_mp_table() local
/linux-3.3/arch/arm/kernel/
Dtraps.c47 static int __init user_debug_setup(char *str) in user_debug_setup()
88 static void dump_mem(const char *lvl, const char *str, unsigned long bottom, in dump_mem()
107 char str[sizeof(" 12345678") * 8 + 1]; in dump_mem() local
133 char str[sizeof("00000000 ") * 5 + 2 + 1], *p = str; in dump_instr() local
231 static int __die(const char *str, int err, struct thread_info *thread, struct pt_regs *regs) in __die()
265 void die(const char *str, struct pt_regs *regs, int err) in die()
298 void arm_notify_die(const char *str, struct pt_regs *regs, in arm_notify_die()
/linux-3.3/arch/um/drivers/
Dssl.c77 static int ssl_config(char *str, char **error_out) in ssl_config()
83 static int ssl_get_config(char *dev, char *str, int size, char **error_out) in ssl_get_config()
215 static int ssl_chan_setup(char *str) in ssl_chan_setup()
Dstdio_console.c83 static int con_config(char *str, char **error_out) in con_config()
88 static int con_get_config(char *dev, char *str, int size, char **error_out) in con_get_config()
190 static int console_chan_setup(char *str) in console_chan_setup()
/linux-3.3/fs/hfsplus/
Dcatalog.c42 u32 parent, struct qstr *str) in hfsplus_cat_build_key()
165 u32 parentid, struct qstr *str) in hfsplus_fill_cat_thread()
205 struct qstr *str, struct inode *inode) in hfsplus_create_cat()
263 int hfsplus_delete_cat(u32 cnid, struct inode *dir, struct qstr *str) in hfsplus_delete_cat()

12345678910>>...35