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:bulk_out_buffer
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/atmel/
H
A
D
at76c50x-usb.h
374
void *
bulk_out_buffer
; /* buffer for sending data */
member
H
A
D
at76c50x-usb.c
1765
struct at76_tx_buffer *tx_buffer = priv->
bulk_out_buffer
;
in at76_mac80211_tx()
2273
priv->
bulk_out_buffer
= kmalloc(buffer_size, GFP_KERNEL);
in at76_alloc_urbs()
2274
if (!priv->
bulk_out_buffer
)
in at76_alloc_urbs()
2419
kfree(priv->
bulk_out_buffer
);
in at76_delete_device()
/kernel/linux/linux-5.10/include/linux/usb/
H
A
D
serial.h
53
* @
bulk_out_buffer
: pointer to the bulk out buffer for this port.
54
* @bulk_out_size: the size of the
bulk_out_buffer
, in bytes.
97
unsigned char *
bulk_out_buffer
;
member
/kernel/linux/linux-6.6/include/linux/usb/
H
A
D
serial.h
48
* @
bulk_out_buffer
: pointer to the bulk out buffer for this port.
49
* @bulk_out_size: the size of the
bulk_out_buffer
, in bytes.
91
unsigned char *
bulk_out_buffer
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/atmel/
H
A
D
at76c50x-usb.h
374
void *
bulk_out_buffer
; /* buffer for sending data */
member
H
A
D
at76c50x-usb.c
1765
struct at76_tx_buffer *tx_buffer = priv->
bulk_out_buffer
;
in at76_mac80211_tx()
2274
priv->
bulk_out_buffer
= kmalloc(buffer_size, GFP_KERNEL);
in at76_alloc_urbs()
2275
if (!priv->
bulk_out_buffer
)
in at76_alloc_urbs()
2420
kfree(priv->
bulk_out_buffer
);
in at76_delete_device()
/kernel/linux/linux-5.10/drivers/usb/serial/
H
A
D
usb-serial.c
811
port->
bulk_out_buffer
= port->bulk_out_buffers[0];
in setup_port_bulk_out()
/kernel/linux/linux-6.6/drivers/usb/serial/
H
A
D
usb-serial.c
907
port->
bulk_out_buffer
= port->bulk_out_buffers[0];
in setup_port_bulk_out()
Completed in 14 milliseconds