Home
last modified time | relevance | path

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

12345678910>>...60

/linux-6.15/tools/testing/kunit/
H A Dkunit_kernel.py45 def __init__(self, linux_arch: str, cross_compile: Optional[str]):
60 def make_olddefconfig(self, build_dir: str, make_options: Optional[List[str]]) -> None:
74 def make(self, jobs: int, build_dir: str, make_options: Optional[List[str]]) -> None:
96 def start(self, params: List[str], build_dir: str) -> subprocess.Popen:
119 def start(self, params: List[str], build_dir: str) -> subprocess.Popen:
151 def start(self, params: List[str], build_dir: str) -> subprocess.Popen:
238 build_dir: str,
241 arch: Optional[str]=None,
287 def build_config(self, build_dir: str, make_options: Optional[List[str]]) -> bool:
315 def build_reconfig(self, build_dir: str, make_options: Optional[List[str]]) -> bool:
[all …]
H A Dkunit_printer.py18 def __init__(self, print: bool=True, output: typing.IO[str]=sys.stdout):
26 def print(self, message: str) -> None:
30 def print_with_timestamp(self, message: str) -> None:
34 def _color(self, code: str, text: str) -> str:
39 def red(self, text: str) -> str:
42 def yellow(self, text: str) -> str:
45 def green(self, text: str) -> str:
H A Dkunit_config.py49 def add_entry(self, name: str, value: str) -> None:
76 def write_to_file(self, path: str) -> None:
81 def parse_file(path: str) -> Kconfig:
85 def parse_from_string(blob: str) -> Kconfig:
/linux-6.15/tools/net/ynl/pyynl/
H A Dynl_gen_rst.py39 def bold(text: str) -> str:
49 def sanitize(text: str) -> str:
55 def rst_fields(key: str, value: str, level: int = 0) -> str:
85 def rst_section(namespace: str, prefix: str, title: str) -> str:
95 def rst_title(title: str) -> str:
105 def rst_ref(namespace: str, prefix: str, name: str) -> str:
176 def parse_operations(operations: List[Dict[str, Any]], namespace: str) -> str:
235 def parse_definitions(defs: Dict[str, Any], namespace: str) -> str:
260 def parse_attr_sets(entries: List[Dict[str, Any]], namespace: str) -> str:
291 def parse_sub_messages(entries: List[Dict[str, Any]], namespace: str) -> str:
[all …]
/linux-6.15/tools/perf/pmu-events/
H A Djevents.py63 def removesuffix(s: str, suffix: str) -> str:
72 def file_name_to_table_name(prefix: str, parents: Sequence[str],
82 def c_len(s: str) -> int:
208 def fixdesc(s: str) -> str:
250 def real_event(name: str, event: str) -> Optional[str]:
299 def is_zero(val: str) -> bool:
433 def fix_comment(s: str) -> str:
441 def read_json_events(path: str, topic: str) -> Sequence[JsonEvent]:
603 def get_topic(topic: str) -> str:
1245 def dir_path(path: str) -> str:
[all …]
H A Dmodels.py11 def dir_path(path: str) -> str:
17 def find_archs(start_dir: str, arch: str) -> List[str]:
30 def find_mapfiles(start_dir: str, archs: List[str]) -> List[str]:
40 def find_cpuids(mapfiles: List[str], cpuids: str) -> List[str]:
H A Dmetric.py123 other_str: str,
259 fn: str,
306 def _FixEscapes(s: str) -> str:
314 def __init__(self, name: str, legacy_name: str = ''):
338 def __init__(self, value: Union[float, str]): argument
365 def __init__(self, value: str):
429 name: str,
430 description: str,
432 scale_unit: str,
531 def ParsePerfJson(orig: str) -> Expression:
[all …]
/linux-6.15/tools/net/sunrpc/xdrgen/generators/
H A D__init__.py13 def create_jinja2_environment(language: str, xdr_type: str) -> Environment:
31 environment: Environment, template_type: str, template_name: str
49 def header_guard_infix(filename: str) -> str:
75 def __init__(self, language: str, peer: str):
79 def emit_declaration(self, filename: str, root: Specification) -> None:
83 def emit_definition(self, filename: str, root: Specification) -> None:
87 def emit_source(self, filename: str, root: Specification) -> None:
95 def __init__(self, language: str, peer: str):
H A Dprogram.py13 environment: Environment, program: str, version: _RpcVersion
34 environment: Environment, program: str, version: _RpcVersion
59 environment: Environment, program: str, version: _RpcVersion
73 environment: Environment, program: str, version: _RpcVersion
87 environment: Environment, program: str, version: _RpcVersion
101 environment: Environment, program: str, version: _RpcVersion
117 def __init__(self, language: str, peer: str):
H A Dheader_bottom.py17 def __init__(self, language: str, peer: str):
22 def emit_declaration(self, filename: str, root: Specification) -> None:
27 def emit_definition(self, filename: str, root: Specification) -> None:
32 def emit_source(self, filename: str, root: Specification) -> None:
H A Dheader_top.py17 def __init__(self, language: str, peer: str):
22 def emit_declaration(self, filename: str, root: Specification) -> None:
33 def emit_definition(self, filename: str, root: Specification) -> None:
44 def emit_source(self, filename: str, root: Specification) -> None:
/linux-6.15/tools/net/sunrpc/xdrgen/subcmds/
H A Dsource.py30 def emit_source_decoder(node: _XdrAst, language: str, peer: str) -> None:
49 def emit_source_encoder(node: _XdrAst, language: str, peer: str) -> None:
68 def generate_server_source(filename: str, root: Specification, language: str) -> None:
80 def generate_client_source(filename: str, root: Specification, language: str) -> None:
H A Ddefinitions.py31 def emit_header_definitions(root: Specification, language: str, peer: str) -> None:
53 def emit_header_maxsize(root: Specification, language: str, peer: str) -> None:
/linux-6.15/drivers/usb/common/
H A Ddebug.c15 __u16 wLength, char *str, size_t size) in usb_decode_get_status()
74 __u16 wIndex, char *str, size_t size) in usb_decode_set_clear_feature()
100 static void usb_decode_set_address(__u16 wValue, char *str, size_t size) in usb_decode_set_address()
107 __u16 wLength, char *str, size_t size) in usb_decode_get_set_descriptor()
175 static void usb_decode_set_configuration(__u8 wValue, char *str, size_t size) in usb_decode_set_configuration()
180 static void usb_decode_get_intf(__u16 wIndex, __u16 wLength, char *str, in usb_decode_get_intf()
187 static void usb_decode_set_intf(__u8 wValue, __u16 wIndex, char *str, in usb_decode_set_intf()
195 char *str, size_t size) in usb_decode_synch_frame()
201 static void usb_decode_set_sel(__u16 wLength, char *str, size_t size) in usb_decode_set_sel()
206 static void usb_decode_set_isoch_delay(__u8 wValue, char *str, size_t size) in usb_decode_set_isoch_delay()
[all …]
/linux-6.15/sound/pci/lola/
H A Dlola_pcm.c52 struct lola_stream *str) in lola_stream_clear_pending_irq()
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
247 struct lola_stream *str) in lola_cleanup_slave_streams()
305 struct lola_stream *str, __le32 **bdlp, in setup_bdle()
342 struct lola_stream *str) in lola_setup_periods()
392 struct lola_stream *str, in lola_set_stream_config()
428 struct lola_stream *str) in lola_setup_controller()
506 struct lola_stream *str; in lola_pcm_trigger() local
[all …]
/linux-6.15/tools/testing/selftests/drivers/net/hw/lib/py/
H A Dlinkconfig.py84 def set_speed_and_duplex(self, speed: str, duplex: str, autoneg: bool = True) -> bool:
98 def verify_speed_and_duplex(self, expected_speed: str, expected_duplex: str) -> bool:
111 def set_autonegotiation_state(self, state: str, remote: bool = False) -> bool:
179 def get_speed_duplex_values(self, link_modes: list[str]) -> tuple[list[str], list[str]]:
194 def get_ethtool_field(self, field: str, remote: bool = False) -> Optional[str]:
/linux-6.15/tools/perf/util/
H A Dstring.c23 s64 perf_atoll(const char *str) in perf_atoll()
110 static bool __match_glob(const char *str, const char *pat, bool ignore_space, in __match_glob()
170 bool strglobmatch(const char *str, const char *pat) in strglobmatch()
175 bool strglobmatch_nocase(const char *str, const char *pat) in strglobmatch_nocase()
188 bool strlazymatch(const char *str, const char *pat) in strlazymatch()
251 char *strpbrk_esc(char *str, const char *stopset) in strpbrk_esc()
276 char *strpbrk_esq(char *str, const char *stopset) in strpbrk_esq()
304 char *strdup_esc(const char *str) in strdup_esc()
334 static char *remove_consumed_esc(char *str, int len, int quote) in remove_consumed_esc()
354 char *strdup_esq(const char *str) in strdup_esq()
/linux-6.15/arch/mips/kernel/
H A Dmips-mt.c26 static int __init maxvpes(char *str) in maxvpes()
37 static int __init maxtcs(char *str) in maxtcs()
51 static int __init rpsctl_set(char *str) in rpsctl_set()
58 static int __init nblsu_set(char *str) in nblsu_set()
65 static int __init config7_set(char *str) in config7_set()
75 static int __init set_itc_base(char *str) in set_itc_base()
/linux-6.15/drivers/acpi/
H A Dacpi_configfs.c99 static ssize_t acpi_table_signature_show(struct config_item *cfg, char *str) in acpi_table_signature_show()
109 static ssize_t acpi_table_length_show(struct config_item *cfg, char *str) in acpi_table_length_show()
119 static ssize_t acpi_table_revision_show(struct config_item *cfg, char *str) in acpi_table_revision_show()
129 static ssize_t acpi_table_oem_id_show(struct config_item *cfg, char *str) in acpi_table_oem_id_show()
139 static ssize_t acpi_table_oem_table_id_show(struct config_item *cfg, char *str) in acpi_table_oem_table_id_show()
149 static ssize_t acpi_table_oem_revision_show(struct config_item *cfg, char *str) in acpi_table_oem_revision_show()
160 char *str) in acpi_table_asl_compiler_id_show()
171 char *str) in acpi_table_asl_compiler_revision_show()
/linux-6.15/drivers/usb/cdns3/
H A Dcdns3-debug.h15 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()
110 static inline char *cdns3_dbg_ring(struct cdns3_endpoint *priv_ep, char *str) in cdns3_dbg_ring()
/linux-6.15/rust/macros/
H A Dmodule.rs40 fn emit_base(&mut self, field: &str, content: &str, builtin: bool) { in emit_base()
78 fn emit_only_builtin(&mut self, field: &str, content: &str) { in emit_only_builtin()
82 fn emit_only_loadable(&mut self, field: &str, content: &str) { in emit_only_loadable()
86 fn emit(&mut self, field: &str, content: &str) { in emit()
/linux-6.15/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-debug.h14 static inline const char *cdns2_decode_usb_irq(char *str, size_t size, in cdns2_decode_usb_irq()
51 static inline const char *cdns2_decode_dma_irq(char *str, size_t size, in cdns2_decode_dma_irq()
83 static inline const char *cdns2_decode_epx_irq(char *str, size_t size, in cdns2_decode_epx_irq()
90 static inline const char *cdns2_decode_ep0_irq(char *str, size_t size, in cdns2_decode_ep0_irq()
100 char *str, size_t size) in cdns2_raw_ring()
161 static inline const char *cdns2_decode_trb(char *str, size_t size, u32 flags, in cdns2_decode_trb()
/linux-6.15/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_event.c13 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
/linux-6.15/tools/perf/
H A Dbuiltin-probe.c53 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()
444 char *str = strfilter__string(filter); in perf_del_probe_events() local
/linux-6.15/tools/testing/vsock/
H A Dcontrol.c111 void control_writeln(const char *str) in control_writeln()
143 char str[32]; in control_writeulong() local
156 char *str; in control_readulong() local
228 void control_expectln(const char *str) in control_expectln()
239 bool control_cmpln(char *line, const char *str, bool fail) in control_cmpln()

12345678910>>...60