Home
last modified time | relevance | path

Searched defs:self (Results 51 – 75 of 333) sorted by relevance

12345678910>>...14

/Linux-v6.6/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
Dhw_atl2.c89 static u32 hw_atl2_sem_act_rslvr_get(struct aq_hw_s *self) in hw_atl2_sem_act_rslvr_get()
94 static int hw_atl2_hw_reset(struct aq_hw_s *self) in hw_atl2_hw_reset()
112 static int hw_atl2_hw_queue_to_tc_map_set(struct aq_hw_s *self) in hw_atl2_hw_queue_to_tc_map_set()
162 static int hw_atl2_hw_qos_set(struct aq_hw_s *self) in hw_atl2_hw_qos_set()
214 static int hw_atl2_hw_rss_set(struct aq_hw_s *self, in hw_atl2_hw_rss_set()
239 static int hw_atl2_hw_init_tx_tc_rate_limit(struct aq_hw_s *self) in hw_atl2_hw_init_tx_tc_rate_limit()
354 static int hw_atl2_hw_init_tx_path(struct aq_hw_s *self) in hw_atl2_hw_init_tx_path()
379 static void hw_atl2_hw_init_new_rx_filters(struct aq_hw_s *self) in hw_atl2_hw_init_new_rx_filters()
430 static void hw_atl2_hw_new_rx_filter_vlan_promisc(struct aq_hw_s *self, in hw_atl2_hw_new_rx_filter_vlan_promisc()
445 static void hw_atl2_hw_new_rx_filter_promisc(struct aq_hw_s *self, bool promisc) in hw_atl2_hw_new_rx_filter_promisc()
[all …]
/Linux-v6.6/scripts/gdb/linux/
Dpage_owner.py38 def __init__(self): argument
41 def invoke(self, args, from_tty): argument
63 def get_page_owner_info(self): argument
69 def page_ext_invalid(self, page_ext): argument
76 def get_entry(self, base, index): argument
79 def lookup_page_ext(self, page): argument
87 def page_ext_get(self, page): argument
94 def get_page_owner(self, page_ext): argument
98 def read_page_owner_by_addr(self, struct_page_addr): argument
147 def read_page_owner(self): argument
Dsymbols.py23 def __init__(self, spec, gdb_command): argument
28 def stop(self): argument
70 def __init__(self): argument
74 def _update_module_files(self): argument
84 def _get_module_file(self, module_name): argument
92 def _section_arguments(self, module, module_addr): argument
114 def load_module_symbols(self, module): argument
141 def load_all_symbols(self): argument
170 def invoke(self, arg, from_tty): argument
Dtasks.py55 def __init__(self): argument
58 def invoke(self, pid): argument
72 def __init__(self): argument
75 def invoke(self, arg, from_tty): argument
113 def __init__(self): argument
116 def invoke(self, task): argument
129 def __init__(self): argument
132 def invoke(self, pid): argument
Drbtree.py106 def __init__(self): argument
109 def invoke(self, root): argument
126 def __init__(self): argument
129 def invoke(self, root): argument
146 def __init__(self): argument
149 def invoke(self, node): argument
166 def __init__(self): argument
169 def invoke(self, node): argument
Ddevice.py100 def __init__(self): argument
103 def invoke(self, arg, from_tty): argument
120 def __init__(self): argument
123 def invoke(self, arg, from_tty): argument
138 def __init__(self): argument
141 def invoke(self, arg, from_tty): argument
153 def __init__(self): argument
156 def invoke(self, bus, name): argument
167 def __init__(self): argument
170 def invoke(self, cls, name): argument
/Linux-v6.6/drivers/net/wireless/st/cw1200/
Dcw1200_sdio.c60 static int cw1200_sdio_memcpy_fromio(struct hwbus_priv *self, in cw1200_sdio_memcpy_fromio()
67 static int cw1200_sdio_memcpy_toio(struct hwbus_priv *self, in cw1200_sdio_memcpy_toio()
74 static void cw1200_sdio_lock(struct hwbus_priv *self) in cw1200_sdio_lock()
79 static void cw1200_sdio_unlock(struct hwbus_priv *self) in cw1200_sdio_unlock()
86 struct hwbus_priv *self = sdio_get_drvdata(func); in cw1200_sdio_irq_handler() local
100 struct hwbus_priv *self = dev_id; in cw1200_gpio_irq() local
112 static int cw1200_request_irq(struct hwbus_priv *self) in cw1200_request_irq()
149 static int cw1200_sdio_irq_subscribe(struct hwbus_priv *self) in cw1200_sdio_irq_subscribe()
164 static int cw1200_sdio_irq_unsubscribe(struct hwbus_priv *self) in cw1200_sdio_irq_unsubscribe()
241 static size_t cw1200_sdio_align_size(struct hwbus_priv *self, size_t size) in cw1200_sdio_align_size()
[all …]
Dcw1200_spi.c57 static int cw1200_spi_memcpy_fromio(struct hwbus_priv *self, in cw1200_spi_memcpy_fromio()
123 static int cw1200_spi_memcpy_toio(struct hwbus_priv *self, in cw1200_spi_memcpy_toio()
194 static void cw1200_spi_lock(struct hwbus_priv *self) in cw1200_spi_lock()
220 static void cw1200_spi_unlock(struct hwbus_priv *self) in cw1200_spi_unlock()
234 struct hwbus_priv *self = dev_id; in cw1200_spi_irq_handler() local
246 static int cw1200_spi_irq_subscribe(struct hwbus_priv *self) in cw1200_spi_irq_subscribe()
271 static void cw1200_spi_irq_unsubscribe(struct hwbus_priv *self) in cw1200_spi_irq_unsubscribe()
338 static size_t cw1200_spi_align_size(struct hwbus_priv *self, size_t size) in cw1200_spi_align_size()
343 static int cw1200_spi_pm(struct hwbus_priv *self, bool suspend) in cw1200_spi_pm()
362 struct hwbus_priv *self; in cw1200_spi_probe() local
[all …]
/Linux-v6.6/tools/perf/pmu-events/
Dmetric_test.py13 def test_Operators(self): argument
29 def test_Brackets(self): argument
41 def test_ParsePerfJson(self): argument
64 def test_IfElseTests(self): argument
97 def test_ToPython(self): argument
105 def test_Simplify(self): argument
159 def test_RewriteMetricsInTermsOfOthers(self): argument
/Linux-v6.6/tools/perf/scripts/python/
Dsched-migration.py41 def __repr__(self): argument
49 def __init__(self, sleeper): argument
52 def __repr__(self): argument
60 def __init__(self, wakee): argument
63 def __repr__(self): argument
71 def __init__(self, child): argument
74 def __repr__(self): argument
82 def __init__(self, new): argument
85 def __repr__(self): argument
93 def __init__(self, old): argument
[all …]
Dtask-analyzer.py241 def __init__(self): argument
256 def feed(self, task): argument
277 def _update_max_entries(self): argument
297 def __init__(self): argument
304 def __init__(self, pid, tid, comm, runs, acc, mean, argument
323 def _print_header(self): argument
343 def _column_titles(self): argument
403 def _task_stats(self): argument
451 def _format_stats(self): argument
502 def _calc_alignments_summary(self, align_helper): argument
[all …]
Dcompaction-times.py29 def __init__(self, re): argument
32 def filter(self, pid, comm): argument
37 def __init__(self, low, high): argument
41 def filter(self, pid, comm): argument
55 def __init__(self, aval, bval, alabel = None, blabel = None): argument
61 def __add__(self, rhs): argument
66 def __str__(self): argument
70 def __init__(self, ns): argument
76 def __add__(self, rhs): argument
83 def __str__(self): argument
[all …]
/Linux-v6.6/drivers/net/ethernet/aquantia/atlantic/
Daq_vec.c30 struct aq_vec_s *self = container_of(napi, struct aq_vec_s, napi); in aq_vec_poll() local
105 struct aq_vec_s *self = NULL; in aq_vec_alloc() local
128 int aq_vec_ring_alloc(struct aq_vec_s *self, struct aq_nic_s *aq_nic, in aq_vec_ring_alloc()
183 int aq_vec_init(struct aq_vec_s *self, const struct aq_hw_ops *aq_hw_ops, in aq_vec_init()
229 int aq_vec_start(struct aq_vec_s *self) in aq_vec_start()
254 void aq_vec_stop(struct aq_vec_s *self) in aq_vec_stop()
271 void aq_vec_deinit(struct aq_vec_s *self) in aq_vec_deinit()
288 void aq_vec_free(struct aq_vec_s *self) in aq_vec_free()
300 void aq_vec_ring_free(struct aq_vec_s *self) in aq_vec_ring_free()
324 struct aq_vec_s *self = private; in aq_vec_isr() local
[all …]
/Linux-v6.6/rust/alloc/vec/
Dspec_extend.rs13 fn spec_extend(&mut self, iter: I); in spec_extend()
18 fn try_spec_extend(&mut self, iter: I) -> Result<(), TryReserveError>; in try_spec_extend()
26 default fn spec_extend(&mut self, iter: I) { in spec_extend()
35 default fn try_spec_extend(&mut self, iter: I) -> Result<(), TryReserveError> { in try_spec_extend()
45 default fn spec_extend(&mut self, iterator: I) { in spec_extend()
54 default fn try_spec_extend(&mut self, iterator: I) -> Result<(), TryReserveError> { in try_spec_extend()
61 fn spec_extend(&mut self, mut iterator: IntoIter<T>) { in spec_extend()
70 fn try_spec_extend(&mut self, mut iterator: IntoIter<T>) -> Result<(), TryReserveError> { in try_spec_extend()
85 default fn spec_extend(&mut self, iterator: I) { in spec_extend()
95 default fn try_spec_extend(&mut self, iterator: I) -> Result<(), TryReserveError> { in try_spec_extend()
[all …]
Dmod.rs1025 pub fn reserve(&mut self, additional: usize) { in reserve()
1055 pub fn reserve_exact(&mut self, additional: usize) { in reserve_exact()
1092 pub fn try_reserve(&mut self, additional: usize) -> Result<(), TryReserveError> { in try_reserve()
1135 pub fn try_reserve_exact(&mut self, additional: usize) -> Result<(), TryReserveError> { in try_reserve_exact()
1155 pub fn shrink_to_fit(&mut self) { in shrink_to_fit()
1184 pub fn shrink_to(&mut self, min_capacity: usize) { in shrink_to()
1270 pub fn truncate(&mut self, len: usize) { in truncate()
1480 pub unsafe fn set_len(&mut self, new_len: usize) { in set_len()
1512 pub fn swap_remove(&mut self, index: usize) -> T { in swap_remove()
1553 pub fn insert(&mut self, index: usize, element: T) { in insert()
[all …]
/Linux-v6.6/tools/power/pm-graph/
Dbootgraph.py71 def __init__(self): argument
79 def kernelVersion(self, msg): argument
84 def checkFtraceKernelVersion(self): argument
91 def kernelParams(self): argument
107 def setGraphFilter(self, val): argument
127 def getBootFtraceFilterFunctions(self): argument
138 def myCronJob(self, line): argument
144 def cronjobCmdString(self): argument
165 def manualRebootRequired(self): argument
173 def blGrub(self): argument
[all …]
/Linux-v6.6/tools/testing/kunit/
Dkunit_parser.py39 def __init__(self) -> None: argument
48 def __str__(self) -> str: argument
53 def __repr__(self) -> str: argument
57 def add_error(self, error_message: str) -> None: argument
62 def ok_status(self) -> bool: argument
87 def __str__(self) -> str: argument
95 def total(self) -> int: argument
102 def add_subtest_counts(self, counts: TestCounts) -> None: argument
118 def get_status(self) -> TestStatus: argument
135 def add_status(self, status: TestStatus) -> None: argument
[all …]
Dkunit_printer.py18 def __init__(self, output: typing.IO[str]): argument
22 def print(self, message: str) -> None: argument
25 def print_with_timestamp(self, message: str) -> None: argument
29 def _color(self, code: str, text: str) -> str: argument
34 def red(self, text: str) -> str: argument
37 def yellow(self, text: str) -> str: argument
40 def green(self, text: str) -> str: argument
43 def color_len(self) -> int: argument
/Linux-v6.6/tools/testing/selftests/tc-testing/plugin-lib/
DvalgrindPlugin.py22 def __init__(self): argument
28 def pre_suite(self, testcount, testidlist): argument
36 def post_suite(self, index): argument
50 def add_args(self, parser): argument
62 def adjust_command(self, stage, command): argument
101 def post_execute(self): argument
156 def _add_results(self, res): argument
159 def _add_to_tap(self, more_tap_output): argument
DbuildebpfPlugin.py14 def __init__(self): argument
19 def pre_suite(self, testcount, testidlist): argument
25 def post_suite(self, index): argument
30 def add_args(self, parser): argument
43 def _ebpf_makeall(self): argument
47 def _ebpf_makeclean(self): argument
51 def _make(self, target): argument
/Linux-v6.6/Documentation/sphinx/
DrstFlatTable.py112 def run(self): argument
140 def __init__(self, directive): argument
145 def buildTableNode(self): argument
188 def buildTableRowNode(self, row_data, classes=None): argument
206 def raiseError(self, msg): argument
214 def parseFlatTableNode(self, node): argument
227 def roundOffTableDefinition(self): argument
294 def pprint(self): argument
315 def parseRowItem(self, rowItem, rowNum): argument
349 def parseCellItem(self, cellItem): argument
/Linux-v6.6/drivers/crypto/intel/qat/qat_c62xvf/
Dadf_c62xvf_hw_data.c18 static u32 get_accel_mask(struct adf_hw_device_data *self) in get_accel_mask()
23 static u32 get_ae_mask(struct adf_hw_device_data *self) in get_ae_mask()
28 static u32 get_num_accels(struct adf_hw_device_data *self) in get_num_accels()
33 static u32 get_num_aes(struct adf_hw_device_data *self) in get_num_aes()
38 static u32 get_misc_bar_id(struct adf_hw_device_data *self) in get_misc_bar_id()
43 static u32 get_etr_bar_id(struct adf_hw_device_data *self) in get_etr_bar_id()
48 static enum dev_sku_info get_sku(struct adf_hw_device_data *self) in get_sku()
/Linux-v6.6/drivers/crypto/intel/qat/qat_dh895xccvf/
Dadf_dh895xccvf_hw_data.c18 static u32 get_accel_mask(struct adf_hw_device_data *self) in get_accel_mask()
23 static u32 get_ae_mask(struct adf_hw_device_data *self) in get_ae_mask()
28 static u32 get_num_accels(struct adf_hw_device_data *self) in get_num_accels()
33 static u32 get_num_aes(struct adf_hw_device_data *self) in get_num_aes()
38 static u32 get_misc_bar_id(struct adf_hw_device_data *self) in get_misc_bar_id()
43 static u32 get_etr_bar_id(struct adf_hw_device_data *self) in get_etr_bar_id()
48 static enum dev_sku_info get_sku(struct adf_hw_device_data *self) in get_sku()
/Linux-v6.6/drivers/crypto/intel/qat/qat_c3xxxvf/
Dadf_c3xxxvf_hw_data.c18 static u32 get_accel_mask(struct adf_hw_device_data *self) in get_accel_mask()
23 static u32 get_ae_mask(struct adf_hw_device_data *self) in get_ae_mask()
28 static u32 get_num_accels(struct adf_hw_device_data *self) in get_num_accels()
33 static u32 get_num_aes(struct adf_hw_device_data *self) in get_num_aes()
38 static u32 get_misc_bar_id(struct adf_hw_device_data *self) in get_misc_bar_id()
43 static u32 get_etr_bar_id(struct adf_hw_device_data *self) in get_etr_bar_id()
48 static enum dev_sku_info get_sku(struct adf_hw_device_data *self) in get_sku()
/Linux-v6.6/tools/testing/selftests/tc-testing/
Dtdc.py29 def __init__(self, missing_pg): argument
33 def __init__(self, stage, output, message): argument
39 def __init__(self, argparser): argument
59 def load_plugin(self, pgdir, pgname): argument
66 def get_required_plugins(self, testlist): argument
84 def load_required_plugins(self, reqs, parser, args, remaining): argument
117 def call_pre_suite(self, testcount, testidlist): argument
121 def call_post_suite(self, index): argument
125 def call_pre_case(self, caseinfo, *, test_skip=False): argument
136 def call_post_case(self): argument
[all …]

12345678910>>...14