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:plfxlc_usb
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/purelifi/plfxlc/
H
A
D
usb.h
126
struct
plfxlc_usb
{
struct
156
int plfxlc_usb_wreq_async(struct
plfxlc_usb
*usb, const u8 *buffer,
161
plfxlc_usb_to_usbdev(struct
plfxlc_usb
*usb)
in plfxlc_usb_to_usbdev()
173
plfxlc_usb_to_hw(struct
plfxlc_usb
*usb)
in plfxlc_usb_to_hw()
178
void plfxlc_usb_init(struct
plfxlc_usb
*usb, struct ieee80211_hw *hw,
180
void plfxlc_send_packet_from_data_queue(struct
plfxlc_usb
*usb);
181
void plfxlc_usb_release(struct
plfxlc_usb
*usb);
182
void plfxlc_usb_disable_rx(struct
plfxlc_usb
*usb);
183
void plfxlc_usb_enable_tx(struct
plfxlc_usb
*usb);
184
void plfxlc_usb_disable_tx(struct
plfxlc_usb
*us
[all...]
H
A
D
usb.c
36
void plfxlc_send_packet_from_data_queue(struct
plfxlc_usb
*usb)
in plfxlc_send_packet_from_data_queue()
63
static void handle_rx_packet(struct
plfxlc_usb
*usb, const u8 *buffer,
in handle_rx_packet()
72
struct
plfxlc_usb
*usb;
in rx_urb_complete()
166
static struct urb *alloc_rx_urb(struct
plfxlc_usb
*usb)
in alloc_rx_urb()
200
static int __lf_x_usb_enable_rx(struct
plfxlc_usb
*usb)
in __lf_x_usb_enable_rx()
254
int plfxlc_usb_enable_rx(struct
plfxlc_usb
*usb)
in plfxlc_usb_enable_rx()
269
static void __lf_x_usb_disable_rx(struct
plfxlc_usb
*usb)
in __lf_x_usb_disable_rx()
294
void plfxlc_usb_disable_rx(struct
plfxlc_usb
*usb)
in plfxlc_usb_disable_rx()
304
void plfxlc_usb_disable_tx(struct
plfxlc_usb
*usb)
in plfxlc_usb_disable_tx()
325
void plfxlc_usb_enable_tx(struct
plfxlc_usb
*us
[all...]
H
A
D
chip.h
24
struct
plfxlc_usb
usb;
58
static inline struct plfxlc_chip *plfxlc_usb_to_chip(struct
plfxlc_usb
in plfxlc_usb_to_chip()
H
A
D
mac.h
160
plfxlc_usb_to_mac(struct
plfxlc_usb
*usb)
in plfxlc_usb_to_mac()
H
A
D
mac.c
292
struct
plfxlc_usb
*usb = &mac->chip.usb;
in plfxlc_op_tx()
Completed in 4 milliseconds