Home
last modified time | relevance | path

Searched refs:data_path (Results 1 – 13 of 13) sorted by relevance

/openbmc/openbmc-tools/tof-voters/libvoters/subcmd/
H A Ddump-gerrit.py30 data_path: str = args.dir
32 if os.path.exists(data_path) and not os.path.isdir(data_path):
36 if not os.path.exists(data_path):
37 os.mkdir(data_path)
60 os.path.join(data_path, str(data["number"]) + ".json"),
/openbmc/linux/drivers/net/wireless/ti/wl1251/
H A Dinit.c297 wl->data_path = kzalloc(sizeof(struct acx_data_path_params_resp), in wl1251_hw_init_data_path_config()
299 if (!wl->data_path) in wl1251_hw_init_data_path_config()
302 ret = wl1251_acx_data_path_params(wl, wl->data_path); in wl1251_hw_init_data_path_config()
304 kfree(wl->data_path); in wl1251_hw_init_data_path_config()
305 wl->data_path = NULL; in wl1251_hw_init_data_path_config()
399 wl->data_path->tx_control_addr, in wl1251_hw_init()
401 wl->data_path->rx_control_addr); in wl1251_hw_init()
406 kfree(wl->data_path); in wl1251_hw_init()
H A Dtx.c45 addr = wl->data_path->tx_control_addr; in wl1251_tx_path_status()
235 addr = wl->data_path->tx_packet_ring_addr + in wl1251_tx_send_packet()
236 wl->data_path->tx_packet_ring_chunk_size; in wl1251_tx_send_packet()
238 addr = wl->data_path->tx_packet_ring_addr; in wl1251_tx_send_packet()
459 wl1251_mem_read(wl, wl->data_path->tx_complete_addr, result, in wl1251_tx_complete()
509 wl->data_path->tx_complete_addr + in wl1251_tx_complete()
520 wl->data_path->tx_complete_addr + in wl1251_tx_complete()
529 wl->data_path->tx_complete_addr, in wl1251_tx_complete()
539 wl->data_path->tx_complete_addr, in wl1251_tx_complete()
H A Drx.c25 rx_packet_ring_addr = wl->data_path->rx_packet_ring_addr; in wl1251_rx_header()
27 rx_packet_ring_addr += wl->data_path->rx_packet_ring_chunk_size; in wl1251_rx_header()
154 rx_packet_ring_addr = wl->data_path->rx_packet_ring_addr + in wl1251_rx_body()
157 rx_packet_ring_addr += wl->data_path->rx_packet_ring_chunk_size; in wl1251_rx_body()
H A Dwl1251.h298 struct acx_data_path_params_resp *data_path; member
H A Dmain.c221 if (wl->data_path) { in wl1251_irq_work()
223 wl, wl->data_path->rx_control_addr); in wl1251_irq_work()
1656 kfree(wl->data_path); in wl1251_free_hw()
H A Dacx.h1447 struct acx_data_path_params_resp *data_path);
/openbmc/qemu/scripts/performance/
H A Ddissect.py86 data_path = os.path.join(tmpdirname, "callgrind.data")
93 "--callgrind-out-file=" + data_path]
103 ["callgrind_annotate", data_path, "--tree=caller"],
/openbmc/linux/net/bluetooth/
H A Dhci_conn.c244 if (!codec->data_path || !hdev->get_codec_config_data) in configure_datapath_sync()
331 cp.in_data_path = conn->codec.data_path; in hci_enhanced_setup_sync()
332 cp.out_data_path = conn->codec.data_path; in hci_enhanced_setup_sync()
356 cp.in_data_path = conn->codec.data_path; in hci_enhanced_setup_sync()
357 cp.out_data_path = conn->codec.data_path; in hci_enhanced_setup_sync()
387 cp.in_data_path = conn->codec.data_path; in hci_enhanced_setup_sync()
388 cp.out_data_path = conn->codec.data_path; in hci_enhanced_setup_sync()
H A Dsco.c510 sco_pi(sk)->codec.data_path = 0x00; in sco_sock_alloc()
1164 err = hdev->get_data_path_id(hdev, &codec.data_path); in sco_sock_getsockopt()
H A Dhci_event.c4998 if (conn->codec.data_path == 0 && hdev->notify) { in hci_sync_conn_complete_evt()
/openbmc/linux/include/net/bluetooth/
H A Dbluetooth.h229 __u8 data_path; member
H A Dhci_core.h643 int (*get_data_path_id)(struct hci_dev *hdev, __u8 *data_path);