/kernel/linux/linux-5.10/drivers/usb/common/ |
D | debug.c | 14 __u16 wLength, char *str, size_t size) in usb_decode_get_status() 73 __u16 wIndex, char *str, size_t size) in usb_decode_set_clear_feature() 99 static void usb_decode_set_address(__u16 wValue, char *str, size_t size) in usb_decode_set_address() 106 __u16 wLength, char *str, size_t size) in usb_decode_get_set_descriptor() 169 static void usb_decode_get_configuration(__u16 wLength, char *str, size_t size) in usb_decode_get_configuration() 174 static void usb_decode_set_configuration(__u8 wValue, char *str, size_t size) in usb_decode_set_configuration() 179 static void usb_decode_get_intf(__u16 wIndex, __u16 wLength, char *str, in usb_decode_get_intf() 186 static void usb_decode_set_intf(__u8 wValue, __u16 wIndex, char *str, in usb_decode_set_intf() 194 char *str, size_t size) in usb_decode_synch_frame() 200 static void usb_decode_set_sel(__u16 wLength, char *str, size_t size) in usb_decode_set_sel() [all …]
|
/kernel/linux/linux-5.10/sound/pci/lola/ |
D | lola_pcm.c | 52 struct lola_stream *str) in lola_stream_clear_pending_irq() 60 static void lola_stream_start(struct lola *chip, struct lola_stream *str, in lola_stream_start() 72 static void lola_stream_stop(struct lola *chip, struct lola_stream *str, in lola_stream_stop() 83 static void wait_for_srst_clear(struct lola *chip, struct lola_stream *str) in wait_for_srst_clear() 97 struct lola_stream *str, in lola_stream_wait_for_fifo() 127 struct lola_stream *str; in lola_sync_wait_for_fifo() local 158 struct lola_stream *str; in lola_sync_pause() local 169 static void lola_stream_reset(struct lola *chip, struct lola_stream *str) in lola_stream_reset() 214 struct lola_stream *str = lola_get_stream(substream); in lola_pcm_open() local 247 struct lola_stream *str) in lola_cleanup_slave_streams() [all …]
|
/kernel/linux/linux-5.10/tools/testing/kunit/ |
D | kunit_parser.py | 100 def consume_non_diagnositic(lines: List[str]) -> None: 104 def save_non_diagnositic(lines: List[str], test_case: TestCase) -> None: 115 def parse_ok_not_ok_test_case(lines: List[str], test_case: TestCase) -> bool: 141 def parse_diagnostic(lines: List[str], test_case: TestCase) -> bool: 155 def parse_test_case(lines: List[str]) -> Optional[TestCase]: 167 def parse_subtest_header(lines: List[str]) -> Optional[str]: 180 def parse_subtest_plan(lines: List[str]) -> Optional[int]: 201 def parse_ok_not_ok_test_suite(lines: List[str], 234 def parse_test_suite(lines: List[str], expected_suite_index: int) -> Optional[TestSuite]: 265 def parse_tap_header(lines: List[str]) -> bool: [all …]
|
D | kunit_config.py | 55 def write_to_file(self, path: str) -> None: 60 def parse_from_string(self, blob: str) -> None: 87 def read_from_file(self, path: str) -> None:
|
/kernel/linux/linux-5.10/tools/perf/util/ |
D | string.c | 24 s64 perf_atoll(const char *str) in perf_atoll() 111 static bool __match_glob(const char *str, const char *pat, bool ignore_space, in __match_glob() 171 bool strglobmatch(const char *str, const char *pat) in strglobmatch() 176 bool strglobmatch_nocase(const char *str, const char *pat) in strglobmatch_nocase() 189 bool strlazymatch(const char *str, const char *pat) in strlazymatch() 252 char *strpbrk_esc(char *str, const char *stopset) in strpbrk_esc() 268 char *strdup_esc(const char *str) in strdup_esc()
|
D | comm.c | 13 char *str; member 41 static struct comm_str *comm_str__alloc(const char *str) in comm_str__alloc() 61 struct comm_str *__comm_str__findnew(const char *str, struct rb_root *root) in __comm_str__findnew() 97 static struct comm_str *comm_str__findnew(const char *str, struct rb_root *root) in comm_str__findnew() 108 struct comm *comm__new(const char *str, u64 timestamp, bool exec) in comm__new() 127 int comm__override(struct comm *comm, const char *str, u64 timestamp, bool exec) in comm__override()
|
D | parse-regs-options.c | 13 __parse_regs(const struct option *opt, const char *str, int unset, bool intr) in __parse_regs() 90 parse_user_regs(const struct option *opt, const char *str, int unset) in parse_user_regs() 96 parse_intr_regs(const struct option *opt, const char *str, int unset) in parse_intr_regs()
|
D | expr.l | 13 static double __value(YYSTYPE *yylval, char *str, int token) in __value() 38 static char *normalize(char *str, int runtime) in normalize() 70 static int str(yyscan_t scanner, int token, int runtime) in str() function
|
D | time-utils.c | 18 int parse_nsec_time(const char *str, u64 *ptime) in parse_nsec_time() 70 char *d, *str; in split_start_end() local 124 char *str, *arg, *p; in perf_time__parse_strs() local 180 static int parse_percent(double *pcnt, char *str) in parse_percent() 218 static int percent_slash_split(char *str, struct perf_time_interval *ptime, in percent_slash_split() 253 static int percent_dash_split(char *str, struct perf_time_interval *ptime, in percent_dash_split() 286 char *str, *p1, *p2; in percent_comma_split() local 330 char *str; in one_percent_convert() local
|
/kernel/linux/linux-5.10/drivers/usb/cdns3/ |
D | debug.h | 15 static inline char *cdns3_decode_usb_irq(char *str, in cdns3_decode_usb_irq() 51 static inline char *cdns3_decode_ep_irq(char *str, in cdns3_decode_ep_irq() 89 static inline char *cdns3_decode_epx_irq(char *str, in cdns3_decode_epx_irq() 96 static inline char *cdns3_decode_ep0_irq(char *str, in cdns3_decode_ep0_irq() 111 struct cdns3_trb *ring, char *str) in cdns3_dbg_ring()
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
D | mips-mt.c | 25 static int __init maxvpes(char *str) in maxvpes() 36 static int __init maxtcs(char *str) in maxtcs() 127 static int __init rpsctl_set(char *str) in rpsctl_set() 134 static int __init nblsu_set(char *str) in nblsu_set() 141 static int __init config7_set(char *str) in config7_set() 151 static int __init set_itc_base(char *str) in set_itc_base()
|
/kernel/linux/linux-5.10/drivers/acpi/ |
D | acpi_configfs.c | 102 static ssize_t acpi_table_signature_show(struct config_item *cfg, char *str) in acpi_table_signature_show() 112 static ssize_t acpi_table_length_show(struct config_item *cfg, char *str) in acpi_table_length_show() 122 static ssize_t acpi_table_revision_show(struct config_item *cfg, char *str) in acpi_table_revision_show() 132 static ssize_t acpi_table_oem_id_show(struct config_item *cfg, char *str) in acpi_table_oem_id_show() 142 static ssize_t acpi_table_oem_table_id_show(struct config_item *cfg, char *str) in acpi_table_oem_table_id_show() 152 static ssize_t acpi_table_oem_revision_show(struct config_item *cfg, char *str) in acpi_table_oem_revision_show() 163 char *str) in acpi_table_asl_compiler_id_show() 174 char *str) in acpi_table_asl_compiler_revision_show()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/display/komeda/ |
D | komeda_event.c | 13 char *str; member 21 static int komeda_sprintf(struct komeda_str *str, const char *fmt, ...) in komeda_sprintf() 48 static void evt_sprintf(struct komeda_str *str, u64 evt, const char *msg) in evt_sprintf() 54 static void evt_str(struct komeda_str *str, u64 events) in evt_str() 137 struct komeda_str str; in komeda_print_events() local
|
/kernel/linux/linux-5.10/include/linux/ceph/ |
D | string_table.h | 17 char str[]; member 25 static inline struct ceph_string *ceph_get_string(struct ceph_string *str) in ceph_get_string() 31 static inline void ceph_put_string(struct ceph_string *str) in ceph_put_string() 39 const char* str, size_t len) in ceph_compare_string()
|
/kernel/linux/linux-5.10/drivers/md/ |
D | dm-init.c | 83 static char __init *str_field_delimit(char **str, char separator) in str_field_delimit() 106 static char __init *dm_parse_table_entry(struct dm_device *dev, char *str) in dm_parse_table_entry() 157 static int __init dm_parse_table(struct dm_device *dev, char *str) in dm_parse_table() 187 static char __init *dm_parse_device_entry(struct dm_device *dev, char *str) in dm_parse_device_entry() 232 static int __init dm_parse_devices(struct list_head *devices, char *str) in dm_parse_devices() 268 char *str; in dm_init_init() local
|
/kernel/linux/linux-5.10/tools/perf/ |
D | builtin-probe.c | 53 static int parse_probe_event(const char *str) in parse_probe_event() 81 static int params_add_filter(const char *str) in params_add_filter() 167 static int opt_set_target(const struct option *opt, const char *str, in opt_set_target() 203 const char *str, int unset __maybe_unused) in opt_set_target_ns() 234 const char *str, int unset __maybe_unused) in opt_show_lines() 254 const char *str, int unset __maybe_unused) in opt_show_vars() 276 const char *str, int unset __maybe_unused) in opt_add_probe_event() 287 const char *str, int unset) in opt_set_filter_with_command() 299 const char *str, int unset __maybe_unused) in opt_set_filter() 423 char *str = strfilter__string(filter); in perf_del_probe_events() local
|
/kernel/linux/linux-5.10/drivers/char/ |
D | hangcheck-timer.c | 69 static int __init hangcheck_parse_tick(char *str) in hangcheck_parse_tick() 77 static int __init hangcheck_parse_margin(char *str) in hangcheck_parse_margin() 85 static int __init hangcheck_parse_reboot(char *str) in hangcheck_parse_reboot() 93 static int __init hangcheck_parse_dump_tasks(char *str) in hangcheck_parse_dump_tasks()
|
/kernel/linux/linux-5.10/drivers/media/platform/sti/delta/ |
D | delta-debug.c | 12 char *delta_streaminfo_str(struct delta_streaminfo *s, char *str, in delta_streaminfo_str() 34 char *delta_frameinfo_str(struct delta_frameinfo *f, char *str, in delta_frameinfo_str() 59 unsigned char str[100] = ""; in delta_trace_summary() local
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
D | nospec-branch.c | 7 static int __init nobp_setup_early(char *str) in nobp_setup_early() 30 static int __init nospec_setup_early(char *str) in nospec_setup_early() 53 static int __init nospectre_v2_setup_early(char *str) in nospectre_v2_setup_early() 85 static int __init spectre_v2_setup_early(char *str) in spectre_v2_setup_early()
|
/kernel/linux/linux-5.10/lib/ |
D | cmdline.c | 23 static int get_range(char **str, int *pint, int n) in get_range() 50 int get_option(char **str, int *pint) in get_option() 87 char *get_options(const char *str, int nints, int *ints) in get_options() 177 bool parse_option_str(const char *str, const char *option) in parse_option_str()
|
/kernel/linux/linux-5.10/init/ |
D | do_mounts.c | 38 static int __init load_ramdisk(char *str) in load_ramdisk() 45 static int __init readonly(char *str) in readonly() 53 static int __init readwrite(char *str) in readwrite() 327 static int __init rootwait_setup(char *str) in rootwait_setup() 338 static int __init root_data_setup(char *str) in root_data_setup() 345 static int __init fs_names_setup(char *str) in fs_names_setup() 352 static int __init root_delay_setup(char *str) in root_delay_setup()
|
/kernel/linux/linux-5.10/arch/um/drivers/ |
D | ssl.c | 71 static int ssl_config(char *str, char **error_out) in ssl_config() 77 static int ssl_get_config(char *dev, char *str, int size, char **error_out) in ssl_get_config() 190 static int ssl_chan_setup(char *str) in ssl_chan_setup() 199 static int ssl_non_raw_setup(char *str) in ssl_non_raw_setup()
|
/kernel/linux/linux-5.10/tools/testing/vsock/ |
D | control.c | 114 void control_writeln(const char *str) in control_writeln() 203 void control_expectln(const char *str) in control_expectln() 214 bool control_cmpln(char *line, const char *str, bool fail) in control_cmpln()
|
/kernel/linux/linux-5.10/security/apparmor/include/ |
D | lib.h | 71 static inline bool aa_strneq(const char *str, const char *sub, int len) in aa_strneq() 103 #define str_to_counted(str) \ argument 112 static inline __counted char *aa_get_str(__counted char *str) in aa_get_str() 120 static inline void aa_put_str(__counted char *str) in aa_put_str() 192 const char *str, int len) in __policy_strn_find()
|
/kernel/linux/linux-5.10/kernel/sched/ |
D | isolation.c | 80 static int __init housekeeping_setup(char *str, enum hk_flags flags) in housekeeping_setup() 139 static int __init housekeeping_nohz_full_setup(char *str) in housekeeping_nohz_full_setup() 150 static int __init housekeeping_isolcpus_setup(char *str) in housekeeping_isolcpus_setup()
|