/Linux-v4.19/tools/kvm/kvm_stat/ |
D | kvm_stat | 264 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/ |
D | json_writer.c | 33 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/ |
D | bpf_helpers_doc.py | 17 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 …]
|
D | spdxcheck.py | 15 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/ |
D | conftest.py | 30 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/ |
D | call-graph-from-sql.py | 65 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 …]
|
D | sched-migration.py | 43 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/ |
D | sleepgraph.py | 244 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 …]
|
D | bootgraph.py | 66 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/ |
D | aq_nic.c | 41 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/ |
D | attr.py | 28 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/ |
D | SchedGui.py | 23 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/ |
D | hw_atl_a0.c | 85 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 …]
|
D | hw_atl_b0.c | 88 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 …]
|
D | hw_atl_utils.c | 55 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 …]
|
D | hw_atl_utils_fw2x.c | 35 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/ |
D | TdcPlugin.py | 4 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/ |
D | proc.py | 26 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 …]
|
D | symbols.py | 23 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
|
D | tasks.py | 55 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/ |
D | nsPlugin.py | 11 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
|
D | valgrindPlugin.py | 21 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/ |
D | cw1200_sdio.c | 69 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 …]
|
D | cw1200_spi.c | 60 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/ |
D | rstFlatTable.py | 122 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
|