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:is_mt7615
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7615/
H
A
D
dma.c
73
if (!
is_mt7615
(&dev->mt76))
in mt7615_init_tx_queues()
227
if (
is_mt7615
(&dev->mt76)) {
in mt7615_dma_init()
253
if (!
is_mt7615
(&dev->mt76))
in mt7615_dma_init()
H
A
D
pci_mac.c
34
if (
is_mt7615
(&dev->mt76))
in mt7615_tx_complete_skb()
176
if (
is_mt7615
(&dev->mt76))
in mt7615_tx_prepare_skb()
H
A
D
init.c
349
if (
is_mt7615
(&phy->dev->mt76))
in mt7615_init_wiphy()
390
if (!
is_mt7615
(&dev->mt76))
in mt7615_register_ext_phy()
H
A
D
debugfs.c
376
if (
is_mt7615
(&dev->mt76))
in mt7615_init_debugfs()
H
A
D
mt7615.h
479
static inline bool
is_mt7615
(struct mt76_dev *dev)
in is_mt7615()
function
H
A
D
mac.c
736
if (
is_mt7615
(dev))
in mt7615_txp_skb_unmap()
1441
if (
is_mt7615
(&dev->mt76)) {
in mt7615_mac_tx_free()
1449
if (
is_mt7615
(&dev->mt76)) {
in mt7615_mac_tx_free()
H
A
D
main.c
305
if (
is_mt7615
(&dev->mt76) && dev->flash_eeprom) {
in mt7615_set_channel()
H
A
D
mcu.c
2161
if (!
is_mt7615
(&dev->mt76) &&
in mt7615_load_n9()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7615/
H
A
D
dma.c
54
if (!
is_mt7615
(&dev->mt76))
in mt7615_init_tx_queues()
245
if (
is_mt7615
(&dev->mt76)) {
in mt7615_dma_init()
271
if (!
is_mt7615
(&dev->mt76))
in mt7615_dma_init()
H
A
D
debugfs.c
556
if (
is_mt7615
(&dev->mt76))
in mt7615_init_debugfs()
576
if (
is_mt7615
(&dev->mt76)) {
in mt7615_init_debugfs()
H
A
D
init.c
409
if (
is_mt7615
(&phy->dev->mt76))
in mt7615_init_wiphy()
534
if (!
is_mt7615
(&dev->mt76))
in mt7615_register_ext_phy()
H
A
D
pci_mac.c
104
if (
is_mt7615
(&dev->mt76))
in mt7615_tx_prepare_skb()
H
A
D
mac.c
1586
if (
is_mt7615
(&dev->mt76)) {
in mt7615_mac_tx_free()
1594
if (
is_mt7615
(&dev->mt76)) {
in mt7615_mac_tx_free()
H
A
D
main.c
299
if (
is_mt7615
(&dev->mt76) && dev->flash_eeprom) {
in mt7615_set_channel()
H
A
D
mcu.c
1364
if (!
is_mt7615
(&dev->mt76)) {
in mt7615_load_n9()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/
H
A
D
mt76_connac.h
228
static inline bool
is_mt7615
(struct mt76_dev *dev)
in is_mt7615()
function
240
return
is_mt7615
(dev) || is_mt7663(dev) || is_mt7622(dev);
in is_connac_v1()
Completed in 26 milliseconds