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:rx_fill
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/spi/
H
A
D
spi-lantiq-ssc.c
524
unsigned int
rx_fill
= rx_fifo_level(spi);
in rx_fifo_read_full_duplex()
local
530
while (
rx_fill
!= spi->fdx_tx_level)
in rx_fifo_read_full_duplex()
531
rx_fill
= rx_fifo_level(spi);
in rx_fifo_read_full_duplex()
533
while (
rx_fill
) {
in rx_fifo_read_full_duplex()
560
rx_fill
--;
in rx_fifo_read_full_duplex()
569
unsigned int
rx_fill
= rx_fifo_level(spi);
in rx_fifo_read_half_duplex()
local
578
while (
rx_fill
) {
in rx_fifo_read_half_duplex()
602
rx_fill
--;
in rx_fifo_read_half_duplex()
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi-lantiq-ssc.c
525
unsigned int
rx_fill
= rx_fifo_level(spi);
in rx_fifo_read_full_duplex()
local
531
while (
rx_fill
!= spi->fdx_tx_level)
in rx_fifo_read_full_duplex()
532
rx_fill
= rx_fifo_level(spi);
in rx_fifo_read_full_duplex()
534
while (
rx_fill
) {
in rx_fifo_read_full_duplex()
561
rx_fill
--;
in rx_fifo_read_full_duplex()
570
unsigned int
rx_fill
= rx_fifo_level(spi);
in rx_fifo_read_half_duplex()
local
579
while (
rx_fill
) {
in rx_fifo_read_half_duplex()
603
rx_fill
--;
in rx_fifo_read_half_duplex()
/kernel/linux/linux-5.10/drivers/net/ethernet/apple/
H
A
D
mace.c
54
int
rx_fill
;
member
463
mp->
rx_fill
= i;
in mace_open()
888
for (i = mp->rx_empty; i != mp->
rx_fill
; ) {
in mace_rxdma_intr()
896
if (next != mp->
rx_fill
&&
in mace_rxdma_intr()
947
i = mp->
rx_fill
;
in mace_rxdma_intr()
977
if (i != mp->
rx_fill
) {
in mace_rxdma_intr()
979
mp->
rx_fill
= i;
in mace_rxdma_intr()
H
A
D
bmac.c
71
int
rx_fill
;
member
625
bp->
rx_fill
= i;
in bmac_init_rx_ring()
733
bp->
rx_fill
= last;
in bmac_rxdma_intr()
/kernel/linux/linux-6.6/drivers/net/ethernet/apple/
H
A
D
mace.c
53
int
rx_fill
;
member
468
mp->
rx_fill
= i;
in mace_open()
893
for (i = mp->rx_empty; i != mp->
rx_fill
; ) {
in mace_rxdma_intr()
901
if (next != mp->
rx_fill
&&
in mace_rxdma_intr()
952
i = mp->
rx_fill
;
in mace_rxdma_intr()
982
if (i != mp->
rx_fill
) {
in mace_rxdma_intr()
984
mp->
rx_fill
= i;
in mace_rxdma_intr()
H
A
D
bmac.c
70
int
rx_fill
;
member
621
bp->
rx_fill
= i;
in bmac_init_rx_ring()
729
bp->
rx_fill
= last;
in bmac_rxdma_intr()
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H
A
D
u_ether.c
405
static void
rx_fill
(struct eth_dev *dev, gfp_t gfp_flags)
in rx_fill()
function
433
rx_fill
(dev, GFP_KERNEL);
in eth_work()
618
rx_fill
(dev, gfp_flags);
in eth_start()
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H
A
D
u_ether.c
371
static void
rx_fill
(struct eth_dev *dev, gfp_t gfp_flags)
in rx_fill()
function
399
rx_fill
(dev, GFP_KERNEL);
in eth_work()
607
rx_fill
(dev, gfp_flags);
in eth_start()
Completed in 13 milliseconds