/linux/drivers/usb/common/ |
H A D | debug.c | 15 __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() 170 static void usb_decode_get_configuration(__u16 wLength, char *str, size_t size) in usb_decode_get_configuration() 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() [all …]
|
/linux/tools/perf/pmu-events/ |
H A D | models.py | 11 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 D | metric.py | 29 def Substitute(self, name: str, expression: 'Expression') -> 'Expression': 115 def __init__(self, operator: str, lhs: Union[int, float, Expression], 123 other_str: str, 198 def Substitute(self, name: str, expression: Expression) -> Expression: 246 def Substitute(self, name: str, expression: Expression) -> Expression: 259 fn: str, 296 def Substitute(self, name: str, expression: Expression) -> Expression: 306 def _FixEscapes(s: str) -> str: 314 def __init__(self, name: str, legacy_name: str = ''): 331 def Substitute(self, name: str, expression: Expression) -> Expression: [all …]
|
/linux/sound/pci/lola/ |
H A 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 …]
|
/linux/tools/testing/kunit/ |
H A D | kunit_printer.py | 18 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 D | kunit_config.py | 49 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:
|
H A D | kunit_parser.py | 57 def add_error(self, printer: Printer, error_message: str) -> None: 157 def __init__(self, lines: Iterator[Tuple[int, str]]): argument 217 def extract_tap_lines(kernel_output: Iterable[str]) -> LineStream: 219 def isolate_ktap_output(kernel_output: Iterable[str]) \ 254 version_type: str, test: Test, printer: Printer) -> None: 467 def format_test_divider(message: str, len_message: int) -> str: 516 def print_log(log: Iterable[str], printer: Printer) -> None: 607 def failed_names(test: Test, parent_name: str) -> List[str]: 690 def parse_test(lines: LineStream, expected_num: int, log: List[str], is_subtest: bool, printer: Pri… 835 def parse_run_tests(kernel_output: Iterable[str], printer: Printer) -> Test:
|
/linux/tools/net/sunrpc/xdrgen/generators/ |
H A D | program.py | 13 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 D | header_top.py | 17 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:
|
H A D | header_bottom.py | 17 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 D | source_top.py | 17 def __init__(self, language: str, peer: str): 22 def emit_source(self, filename: str, root: Specification) -> None:
|
/linux/tools/testing/selftests/drivers/net/hw/lib/py/ |
H A D | linkconfig.py | 84 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/arch/mips/kernel/ |
H A D | mips-mt.c | 26 static int __init maxvpes(char *str) in maxvpes() argument 37 static int __init maxtcs(char *str) in maxtcs() argument 51 static int __init rpsctl_set(char *str) in rpsctl_set() argument 58 static int __init nblsu_set(char *str) in nblsu_set() argument 65 static int __init config7_set(char *str) in config7_set() argument 75 set_itc_base(char * str) set_itc_base() argument [all...] |
/linux/drivers/acpi/ |
H A D | acpi_configfs.c | 99 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/drivers/usb/cdns3/ |
H A D | cdns3-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() 110 static inline char *cdns3_dbg_ring(struct cdns3_endpoint *priv_ep, char *str) in cdns3_dbg_ring()
|
/linux/drivers/usb/gadget/udc/cdns2/ |
H A D | cdns2-debug.h | 14 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/drivers/gpu/drm/arm/display/komeda/ |
H A 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
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | btf_dump.c | 271 size_t ptr_sz, char *str, const char *expected_val) in btf_dump_data() 351 char *str) in test_btf_dump_int_data() 409 char *str) in test_btf_dump_float_data() 454 char *str) in test_btf_dump_char_data() 476 char *str) in test_btf_dump_typedef_data() 531 char *str) in test_btf_dump_enum_data() 567 char *str) in test_btf_dump_struct_data() 802 char *str) in test_btf_dump_var_data() 812 static void test_btf_datasec(struct btf *btf, struct btf_dump *d, char *str, in test_btf_datasec() 838 static void test_btf_dump_datasec_data(char *str) in test_btf_dump_datasec_data() [all …]
|
/linux/tools/testing/vsock/ |
H A D | control.c | 111 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()
|
/linux/drivers/md/ |
H A D | dm-init.c | 88 static char __init *str_field_delimit(char **str, char separator) in str_field_delimit() 111 static char __init *dm_parse_table_entry(struct dm_device *dev, char *str) in dm_parse_table_entry() 162 static int __init dm_parse_table(struct dm_device *dev, char *str) in dm_parse_table() 192 static char __init *dm_parse_device_entry(struct dm_device *dev, char *str) in dm_parse_device_entry() 239 static int __init dm_parse_devices(struct list_head *devices, char *str) in dm_parse_devices() 275 char *str; in dm_init_init() local
|
/linux/init/ |
H A D | do_mounts.c | 37 static int __init load_ramdisk(char *str) in load_ramdisk() 44 static int __init readonly(char *str) in readonly() 52 static int __init readwrite(char *str) in readwrite() 71 static int __init rootwait_setup(char *str) in rootwait_setup() 81 static int __init rootwait_timeout_setup(char *str) in rootwait_timeout_setup() 107 static int __init root_data_setup(char *str) in root_data_setup() 114 static int __init fs_names_setup(char *str) in fs_names_setup() 121 static int __init root_delay_setup(char *str) in root_delay_setup()
|
/linux/include/linux/ceph/ |
H A 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()
|
/linux/tools/perf/util/ |
H A D | comm.c | 12 char str[]; in DECLARE_RC_STRUCT() local 76 static struct comm_str *comm_str__new(const char *str) in comm_str__new() 119 static struct comm_str *__comm_strs__find(struct comm_strs *comm_strs, const char *str) in __comm_strs__find() 132 static struct comm_str *comm_strs__findnew(const char *str) in comm_strs__findnew() 188 struct comm *comm__new(const char *str, u64 timestamp, bool exec) in comm__new() 207 int comm__override(struct comm *comm, const char *str, u64 timestamp, bool exec) in comm__override()
|
/linux/tools/include/linux/ |
H A D | init.h | 24 const char *str; member 29 #define __setup_param(str, unique_id, fn, early) \ argument 37 #define __setup(str, fn) \ argument 40 #define early_param(str, fn) \ argument
|
/linux/drivers/char/ |
H A 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()
|