Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dverify_pkcs7_sig.c421 static int add_signature_to_xattr(const char *data_path, const char *sig_path) in add_signature_to_xattr() argument
439 ret = setxattr(data_path, "user.sig", sig, size, 0); in add_signature_to_xattr()
446 static int test_open_file(struct test_sig_in_xattr *skel, char *data_path, in test_open_file() argument
452 ret = open(data_path, O_RDONLY); in test_open_file()
468 char data_path[PATH_MAX]; in test_pkcs7_sig_fsverity() local
480 snprintf(data_path, PATH_MAX, "%s/data-file", tmp_dir); in test_pkcs7_sig_fsverity()
520 if (test_open_file(skel, data_path, pid, true, "open_1")) in test_pkcs7_sig_fsverity()
529 if (test_open_file(skel, data_path, pid, false, "open_2")) in test_pkcs7_sig_fsverity()
535 ret = add_signature_to_xattr(data_path, sig_path); in test_pkcs7_sig_fsverity()
539 if (test_open_file(skel, data_path, pid, true, "open_3")) in test_pkcs7_sig_fsverity()
[all …]
/linux/drivers/net/wireless/ti/wl1251/
H A Dinit.c296 wl->data_path = kzalloc_obj(struct acx_data_path_params_resp); in wl1251_hw_init_data_path_config()
297 if (!wl->data_path) in wl1251_hw_init_data_path_config()
300 ret = wl1251_acx_data_path_params(wl, wl->data_path); in wl1251_hw_init_data_path_config()
302 kfree(wl->data_path); in wl1251_hw_init_data_path_config()
303 wl->data_path = NULL; in wl1251_hw_init_data_path_config()
397 wl->data_path->tx_control_addr, in wl1251_hw_init()
399 wl->data_path->rx_control_addr); in wl1251_hw_init()
404 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()
461 wl1251_mem_read(wl, wl->data_path->tx_complete_addr, result, in wl1251_tx_complete()
511 wl->data_path->tx_complete_addr + in wl1251_tx_complete()
522 wl->data_path->tx_complete_addr + in wl1251_tx_complete()
531 wl->data_path->tx_complete_addr, in wl1251_tx_complete()
541 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()
1661 kfree(wl->data_path); in wl1251_free_hw()
H A Dacx.h1447 struct acx_data_path_params_resp *data_path);
/linux/net/bluetooth/
H A Dhci_conn.c245 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()
357 cp.in_data_path = conn->codec.data_path; in hci_enhanced_setup_sync()
358 cp.out_data_path = conn->codec.data_path; in hci_enhanced_setup_sync()
388 cp.in_data_path = conn->codec.data_path; in hci_enhanced_setup_sync()
389 cp.out_data_path = conn->codec.data_path; in hci_enhanced_setup_sync()
H A Dsco.c581 sco_pi(sk)->codec.data_path = 0x00; in sco_sock_alloc()
1247 err = hdev->get_data_path_id(hdev, &codec.data_path); in sco_sock_getsockopt()
H A Dhci_event.c5095 if (conn->codec.data_path == 0 && hdev->notify) { in eir_get_length()
/linux/drivers/media/platform/ti/vpe/
H A Dvip.c566 enum data_path_select data_path, u32 path_val) in vip_set_slice_path() argument
573 switch (data_path) { in vip_set_slice_path()
613 __func__, data_path); in vip_set_slice_path()
616 insert_field(&val, data_path, VIP_DATAPATH_SELECT_MASK, in vip_set_slice_path()
/linux/include/net/bluetooth/
H A Dhci_core.h659 int (*get_data_path_id)(struct hci_dev *hdev, __u8 *data_path);