Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:hal_ops
(Results
1 - 20
of
20
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H
A
D
dp_rx.c
26
if (!ab->hw_params->
hal_ops
->rx_desc_encrypt_valid(desc))
in ath12k_dp_rx_h_enctype()
29
return ab->hw_params->
hal_ops
->rx_desc_get_encrypt_type(desc);
in ath12k_dp_rx_h_enctype()
35
return ab->hw_params->
hal_ops
->rx_desc_get_decap_type(desc);
in ath12k_dp_rx_h_decap_type()
41
return ab->hw_params->
hal_ops
->rx_desc_get_mesh_ctl(desc);
in ath12k_dp_rx_h_mesh_ctl_present()
47
return ab->hw_params->
hal_ops
->rx_desc_get_mpdu_seq_ctl_vld(desc);
in ath12k_dp_rx_h_seq_ctrl_valid()
53
return ab->hw_params->
hal_ops
->rx_desc_get_mpdu_fc_valid(desc);
in ath12k_dp_rx_h_fc_valid()
77
return ab->hw_params->
hal_ops
->rx_desc_get_mpdu_start_seq_no(desc);
in ath12k_dp_rx_h_seq_no()
83
return ab->hw_params->
hal_ops
->dp_rx_h_msdu_done(desc);
in ath12k_dp_rx_h_msdu_done()
89
return ab->hw_params->
hal_ops
->dp_rx_h_l4_cksum_fail(desc);
in ath12k_dp_rx_h_l4_cksum_fail()
95
return ab->hw_params->
hal_ops
in ath12k_dp_rx_h_ip_cksum_fail()
[all...]
H
A
D
hw.h
186
const struct
hal_ops
*
hal_ops
;
member
H
A
D
hw.c
907
.
hal_ops
= &hal_qcn9274_ops,
964
.
hal_ops
= &hal_wcn7850_ops,
1020
.
hal_ops
= &hal_qcn9274_ops,
H
A
D
hal.h
1034
struct
hal_ops
{
struct
1082
extern const struct
hal_ops
hal_qcn9274_ops;
1083
extern const struct
hal_ops
hal_wcn7850_ops;
H
A
D
hal.c
683
const struct
hal_ops
hal_qcn9274_ops = {
1137
const struct
hal_ops
hal_wcn7850_ops = {
2138
ret = ab->hw_params->
hal_ops
->create_srng_config(ab);
in ath12k_hal_srng_init()
H
A
D
dp.c
492
map = ab->hw_params->
hal_ops
->tcl_to_wbm_rbm_map;
in ath12k_dp_srng_common_setup()
881
BIT(ab->hw_params->
hal_ops
->tcl_to_wbm_rbm_map[i].wbm_ring_num))
in ath12k_dp_service_srng()
H
A
D
dp_tx.c
173
ti.rbm_id = ab->hw_params->
hal_ops
->tcl_to_wbm_rbm_map[ti.ring_id].rbm_id;
in ath12k_dp_tx()
H
A
D
dp_mon.c
922
hdr_desc = ab->hw_params->
hal_ops
->rx_desc_get_msdu_payload(rx_desc);
in ath12k_dp_mon_rx_merg_msdus()
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/
H
A
D
rtl8723b_hal.h
242
void rtl8723b_set_hal_ops(struct
hal_ops
*pHalFunc);
H
A
D
hal_intf.h
172
struct
hal_ops
{
struct
H
A
D
drv_types.h
531
struct
hal_ops
HalFunc;
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/include/
H
A
D
rtl8723b_hal.h
227
void rtl8723b_set_hal_ops(struct
hal_ops
*pHalFunc);
H
A
D
drv_types.h
363
struct
hal_ops
HalFunc;
H
A
D
hal_intf.h
164
struct
hal_ops
{
struct
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/
H
A
D
base.c
2296
struct rtl_hal_ops *
hal_ops
= rtlpriv->cfg->ops;
in rtl_c2h_content_parsing()
local
2317
if (
hal_ops
->c2h_ra_report_handler)
in rtl_c2h_content_parsing()
2318
hal_ops
->c2h_ra_report_handler(hw, cmd_buf, cmd_len);
in rtl_c2h_content_parsing()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/
H
A
D
base.c
2289
struct rtl_hal_ops *
hal_ops
= rtlpriv->cfg->ops;
in rtl_c2h_content_parsing()
local
2310
if (
hal_ops
->c2h_ra_report_handler)
in rtl_c2h_content_parsing()
2311
hal_ops
->c2h_ra_report_handler(hw, cmd_buf, cmd_len);
in rtl_c2h_content_parsing()
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/hal/
H
A
D
sdio_halinit.c
1269
struct
hal_ops
*pHalFunc = &padapter->HalFunc;
in rtl8723bs_set_hal_ops()
H
A
D
rtl8723b_hal_init.c
1888
void rtl8723b_set_hal_ops(struct
hal_ops
*pHalFunc)
in rtl8723b_set_hal_ops()
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/hal/
H
A
D
sdio_halinit.c
1838
struct
hal_ops
*pHalFunc = &padapter->HalFunc;
in rtl8723bs_set_hal_ops()
H
A
D
rtl8723b_hal_init.c
2179
void rtl8723b_set_hal_ops(struct
hal_ops
*pHalFunc)
in rtl8723b_set_hal_ops()
Completed in 51 milliseconds