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:pCap
(Results
1 - 20
of
20
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H
A
D
hw.c
1547
struct ath9k_hw_capabilities *
pCap
= &ah->caps;
in ath9k_hw_channel_change()
local
1553
if (
pCap
->hw_caps & ATH9K_HW_CAP_FCC_BAND_SWITCH) {
in ath9k_hw_channel_change()
1791
struct ath9k_hw_capabilities *
pCap
= &ah->caps;
in ath9k_hw_do_fastcc()
local
1813
if (!(
pCap
->hw_caps & ATH9K_HW_CAP_FCC_BAND_SWITCH) &&
in ath9k_hw_do_fastcc()
2141
struct ath9k_hw_capabilities *
pCap
= &ah->caps;
in ath9k_set_power_network_sleep()
local
2145
if (!(
pCap
->hw_caps & ATH9K_HW_CAP_AUTOSLEEP)) {
in ath9k_set_power_network_sleep()
2327
struct ath9k_hw_capabilities *
pCap
= &ah->caps;
in ath9k_hw_set_sta_beacon_timers()
local
2369
if (
pCap
->hw_caps & ATH9K_HW_CAP_AUTOSLEEP)
in ath9k_hw_set_sta_beacon_timers()
2433
struct ath9k_hw_capabilities *
pCap
= &ah->caps;
in ath9k_gpio_cap_init()
local
2436
pCap
in ath9k_gpio_cap_init()
2488
struct ath9k_hw_capabilities *
pCap
= &ah->caps;
ath9k_hw_fill_cap_info()
local
[all...]
H
A
D
ar9002_mac.c
37
struct ath9k_hw_capabilities *
pCap
= &ah->caps;
in ar9002_hw_get_isr()
local
81
if (!(
pCap
->hw_caps & ATH9K_HW_CAP_RAC_SUPPORTED)) {
in ar9002_hw_get_isr()
87
if (
pCap
->hw_caps & ATH9K_HW_CAP_RAC_SUPPORTED)
in ar9002_hw_get_isr()
108
if (
pCap
->hw_caps & ATH9K_HW_CAP_RAC_SUPPORTED) {
in ar9002_hw_get_isr()
140
if (
pCap
->hw_caps & ATH9K_HW_CAP_RAC_SUPPORTED) {
in ar9002_hw_get_isr()
156
!(
pCap
->hw_caps & ATH9K_HW_CAP_AUTOSLEEP))
in ar9002_hw_get_isr()
159
if (!(
pCap
->hw_caps & ATH9K_HW_CAP_RAC_SUPPORTED)) {
in ar9002_hw_get_isr()
165
if (!(
pCap
->hw_caps & ATH9K_HW_CAP_RAC_SUPPORTED)) {
in ar9002_hw_get_isr()
H
A
D
ar9003_mac.c
187
struct ath9k_hw_capabilities *
pCap
= &ah->caps;
in ar9003_hw_get_isr()
local
233
if (!(
pCap
->hw_caps & ATH9K_HW_CAP_RAC_SUPPORTED)) {
in ar9003_hw_get_isr()
239
if ((
pCap
->hw_caps & ATH9K_HW_CAP_RAC_SUPPORTED))
in ar9003_hw_get_isr()
266
if (!(
pCap
->hw_caps & ATH9K_HW_CAP_RAC_SUPPORTED)) {
in ar9003_hw_get_isr()
281
if (
pCap
->hw_caps & ATH9K_HW_CAP_RAC_SUPPORTED)
in ar9003_hw_get_isr()
295
if (!(
pCap
->hw_caps & ATH9K_HW_CAP_RAC_SUPPORTED)) {
in ar9003_hw_get_isr()
304
if (!(
pCap
->hw_caps & ATH9K_HW_CAP_RAC_SUPPORTED)) {
in ar9003_hw_get_isr()
H
A
D
init.c
452
struct ath9k_hw_capabilities *
pCap
= &ah->caps;
in ath9k_init_pcoem_platform()
local
498
pCap
->hw_caps &= ~ATH9K_HW_CAP_ANT_DIV_COMB;
in ath9k_init_pcoem_platform()
502
pCap
->hw_caps |= ATH9K_HW_CAP_BT_ANT_DIV;
in ath9k_init_pcoem_platform()
655
struct ath9k_hw_capabilities *
pCap
;
in ath9k_init_softc()
local
673
pCap
= &ah->caps;
in ath9k_init_softc()
722
(
pCap
->hw_caps & ATH9K_HW_CAP_BT_ANT_DIV))
in ath9k_init_softc()
H
A
D
mac.c
912
struct ath9k_hw_capabilities *
pCap
= &ah->caps;
in ath9k_hw_set_interrupts()
local
962
if (!(
pCap
->hw_caps & ATH9K_HW_CAP_AUTOSLEEP))
in ath9k_hw_set_interrupts()
1017
if (!(
pCap
->hw_caps & ATH9K_HW_CAP_AUTOSLEEP)) {
in ath9k_hw_set_interrupts()
H
A
D
debug.c
249
struct ath9k_hw_capabilities *
pCap
= &sc->sc_ah->caps;
in write_file_bt_ant_diversity()
local
258
if (!(
pCap
->hw_caps & ATH9K_HW_CAP_BT_ANT_DIV))
in write_file_bt_ant_diversity()
305
struct ath9k_hw_capabilities *
pCap
= &ah->caps;
in read_file_antenna_diversity()
local
321
if (!(
pCap
->hw_caps & ATH9K_HW_CAP_ANT_DIV_COMB)) {
in read_file_antenna_diversity()
H
A
D
eeprom_4k.c
759
struct ath9k_hw_capabilities *
pCap
= &ah->caps;
in ath9k_hw_4k_set_board_values()
local
807
if (
pCap
->hw_caps & ATH9K_HW_CAP_ANT_DIV_COMB) {
in ath9k_hw_4k_set_board_values()
H
A
D
recv.c
967
struct ath9k_hw_capabilities *
pCap
= &ah->caps;
in ath9k_antenna_check()
local
984
if (
pCap
->hw_caps & ATH9K_HW_CAP_BT_ANT_DIV) {
in ath9k_antenna_check()
H
A
D
ar9003_eeprom.c
3648
struct ath9k_hw_capabilities *
pCap
= &ah->caps;
in ar9003_hw_ant_ctrl_apply()
local
3776
if (
pCap
->hw_caps & ATH9K_HW_CAP_ANT_DIV_COMB) {
in ar9003_hw_ant_ctrl_apply()
4157
struct ath9k_hw_capabilities *
pCap
= &ah->caps;
in ar9003_hw_thermometer_apply()
local
4163
if (
pCap
->chip_chainmask & BIT(1))
in ar9003_hw_thermometer_apply()
4166
if (
pCap
->chip_chainmask & BIT(2))
in ar9003_hw_thermometer_apply()
4173
if (
pCap
->chip_chainmask & BIT(1)) {
in ar9003_hw_thermometer_apply()
4178
if (
pCap
->chip_chainmask & BIT(2)) {
in ar9003_hw_thermometer_apply()
H
A
D
ar9003_phy.c
1568
struct ath9k_hw_capabilities *
pCap
= &ah->caps;
in ar9003_hw_set_bt_ant_diversity()
local
1620
if (
pCap
->hw_caps & ATH9K_HW_CAP_ANT_DIV_COMB) {
in ar9003_hw_set_bt_ant_diversity()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H
A
D
hw.c
1546
struct ath9k_hw_capabilities *
pCap
= &ah->caps;
in ath9k_hw_channel_change()
local
1552
if (
pCap
->hw_caps & ATH9K_HW_CAP_FCC_BAND_SWITCH) {
in ath9k_hw_channel_change()
1790
struct ath9k_hw_capabilities *
pCap
= &ah->caps;
in ath9k_hw_do_fastcc()
local
1812
if (!(
pCap
->hw_caps & ATH9K_HW_CAP_FCC_BAND_SWITCH) &&
in ath9k_hw_do_fastcc()
2140
struct ath9k_hw_capabilities *
pCap
= &ah->caps;
in ath9k_set_power_network_sleep()
local
2144
if (!(
pCap
->hw_caps & ATH9K_HW_CAP_AUTOSLEEP)) {
in ath9k_set_power_network_sleep()
2325
struct ath9k_hw_capabilities *
pCap
= &ah->caps;
in ath9k_hw_set_sta_beacon_timers()
local
2367
if (
pCap
->hw_caps & ATH9K_HW_CAP_AUTOSLEEP)
in ath9k_hw_set_sta_beacon_timers()
2431
struct ath9k_hw_capabilities *
pCap
= &ah->caps;
in ath9k_gpio_cap_init()
local
2434
pCap
in ath9k_gpio_cap_init()
2486
struct ath9k_hw_capabilities *
pCap
= &ah->caps;
ath9k_hw_fill_cap_info()
local
[all...]
H
A
D
ar9002_mac.c
37
struct ath9k_hw_capabilities *
pCap
= &ah->caps;
in ar9002_hw_get_isr()
local
81
if (!(
pCap
->hw_caps & ATH9K_HW_CAP_RAC_SUPPORTED)) {
in ar9002_hw_get_isr()
87
if (
pCap
->hw_caps & ATH9K_HW_CAP_RAC_SUPPORTED)
in ar9002_hw_get_isr()
108
if (
pCap
->hw_caps & ATH9K_HW_CAP_RAC_SUPPORTED) {
in ar9002_hw_get_isr()
140
if (
pCap
->hw_caps & ATH9K_HW_CAP_RAC_SUPPORTED) {
in ar9002_hw_get_isr()
156
!(
pCap
->hw_caps & ATH9K_HW_CAP_AUTOSLEEP))
in ar9002_hw_get_isr()
159
if (!(
pCap
->hw_caps & ATH9K_HW_CAP_RAC_SUPPORTED)) {
in ar9002_hw_get_isr()
165
if (!(
pCap
->hw_caps & ATH9K_HW_CAP_RAC_SUPPORTED)) {
in ar9002_hw_get_isr()
H
A
D
ar9003_mac.c
188
struct ath9k_hw_capabilities *
pCap
= &ah->caps;
in ar9003_hw_get_isr()
local
234
if (!(
pCap
->hw_caps & ATH9K_HW_CAP_RAC_SUPPORTED)) {
in ar9003_hw_get_isr()
240
if ((
pCap
->hw_caps & ATH9K_HW_CAP_RAC_SUPPORTED))
in ar9003_hw_get_isr()
267
if (!(
pCap
->hw_caps & ATH9K_HW_CAP_RAC_SUPPORTED)) {
in ar9003_hw_get_isr()
282
if (
pCap
->hw_caps & ATH9K_HW_CAP_RAC_SUPPORTED)
in ar9003_hw_get_isr()
296
if (!(
pCap
->hw_caps & ATH9K_HW_CAP_RAC_SUPPORTED)) {
in ar9003_hw_get_isr()
305
if (!(
pCap
->hw_caps & ATH9K_HW_CAP_RAC_SUPPORTED)) {
in ar9003_hw_get_isr()
H
A
D
init.c
452
struct ath9k_hw_capabilities *
pCap
= &ah->caps;
in ath9k_init_pcoem_platform()
local
498
pCap
->hw_caps &= ~ATH9K_HW_CAP_ANT_DIV_COMB;
in ath9k_init_pcoem_platform()
502
pCap
->hw_caps |= ATH9K_HW_CAP_BT_ANT_DIV;
in ath9k_init_pcoem_platform()
703
struct ath9k_hw_capabilities *
pCap
;
in ath9k_init_softc()
local
721
pCap
= &ah->caps;
in ath9k_init_softc()
774
(
pCap
->hw_caps & ATH9K_HW_CAP_BT_ANT_DIV))
in ath9k_init_softc()
H
A
D
mac.c
912
struct ath9k_hw_capabilities *
pCap
= &ah->caps;
in ath9k_hw_set_interrupts()
local
962
if (!(
pCap
->hw_caps & ATH9K_HW_CAP_AUTOSLEEP))
in ath9k_hw_set_interrupts()
1017
if (!(
pCap
->hw_caps & ATH9K_HW_CAP_AUTOSLEEP)) {
in ath9k_hw_set_interrupts()
H
A
D
debug.c
239
struct ath9k_hw_capabilities *
pCap
= &sc->sc_ah->caps;
in write_file_bt_ant_diversity()
local
247
if (!(
pCap
->hw_caps & ATH9K_HW_CAP_BT_ANT_DIV))
in write_file_bt_ant_diversity()
290
struct ath9k_hw_capabilities *
pCap
= &ah->caps;
in read_file_antenna_diversity()
local
306
if (!(
pCap
->hw_caps & ATH9K_HW_CAP_ANT_DIV_COMB)) {
in read_file_antenna_diversity()
H
A
D
recv.c
967
struct ath9k_hw_capabilities *
pCap
= &ah->caps;
in ath9k_antenna_check()
local
984
if (
pCap
->hw_caps & ATH9K_HW_CAP_BT_ANT_DIV) {
in ath9k_antenna_check()
H
A
D
eeprom_4k.c
759
struct ath9k_hw_capabilities *
pCap
= &ah->caps;
in ath9k_hw_4k_set_board_values()
local
807
if (
pCap
->hw_caps & ATH9K_HW_CAP_ANT_DIV_COMB) {
in ath9k_hw_4k_set_board_values()
H
A
D
ar9003_eeprom.c
3648
struct ath9k_hw_capabilities *
pCap
= &ah->caps;
in ar9003_hw_ant_ctrl_apply()
local
3776
if (
pCap
->hw_caps & ATH9K_HW_CAP_ANT_DIV_COMB) {
in ar9003_hw_ant_ctrl_apply()
4157
struct ath9k_hw_capabilities *
pCap
= &ah->caps;
in ar9003_hw_thermometer_apply()
local
4163
if (
pCap
->chip_chainmask & BIT(1))
in ar9003_hw_thermometer_apply()
4166
if (
pCap
->chip_chainmask & BIT(2))
in ar9003_hw_thermometer_apply()
4173
if (
pCap
->chip_chainmask & BIT(1)) {
in ar9003_hw_thermometer_apply()
4178
if (
pCap
->chip_chainmask & BIT(2)) {
in ar9003_hw_thermometer_apply()
H
A
D
ar9003_phy.c
1559
struct ath9k_hw_capabilities *
pCap
= &ah->caps;
in ar9003_hw_set_bt_ant_diversity()
local
1611
if (
pCap
->hw_caps & ATH9K_HW_CAP_ANT_DIV_COMB) {
in ar9003_hw_set_bt_ant_diversity()
Completed in 40 milliseconds