Home
last modified time | relevance | path

Searched defs:dst_type (Results 1 - 23 of 23) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/
H A Ddst_common.h101 u8 dst_type; member
143 u8 dst_type; member
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/
H A Dintel_memory_region.c718 _perf_memcpy(struct intel_memory_region *src_mr, struct intel_memory_region *dst_mr, u64 size, u32 src_type, u32 dst_type) _perf_memcpy() argument
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/
H A Ddst_common.h101 u8 dst_type; member
143 u8 dst_type; member
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H A Dqed_hw.c602 qed_dmae_execute_sub_operation(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt, u64 src_addr, u64 dst_addr, u8 src_type, u8 dst_type, u32 length_dw) qed_dmae_execute_sub_operation() argument
668 qed_dmae_execute_command(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt, u64 src_addr, u64 dst_addr, u8 src_type, u8 dst_type, u32 size_in_dwords, struct qed_dmae_params *p_params) qed_dmae_execute_command() argument
/kernel/linux/linux-5.10/net/bluetooth/
H A Dhci_conn.c996 hci_connect_le(struct hci_dev *hdev, bdaddr_t *dst, u8 dst_type, u8 sec_level, u16 conn_timeout, u8 role, bdaddr_t *direct_rpa) hci_connect_le() argument
1180 hci_connect_le_scan(struct hci_dev *hdev, bdaddr_t *dst, u8 dst_type, u8 sec_level, u16 conn_timeout, enum conn_reasons conn_reason) hci_connect_le_scan() argument
[all...]
H A D6lowpan.c921 static int bt_6lowpan_connect(bdaddr_t *addr, u8 dst_type) in bt_6lowpan_connect() argument
942 static int bt_6lowpan_disconnect(struct l2cap_conn *conn, u8 dst_type) in bt_6lowpan_disconnect() argument
[all...]
H A Dl2cap_core.c7909 static bool is_valid_psm(u16 psm, u8 dst_type) { in is_valid_psm() argument
7947 l2cap_chan_connect(struct l2cap_chan *chan, __le16 psm, u16 cid, bdaddr_t *dst, u8 dst_type) l2cap_chan_connect() argument
8238 u8 dst_type; l2cap_connect_cfm() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H A Dqed_hw.c620 qed_dmae_execute_sub_operation(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt, u64 src_addr, u64 dst_addr, u8 src_type, u8 dst_type, u32 length_dw) qed_dmae_execute_sub_operation() argument
686 qed_dmae_execute_command(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt, u64 src_addr, u64 dst_addr, u8 src_type, u8 dst_type, u32 size_in_dwords, struct qed_dmae_params *p_params) qed_dmae_execute_command() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/
H A Dintel_memory_region.c1214 _perf_memcpy(struct intel_memory_region *src_mr, struct intel_memory_region *dst_mr, u64 size, u32 src_type, u32 dst_type) _perf_memcpy() argument
/kernel/linux/linux-6.6/net/bluetooth/
H A D6lowpan.c883 static int bt_6lowpan_connect(bdaddr_t *addr, u8 dst_type) in bt_6lowpan_connect() argument
904 static int bt_6lowpan_disconnect(struct l2cap_conn *conn, u8 dst_type) in bt_6lowpan_disconnect() argument
[all...]
H A Diso.c63 __u8 dst_type; member
[all...]
H A Dhci_conn.c1331 hci_connect_le(struct hci_dev *hdev, bdaddr_t *dst, u8 dst_type, bool dst_resolved, u8 sec_level, u16 conn_timeout, u8 role) hci_connect_le() argument
1562 hci_connect_le_scan(struct hci_dev *hdev, bdaddr_t *dst, u8 dst_type, u8 sec_level, u16 conn_timeout, enum conn_reasons conn_reason) hci_connect_le_scan() argument
1887 hci_bind_cis(struct hci_dev *hdev, bdaddr_t *dst, __u8 dst_type, struct bt_iso_qos *qos) hci_bind_cis() argument
2108 hci_pa_create_sync(struct hci_dev *hdev, bdaddr_t *dst, __u8 dst_type, __u8 sid, struct bt_iso_qos *qos) hci_pa_create_sync() argument
2233 hci_connect_bis(struct hci_dev *hdev, bdaddr_t *dst, __u8 dst_type, struct bt_iso_qos *qos, __u8 base_len, __u8 *base) hci_connect_bis() argument
2266 hci_connect_cis(struct hci_dev *hdev, bdaddr_t *dst, __u8 dst_type, struct bt_iso_qos *qos) hci_connect_cis() argument
[all...]
H A Dl2cap_core.c6888 static bool is_valid_psm(u16 psm, u8 dst_type) in is_valid_psm() argument
6927 l2cap_chan_connect(struct l2cap_chan *chan, __le16 psm, u16 cid, bdaddr_t *dst, u8 dst_type) l2cap_chan_connect() argument
7218 u8 dst_type; l2cap_connect_cfm() local
[all...]
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-kwork.c388 work_push_atom(struct perf_kwork *kwork, struct kwork_class *class, enum kwork_trace_type src_type, enum kwork_trace_type dst_type, struct evsel *evsel, struct perf_sample *sample, struct machine *machine, struct kwork_work **ret_work) work_push_atom() argument
435 work_pop_atom(struct perf_kwork *kwork, struct kwork_class *class, enum kwork_trace_type src_type, enum kwork_trace_type dst_type, struct evsel *evsel, struct perf_sample *sample, struct machine *machine, struct kwork_work **ret_work) work_pop_atom() argument
/kernel/linux/linux-5.10/include/net/bluetooth/
H A Dl2cap.h549 __u8 dst_type; member
/kernel/linux/linux-5.10/net/ipv6/
H A Daddrconf.c1749 int dst_type; in ipv6_dev_get_saddr() local
/kernel/linux/linux-6.6/include/net/bluetooth/
H A Dl2cap.h514 __u8 dst_type; member
H A Dhci_core.h699 __u8 dst_type; member
/kernel/linux/linux-6.6/net/ipv6/
H A Daddrconf.c1781 int dst_type; in ipv6_dev_get_saddr() local
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c494 u32 bnx2x_dmae_opcode(struct bnx2x *bp, u8 src_type, u8 dst_type, in bnx2x_dmae_opcode() argument
519 bnx2x_prep_dmae_with_comp(struct bnx2x *bp, struct dmae_command *dmae, u8 src_type, u8 dst_type) bnx2x_prep_dmae_with_comp() argument
/kernel/linux/linux-5.10/drivers/staging/media/ipu3/
H A Dipu3-abi.h1998 u32 dst_type; member
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c493 u32 bnx2x_dmae_opcode(struct bnx2x *bp, u8 src_type, u8 dst_type, in bnx2x_dmae_opcode() argument
518 bnx2x_prep_dmae_with_comp(struct bnx2x *bp, struct dmae_command *dmae, u8 src_type, u8 dst_type) bnx2x_prep_dmae_with_comp() argument
/kernel/linux/linux-6.6/drivers/staging/media/ipu3/
H A Dipu3-abi.h1998 u32 dst_type; member

Completed in 100 milliseconds