Home
last modified time | relevance | path

Searched defs:self (Results 26 – 50 of 333) sorted by relevance

12345678910>>...14

/Linux-v6.6/scripts/kconfig/tests/
Dconftest.py30 def __init__(self, request): argument
39 def _run_conf(self, mode, dot_config=None, out_file='.config', argument
120 def oldaskconfig(self, dot_config=None, in_keys=None): argument
130 def oldconfig(self, dot_config=None, in_keys=None): argument
140 def olddefconfig(self, dot_config=None): argument
148 def defconfig(self, defconfig): argument
157 def _allconfig(self, mode, all_config): argument
166 def allyesconfig(self, all_config=None): argument
174 def allmodconfig(self, all_config=None): argument
182 def allnoconfig(self, all_config=None): argument
[all …]
/Linux-v6.6/drivers/net/ethernet/aquantia/atlantic/
Daq_nic.c45 static void aq_nic_rss_init(struct aq_nic_s *self, unsigned int num_rss_queues) in aq_nic_rss_init()
69 static void aq_nic_cfg_update_num_vecs(struct aq_nic_s *self) in aq_nic_cfg_update_num_vecs()
96 void aq_nic_cfg_start(struct aq_nic_s *self) in aq_nic_cfg_start()
156 static int aq_nic_update_link_status(struct aq_nic_s *self) in aq_nic_update_link_status()
215 struct aq_nic_s *self = private; in aq_linkstate_threaded_isr() local
230 struct aq_nic_s *self = container_of(work, struct aq_nic_s, in aq_nic_service_task() local
257 struct aq_nic_s *self = from_timer(self, t, service_timer); in aq_nic_service_timer_cb() local
267 struct aq_nic_s *self = from_timer(self, t, polling_timer); in aq_nic_polling_timer_cb() local
277 static int aq_nic_hw_prepare(struct aq_nic_s *self) in aq_nic_hw_prepare()
299 int aq_nic_ndev_register(struct aq_nic_s *self) in aq_nic_ndev_register()
[all …]
/Linux-v6.6/tools/perf/tests/
Dattr.py36 def __init__(self, test, msg): argument
39 def getMsg(self): argument
43 def __init__(self, test, arch): argument
46 def getMsg(self): argument
50 def __init__(self, test): argument
52 def getMsg(self): argument
96 def add(self, data): argument
101 def __init__(self, name, data, base): argument
108 def equal(self, other): argument
117 def optional(self): argument
[all …]
/Linux-v6.6/tools/verification/dot2/
Ddot2k.py20 def __init__(self, file_path, MonitorType): argument
32 def __fill_rv_templates_dir(self): argument
53 def __open_file(self, path): argument
63 def __buff_to_string(self, buff): argument
72 def fill_tracepoint_handlers_skel(self): argument
86 def fill_tracepoint_attach_probe(self): argument
92 def fill_tracepoint_detach_helper(self): argument
98 def fill_main_c(self): argument
115 def fill_model_h_header(self): argument
126 def fill_model_h(self): argument
[all …]
Dautomata.py22 def __init__(self, file_path): argument
30 def __get_model_name(self): argument
42 def __open_dot(self): argument
62 def __get_cursor_begin_states(self): argument
68 def __get_cursor_begin_events(self): argument
78 def __get_state_variables(self): argument
118 def __get_event_variables(self): argument
142 def __create_matrix(self): argument
/Linux-v6.6/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_b0.c115 static int hw_atl_b0_hw_reset(struct aq_hw_s *self) in hw_atl_b0_hw_reset()
130 int hw_atl_b0_set_fc(struct aq_hw_s *self, u32 fc, u32 tc) in hw_atl_b0_set_fc()
137 static int hw_atl_b0_tc_ptp_set(struct aq_hw_s *self) in hw_atl_b0_tc_ptp_set()
152 static int hw_atl_b0_hw_qos_set(struct aq_hw_s *self) in hw_atl_b0_hw_qos_set()
209 int hw_atl_b0_hw_rss_hash_set(struct aq_hw_s *self, in hw_atl_b0_hw_rss_hash_set()
237 static int hw_atl_b0_hw_rss_set(struct aq_hw_s *self, in hw_atl_b0_hw_rss_set()
273 int hw_atl_b0_hw_offload_set(struct aq_hw_s *self, in hw_atl_b0_hw_offload_set()
332 static int hw_atl_b0_hw_init_tx_tc_rate_limit(struct aq_hw_s *self) in hw_atl_b0_hw_init_tx_tc_rate_limit()
449 static int hw_atl_b0_hw_init_tx_path(struct aq_hw_s *self) in hw_atl_b0_hw_init_tx_path()
474 void hw_atl_b0_hw_init_rx_rss_ctrl1(struct aq_hw_s *self) in hw_atl_b0_hw_init_rx_rss_ctrl1()
[all …]
Dhw_atl_a0.c86 static int hw_atl_a0_hw_reset(struct aq_hw_s *self) in hw_atl_a0_hw_reset()
124 static int hw_atl_a0_hw_qos_set(struct aq_hw_s *self) in hw_atl_a0_hw_qos_set()
183 static int hw_atl_a0_hw_rss_hash_set(struct aq_hw_s *self, in hw_atl_a0_hw_rss_hash_set()
211 static int hw_atl_a0_hw_rss_set(struct aq_hw_s *self, in hw_atl_a0_hw_rss_set()
247 static int hw_atl_a0_hw_offload_set(struct aq_hw_s *self, in hw_atl_a0_hw_offload_set()
264 static int hw_atl_a0_hw_init_tx_path(struct aq_hw_s *self) in hw_atl_a0_hw_init_tx_path()
283 static int hw_atl_a0_hw_init_rx_path(struct aq_hw_s *self) in hw_atl_a0_hw_init_rx_path()
325 static int hw_atl_a0_hw_mac_addr_set(struct aq_hw_s *self, const u8 *mac_addr) in hw_atl_a0_hw_mac_addr_set()
351 static int hw_atl_a0_hw_init(struct aq_hw_s *self, const u8 *mac_addr) in hw_atl_a0_hw_init()
405 static int hw_atl_a0_hw_ring_tx_start(struct aq_hw_s *self, in hw_atl_a0_hw_ring_tx_start()
[all …]
Dhw_atl_utils.c67 int hw_atl_utils_initfw(struct aq_hw_s *self, const struct aq_fw_ops **fw_ops) in hw_atl_utils_initfw()
95 static int hw_atl_utils_soft_reset_flb(struct aq_hw_s *self) in hw_atl_utils_soft_reset_flb()
171 static int hw_atl_utils_soft_reset_rbl(struct aq_hw_s *self) in hw_atl_utils_soft_reset_rbl()
240 int hw_atl_utils_soft_reset(struct aq_hw_s *self) in hw_atl_utils_soft_reset()
306 int hw_atl_utils_fw_downld_dwords(struct aq_hw_s *self, u32 a, in hw_atl_utils_fw_downld_dwords()
352 static int hw_atl_utils_write_b1_mbox(struct aq_hw_s *self, u32 addr, in hw_atl_utils_write_b1_mbox()
391 static int hw_atl_utils_write_b0_mbox(struct aq_hw_s *self, u32 addr, in hw_atl_utils_write_b0_mbox()
416 static int hw_atl_utils_fw_upload_dwords(struct aq_hw_s *self, u32 addr, u32 *p, in hw_atl_utils_fw_upload_dwords()
444 int hw_atl_write_fwcfg_dwords(struct aq_hw_s *self, u32 *p, u32 cnt) in hw_atl_write_fwcfg_dwords()
450 int hw_atl_write_fwsettings_dwords(struct aq_hw_s *self, u32 offset, u32 *p, in hw_atl_write_fwsettings_dwords()
[all …]
Dhw_atl_utils_fw2x.c95 static int aq_fw2x_init(struct aq_hw_s *self) in aq_fw2x_init()
115 static int aq_fw2x_deinit(struct aq_hw_s *self) in aq_fw2x_deinit()
179 static int aq_fw2x_set_link_speed(struct aq_hw_s *self, u32 speed) in aq_fw2x_set_link_speed()
188 static void aq_fw2x_upd_flow_control_bits(struct aq_hw_s *self, in aq_fw2x_upd_flow_control_bits()
210 static void aq_fw2x_upd_eee_rate_bits(struct aq_hw_s *self, u32 *mpi_opts, in aq_fw2x_upd_eee_rate_bits()
221 static int aq_fw2x_set_state(struct aq_hw_s *self, in aq_fw2x_set_state()
247 static int aq_fw2x_update_link_status(struct aq_hw_s *self) in aq_fw2x_update_link_status()
279 static int aq_fw2x_get_mac_permanent(struct aq_hw_s *self, u8 *mac) in aq_fw2x_get_mac_permanent()
301 static int aq_fw2x_update_stats(struct aq_hw_s *self) in aq_fw2x_update_stats()
324 static int aq_fw2x_get_phy_temp(struct aq_hw_s *self, int *temp) in aq_fw2x_get_phy_temp()
[all …]
/Linux-v6.6/tools/testing/selftests/tpm2/
Dtpm2.py204 def __init__(self, alg): argument
207 def __str__(self): argument
212 def __init__(self, name): argument
215 def __str__(self): argument
220 def __init__(self, alg): argument
223 def __str__(self): argument
228 def __init__(self, cc, rc): argument
241 def __str__(self): argument
251 def __init__(self, session_handle=TPM2_RS_PW, nonce=bytes(), argument
258 def __bytes__(self): argument
[all …]
/Linux-v6.6/tools/testing/selftests/hid/tests/
Dtest_keyboard.py26 def __init__(self, rdesc, name=None, input_info=None): argument
31 def _update_key_state(self, keys): argument
51 def _create_report_data(self): argument
58 def create_array_report(self, keys, reportID=None, application=None): argument
73 def event(self, keys, reportID=None, application=None): argument
112 def __init__(self, rdesc=report_descriptor, name=None, input_info=None): argument
143 def __init__(self, rdesc=report_descriptor, name=None, input_info=None): argument
146 def _create_report_data(self): argument
211 def __init__(self, rdesc=report_descriptor, name=None, input_info=None): argument
257 def __init__(self, rdesc=report_descriptor, name=None, input_info=None): argument
[all …]
Dbase.py136 def __init__(self, name, application, rdesc_str=None, rdesc=None, input_info=None): argument
160 def assertInputEventsIn(self, expected_events, effective_events): argument
167 def assertInputEvents(self, expected_events, effective_events): argument
202 def create_device(self): argument
205 def _load_kernel_module(self, kernel_driver, kernel_module): argument
223 def load_kernel_module(self): argument
229 def new_uhdev(self, load_kernel_module): argument
232 def assertName(self, uhdev): argument
237 def context(self, new_uhdev, request): argument
263 def check_taint(self): argument
[all …]
Dtest_sony.py39 def test_accelerometer(self): argument
72 def test_gyroscope(self): argument
105 def test_battery(self): argument
137 def test_mt_single_touch(self): argument
160 def test_mt_dual_touch(self): argument
222 def create_device(self): argument
228 def start_controller(self): argument
236 def test_led(self): argument
280 def create_device(self): argument
291 def create_device(self): argument
[all …]
Dtest_apple_keyboard.py142 self, argument
150 def send_fn_state(self, state): argument
161 def create_device(self): argument
164 def test_single_function_key(self): argument
187 def test_single_fn_function_key(self): argument
219 def test_single_fn_function_key_release_first(self): argument
250 def test_single_fn_function_key_inverted(self): argument
282 def test_multiple_fn_function_key_release_first(self): argument
332 def test_multiple_fn_function_key_release_between(self): argument
404 def test_single_pageup_key_release_first(self): argument
/Linux-v6.6/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DSchedGui.py23 def __init__(self, sched_tracer, title, parent = None, id = -1): argument
65 def us_to_px(self, val): argument
68 def px_to_us(self, val): argument
71 def scroll_start(self): argument
75 def scroll_start_us(self): argument
79 def paint_rectangle_zone(self, nr, color, top_color, start, end): argument
103 def update_rectangles(self, dc, start, end): argument
108 def on_paint(self, event): argument
118 def rect_from_ypixel(self, y): argument
128 def update_summary(self, txt): argument
[all …]
/Linux-v6.6/scripts/
Dspdxcheck.py16 def __init__(self, tok, txt): argument
21 def __init__(self, el, txt): argument
26 def __init__(self): argument
33 def __init__(self): argument
38 def update(self, fname, basedir, miss): argument
100 def __init__(self, spdx): argument
119 def set_dirinfo(self, basedir, dirdepth): argument
130 def validate(self, tok): argument
146 def t_RPAR(self, tok): argument
151 def t_LPAR(self, tok): argument
[all …]
/Linux-v6.6/tools/testing/selftests/tc-testing/plugin-lib/
DnsPlugin.py11 def __init__(self): argument
15 def pre_suite(self, testcount, testidlist): argument
24 def post_suite(self, index): argument
35 def add_args(self, parser): argument
45 def adjust_command(self, stage, command): argument
80 def _ports_create(self): argument
89 def _ports_destroy(self): argument
93 def _ns_create(self): argument
112 def _ns_destroy(self): argument
121 def _exec_cmd(self, stage, command): argument
[all …]
/Linux-v6.6/tools/testing/kunit/
Dkunit_kernel.py45 def __init__(self, linux_arch: str, cross_compile: Optional[str]): argument
49 def make_mrproper(self) -> None: argument
57 def make_arch_config(self, base_kunitconfig: kunit_config.Kconfig) -> kunit_config.Kconfig: argument
60 def make_olddefconfig(self, build_dir: str, make_options: Optional[List[str]]) -> None: argument
74 def make(self, jobs: int, build_dir: str, make_options: Optional[List[str]]) -> None: argument
95 def start(self, params: List[str], build_dir: str) -> subprocess.Popen: argument
101 def __init__(self, qemu_arch_params: qemu_config.QemuArchParams, cross_compile: Optional[str]): argument
111 def make_arch_config(self, base_kunitconfig: kunit_config.Kconfig) -> kunit_config.Kconfig: argument
116 def start(self, params: List[str], build_dir: str) -> subprocess.Popen: argument
137 def __init__(self, cross_compile: Optional[str]=None): argument
[all …]
Dkunit_config.py21 def __str__(self) -> str: argument
34 def __init__(self) -> None: argument
37 def __eq__(self, other: Any) -> bool: argument
42 def __repr__(self) -> str: argument
45 def as_entries(self) -> Iterable[KconfigEntry]: argument
49 def add_entry(self, name: str, value: str) -> None: argument
52 def is_subset_of(self, other: 'Kconfig') -> bool: argument
63 def conflicting_options(self, other: 'Kconfig') -> List[Tuple[KconfigEntry, KconfigEntry]]: argument
72 def merge_in_entries(self, other: 'Kconfig') -> None: argument
76 def write_to_file(self, path: str) -> None: argument
/Linux-v6.6/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
Dhw_atl2_utils_fw.c74 static int hw_atl2_shared_buffer_read_block(struct aq_hw_s *self, in hw_atl2_shared_buffer_read_block()
103 static inline int hw_atl2_shared_buffer_finish_ack(struct aq_hw_s *self) in hw_atl2_shared_buffer_finish_ack()
117 static int aq_a2_fw_init(struct aq_hw_s *self) in aq_a2_fw_init()
141 static int aq_a2_fw_deinit(struct aq_hw_s *self) in aq_a2_fw_deinit()
224 static int aq_a2_fw_set_link_speed(struct aq_hw_s *self, u32 speed) in aq_a2_fw_set_link_speed()
236 static void aq_a2_fw_set_mpi_flow_control(struct aq_hw_s *self, in aq_a2_fw_set_mpi_flow_control()
245 static void aq_a2_fw_upd_eee_rate_bits(struct aq_hw_s *self, in aq_a2_fw_upd_eee_rate_bits()
256 static int aq_a2_fw_set_state(struct aq_hw_s *self, in aq_a2_fw_set_state()
284 static int aq_a2_fw_update_link_status(struct aq_hw_s *self) in aq_a2_fw_update_link_status()
326 static int aq_a2_fw_get_mac_permanent(struct aq_hw_s *self, u8 *mac) in aq_a2_fw_get_mac_permanent()
[all …]
/Linux-v6.6/scripts/gdb/linux/
Dproc.py28 def __init__(self): argument
31 def invoke(self, arg, from_tty): argument
42 def __init__(self): argument
45 def invoke(self, arg, from_tty): argument
87 def __init__(self): argument
90 def invoke(self, arg, from_tty): argument
102 def __init__(self): argument
105 def invoke(self, arg, from_tty): argument
147 def __init__(self): argument
153 def invoke(self, arg, from_tty): argument
[all …]
/Linux-v6.6/tools/testing/selftests/tc-testing/
DTdcPlugin.py4 def __init__(self): argument
8 def pre_suite(self, testcount, testidlist): argument
15 def post_suite(self, index): argument
21 def pre_case(self, caseinfo, test_skip): argument
28 def post_case(self): argument
33 def pre_execute(self): argument
38 def post_execute(self): argument
43 def adjust_command(self, stage, command): argument
65 def add_args(self, parser): argument
70 def check_args(self, args, remaining): argument
/Linux-v6.6/tools/testing/selftests/drivers/net/mlxsw/
Dsharedbuffer_configuration.py28 def __init__(self, pools): argument
33 def _cell_size(self): argument
36 def _get_static_size(self, th): argument
41 def _get_size(self): argument
44 def _get_thtype(self): argument
47 def _get_th(self, pool): argument
55 def _get_pool(self, direction): argument
69 def get_value(self, objid): argument
103 def __init__(self, objlist): argument
108 def get_value(self, objid): argument
[all …]
/Linux-v6.6/tools/testing/selftests/drivers/sdsi/
Dsdsi_test.py41 def test_driver_loaded(self): argument
48 def read_value(self, file): argument
53 def get_dev_folder(self, socket): argument
56 def test_sysfs_files_exist(self, socket): argument
65 def test_sysfs_file_permissions(self, socket): argument
78 def test_sysfs_file_ownership(self, socket): argument
101 def test_sysfs_file_sizes(self, socket): argument
117 def test_no_seek_allowed(self, socket): argument
135 def test_registers_seek(self, socket): argument
151 def test_provision_akc_eoverflow_1017_bytes(self, socket): argument
[all …]
/Linux-v6.6/tools/testing/selftests/net/openvswitch/
Dovs-dpctl.py341 def dpstr(self, more=False): argument
385 def dpstr(self, more=False): argument
420 def dpstr(self, more=False): argument
437 def dpstr(self, more=False): argument
472 def parse(self, actstr): argument
672 self, argument
690 def parse(self, flowstr, typeInst): argument
733 def dpstr(self, masked=None, more=False): argument
785 self, argument
838 self, argument
[all …]

12345678910>>...14