Home
last modified time | relevance | path

Searched defs:self (Results 1 – 25 of 211) sorted by relevance

123456789

/Linux-v4.19/tools/kvm/kvm_stat/
Dkvm_stat264 def tracepoint_is_child(self, field): argument
271 def __init__(self, exit_reasons): argument
276 def debugfs_is_child(self, field): argument
282 def __init__(self): argument
295 def debugfs_is_child(self, field): argument
301 def __init__(self): argument
306 def debugfs_is_child(self, field): argument
312 def __init__(self): argument
317 def debugfs_is_child(self, field): argument
348 def __init__(self): argument
[all …]
/Linux-v4.19/tools/bpf/bpftool/
Djson_writer.c33 static void jsonw_indent(json_writer_t *self) in jsonw_indent()
41 static void jsonw_eol(json_writer_t *self) in jsonw_eol()
51 static void jsonw_eor(json_writer_t *self) in jsonw_eor()
61 static void jsonw_puts(json_writer_t *self, const char *str) in jsonw_puts()
99 json_writer_t *self = malloc(sizeof(*self)); in jsonw_new() local
112 json_writer_t *self = *self_p; in jsonw_destroy() local
121 void jsonw_pretty(json_writer_t *self, bool on) in jsonw_pretty()
127 static void jsonw_begin(json_writer_t *self, int c) in jsonw_begin()
135 static void jsonw_end(json_writer_t *self, int c) in jsonw_end()
148 void jsonw_name(json_writer_t *self, const char *name) in jsonw_name()
[all …]
/Linux-v4.19/scripts/
Dbpf_helpers_doc.py17 def __init__(self, line='<line not provided>', reader=None): argument
32 def __init__(self, proto='', desc='', ret=''): argument
37 def proto_break_down(self): argument
71 def __init__(self, filename): argument
76 def parse_helper(self): argument
82 def parse_proto(self): argument
97 def parse_desc(self): argument
120 def parse_ret(self): argument
143 def run(self): argument
172 def __init__(self, helpers): argument
[all …]
Dspdxcheck.py15 def __init__(self, tok, txt): argument
20 def __init__(self, el, txt): argument
25 def __init__(self): argument
83 def __init__(self, spdx): argument
99 def validate(self, tok): argument
115 def t_RPAR(self, tok): argument
120 def t_LPAR(self, tok): argument
125 def t_ID(self, tok): argument
144 def t_error(self, tok): argument
147 def p_expr(self, p): argument
[all …]
/Linux-v4.19/scripts/kconfig/tests/
Dconftest.py30 def __init__(self, request): argument
39 def _run_conf(self, mode, dot_config=None, out_file='.config', argument
116 def oldaskconfig(self, dot_config=None, in_keys=None): argument
126 def oldconfig(self, dot_config=None, in_keys=None): argument
136 def olddefconfig(self, dot_config=None): argument
144 def defconfig(self, defconfig): argument
153 def _allconfig(self, mode, all_config): argument
162 def allyesconfig(self, all_config=None): argument
170 def allmodconfig(self, all_config=None): argument
178 def allnoconfig(self, all_config=None): argument
[all …]
/Linux-v4.19/tools/perf/scripts/python/
Dcall-graph-from-sql.py65 def __init__(self, db, row, parent_item): argument
81 def setUpRoot(self): argument
95 def setUpLevel1(self, comm_id, comm): argument
111 def setUpLevel2(self, comm_id, thread_id, pid, tid): argument
116 def getChildItem(self, row): argument
119 def getParentItem(self): argument
122 def getRow(self): argument
125 def timePercent(self, b): argument
131 def branchPercent(self, b): argument
137 def addChild(self, call_path_id, name, dso, count, time, branch_count): argument
[all …]
Dsched-migration.py43 def __repr__(self): argument
51 def __init__(self, sleeper): argument
54 def __repr__(self): argument
62 def __init__(self, wakee): argument
65 def __repr__(self): argument
73 def __init__(self, child): argument
76 def __repr__(self): argument
84 def __init__(self, new): argument
87 def __repr__(self): argument
95 def __init__(self, old): argument
[all …]
/Linux-v4.19/tools/power/pm-graph/
Dsleepgraph.py244 def __init__(self): argument
259 def vprint(self, msg): argument
263 def rootCheck(self, fatal=True): argument
272 def rootUser(self, fatal=False): argument
281 def getExec(self, cmd): argument
289 def setPrecision(self, num): argument
293 def setOutputFolder(self, value): argument
300 def setOutputFile(self): argument
309 def systemInfo(self, info): argument
325 def printSystemInfo(self, fatal=False): argument
[all …]
Dbootgraph.py66 def __init__(self): argument
77 def kernelVersion(self, msg): argument
79 def checkFtraceKernelVersion(self): argument
84 def kernelParams(self): argument
100 def setGraphFilter(self, val): argument
120 def getBootFtraceFilterFunctions(self): argument
131 def myCronJob(self, line): argument
137 def cronjobCmdString(self): argument
158 def manualRebootRequired(self): argument
166 def blGrub(self): argument
[all …]
/Linux-v4.19/drivers/net/ethernet/aquantia/atlantic/
Daq_nic.c41 static void aq_nic_rss_init(struct aq_nic_s *self, unsigned int num_rss_queues) in aq_nic_rss_init()
64 void aq_nic_cfg_start(struct aq_nic_s *self) in aq_nic_cfg_start()
124 static int aq_nic_update_link_status(struct aq_nic_s *self) in aq_nic_update_link_status()
157 struct aq_nic_s *self = from_timer(self, t, service_timer); in aq_nic_service_timer_cb() local
183 struct aq_nic_s *self = from_timer(self, t, polling_timer); in aq_nic_polling_timer_cb() local
195 int aq_nic_ndev_register(struct aq_nic_s *self) in aq_nic_ndev_register()
243 void aq_nic_ndev_init(struct aq_nic_s *self) in aq_nic_ndev_init()
260 void aq_nic_set_tx_ring(struct aq_nic_s *self, unsigned int idx, in aq_nic_set_tx_ring()
266 struct net_device *aq_nic_get_ndev(struct aq_nic_s *self) in aq_nic_get_ndev()
271 int aq_nic_init(struct aq_nic_s *self) in aq_nic_init()
[all …]
/Linux-v4.19/tools/perf/tests/
Dattr.py28 def __init__(self, test, msg): argument
31 def getMsg(self): argument
35 def __init__(self, test, arch): argument
38 def getMsg(self): argument
42 def __init__(self, test): argument
44 def getMsg(self): argument
88 def add(self, data): argument
93 def __init__(self, name, data, base): argument
100 def equal(self, other): argument
109 def optional(self): argument
[all …]
/Linux-v4.19/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-v4.19/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_a0.c85 static int hw_atl_a0_hw_reset(struct aq_hw_s *self) in hw_atl_a0_hw_reset()
118 static int hw_atl_a0_hw_qos_set(struct aq_hw_s *self) in hw_atl_a0_hw_qos_set()
177 static int hw_atl_a0_hw_rss_hash_set(struct aq_hw_s *self, in hw_atl_a0_hw_rss_hash_set()
203 static int hw_atl_a0_hw_rss_set(struct aq_hw_s *self, in hw_atl_a0_hw_rss_set()
237 static int hw_atl_a0_hw_offload_set(struct aq_hw_s *self, in hw_atl_a0_hw_offload_set()
254 static int hw_atl_a0_hw_init_tx_path(struct aq_hw_s *self) in hw_atl_a0_hw_init_tx_path()
274 static int hw_atl_a0_hw_init_rx_path(struct aq_hw_s *self) in hw_atl_a0_hw_init_rx_path()
316 static int hw_atl_a0_hw_mac_addr_set(struct aq_hw_s *self, u8 *mac_addr) in hw_atl_a0_hw_mac_addr_set()
341 static int hw_atl_a0_hw_init(struct aq_hw_s *self, u8 *mac_addr) in hw_atl_a0_hw_init()
397 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_b0.c88 static int hw_atl_b0_hw_reset(struct aq_hw_s *self) in hw_atl_b0_hw_reset()
103 static int hw_atl_b0_hw_qos_set(struct aq_hw_s *self) in hw_atl_b0_hw_qos_set()
162 static int hw_atl_b0_hw_rss_hash_set(struct aq_hw_s *self, in hw_atl_b0_hw_rss_hash_set()
188 static int hw_atl_b0_hw_rss_set(struct aq_hw_s *self, in hw_atl_b0_hw_rss_set()
222 static int hw_atl_b0_hw_offload_set(struct aq_hw_s *self, in hw_atl_b0_hw_offload_set()
267 static int hw_atl_b0_hw_init_tx_path(struct aq_hw_s *self) in hw_atl_b0_hw_init_tx_path()
287 static int hw_atl_b0_hw_init_rx_path(struct aq_hw_s *self) in hw_atl_b0_hw_init_rx_path()
346 static int hw_atl_b0_hw_mac_addr_set(struct aq_hw_s *self, u8 *mac_addr) in hw_atl_b0_hw_mac_addr_set()
371 static int hw_atl_b0_hw_init(struct aq_hw_s *self, u8 *mac_addr) in hw_atl_b0_hw_init()
435 static int hw_atl_b0_hw_ring_tx_start(struct aq_hw_s *self, in hw_atl_b0_hw_ring_tx_start()
[all …]
Dhw_atl_utils.c55 int hw_atl_utils_initfw(struct aq_hw_s *self, const struct aq_fw_ops **fw_ops) in hw_atl_utils_initfw()
87 static int hw_atl_utils_soft_reset_flb(struct aq_hw_s *self) in hw_atl_utils_soft_reset_flb()
163 static int hw_atl_utils_soft_reset_rbl(struct aq_hw_s *self) in hw_atl_utils_soft_reset_rbl()
232 int hw_atl_utils_soft_reset(struct aq_hw_s *self) in hw_atl_utils_soft_reset()
273 int hw_atl_utils_fw_downld_dwords(struct aq_hw_s *self, u32 a, in hw_atl_utils_fw_downld_dwords()
317 static int hw_atl_utils_fw_upload_dwords(struct aq_hw_s *self, u32 a, u32 *p, in hw_atl_utils_fw_upload_dwords()
363 static int hw_atl_utils_init_ucp(struct aq_hw_s *self, in hw_atl_utils_init_ucp()
402 static int hw_atl_utils_fw_rpc_call(struct aq_hw_s *self, unsigned int rpc_size) in hw_atl_utils_fw_rpc_call()
426 static int hw_atl_utils_fw_rpc_wait(struct aq_hw_s *self, in hw_atl_utils_fw_rpc_wait()
475 static int hw_atl_utils_mpi_create(struct aq_hw_s *self) in hw_atl_utils_mpi_create()
[all …]
Dhw_atl_utils_fw2x.c35 static int aq_fw2x_init(struct aq_hw_s *self) in aq_fw2x_init()
46 static int aq_fw2x_deinit(struct aq_hw_s *self) in aq_fw2x_deinit()
81 static int aq_fw2x_set_link_speed(struct aq_hw_s *self, u32 speed) in aq_fw2x_set_link_speed()
90 static void aq_fw2x_set_mpi_flow_control(struct aq_hw_s *self, u32 *mpi_state) in aq_fw2x_set_mpi_flow_control()
103 static int aq_fw2x_set_state(struct aq_hw_s *self, in aq_fw2x_set_state()
125 static int aq_fw2x_update_link_status(struct aq_hw_s *self) in aq_fw2x_update_link_status()
152 static int aq_fw2x_get_mac_permanent(struct aq_hw_s *self, u8 *mac) in aq_fw2x_get_mac_permanent()
197 static int aq_fw2x_update_stats(struct aq_hw_s *self) in aq_fw2x_update_stats()
218 static int aq_fw2x_renegotiate(struct aq_hw_s *self) in aq_fw2x_renegotiate()
229 static int aq_fw2x_set_flow_control(struct aq_hw_s *self) in aq_fw2x_set_flow_control()
/Linux-v4.19/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, test_ordinal, testid): 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-v4.19/scripts/gdb/linux/
Dproc.py26 def __init__(self): argument
29 def invoke(self, arg, from_tty): argument
39 def __init__(self): argument
42 def invoke(self, arg, from_tty): argument
83 def __init__(self): argument
86 def invoke(self, arg, from_tty): argument
97 def __init__(self): argument
100 def invoke(self, arg, from_tty): argument
141 def __init__(self): argument
147 def invoke(self, arg, from_tty): argument
[all …]
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): argument
109 def load_module_symbols(self, module): argument
131 def load_all_symbols(self): argument
155 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
111 def __init__(self): argument
114 def invoke(self, task): argument
127 def __init__(self): argument
130 def invoke(self, pid): argument
/Linux-v4.19/tools/testing/selftests/tc-testing/plugin-lib/
DnsPlugin.py11 def __init__(self): argument
15 def pre_suite(self, testcount, testidlist): argument
22 def post_suite(self, index): argument
31 def add_args(self, parser): argument
41 def adjust_command(self, stage, command): argument
76 def _ns_create(self): argument
98 def _ns_destroy(self): argument
107 def _exec_cmd(self, stage, command): argument
134 def _replace_keywords(self, cmd): argument
DvalgrindPlugin.py21 def __init__(self): argument
26 def pre_suite(self, testcount, testidlist): argument
34 def post_suite(self, index): argument
44 def add_args(self, parser): argument
56 def adjust_command(self, stage, command): argument
95 def post_execute(self): argument
141 def _add_to_tap(self, more_tap_output): argument
/Linux-v4.19/drivers/net/wireless/st/cw1200/
Dcw1200_sdio.c69 static int cw1200_sdio_memcpy_fromio(struct hwbus_priv *self, in cw1200_sdio_memcpy_fromio()
76 static int cw1200_sdio_memcpy_toio(struct hwbus_priv *self, in cw1200_sdio_memcpy_toio()
83 static void cw1200_sdio_lock(struct hwbus_priv *self) in cw1200_sdio_lock()
88 static void cw1200_sdio_unlock(struct hwbus_priv *self) in cw1200_sdio_unlock()
95 struct hwbus_priv *self = sdio_get_drvdata(func); in cw1200_sdio_irq_handler() local
109 struct hwbus_priv *self = dev_id; in cw1200_gpio_irq() local
121 static int cw1200_request_irq(struct hwbus_priv *self) in cw1200_request_irq()
158 static int cw1200_sdio_irq_subscribe(struct hwbus_priv *self) in cw1200_sdio_irq_subscribe()
173 static int cw1200_sdio_irq_unsubscribe(struct hwbus_priv *self) in cw1200_sdio_irq_unsubscribe()
250 static size_t cw1200_sdio_align_size(struct hwbus_priv *self, size_t size) in cw1200_sdio_align_size()
[all …]
Dcw1200_spi.c60 static int cw1200_spi_memcpy_fromio(struct hwbus_priv *self, in cw1200_spi_memcpy_fromio()
126 static int cw1200_spi_memcpy_toio(struct hwbus_priv *self, in cw1200_spi_memcpy_toio()
197 static void cw1200_spi_lock(struct hwbus_priv *self) in cw1200_spi_lock()
223 static void cw1200_spi_unlock(struct hwbus_priv *self) in cw1200_spi_unlock()
237 struct hwbus_priv *self = dev_id; in cw1200_spi_irq_handler() local
249 static int cw1200_spi_irq_subscribe(struct hwbus_priv *self) in cw1200_spi_irq_subscribe()
274 static int cw1200_spi_irq_unsubscribe(struct hwbus_priv *self) in cw1200_spi_irq_unsubscribe()
345 static size_t cw1200_spi_align_size(struct hwbus_priv *self, size_t size) in cw1200_spi_align_size()
350 static int cw1200_spi_pm(struct hwbus_priv *self, bool suspend) in cw1200_spi_pm()
369 struct hwbus_priv *self; in cw1200_spi_probe() local
[all …]
/Linux-v4.19/Documentation/sphinx/
DrstFlatTable.py122 def run(self): argument
150 def __init__(self, directive): argument
155 def buildTableNode(self): argument
198 def buildTableRowNode(self, row_data, classes=None): argument
216 def raiseError(self, msg): argument
224 def parseFlatTableNode(self, node): argument
237 def roundOffTableDefinition(self): argument
304 def pprint(self): argument
325 def parseRowItem(self, rowItem, rowNum): argument
359 def parseCellItem(self, cellItem): argument

123456789