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:txoff
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/rc/
H
A
D
winbond-cir.c
208
u32
txoff
;
member
409
for (used = 0; used < space && data->
txoff
!= data->txlen; used++) {
in wbcir_irq_tx()
410
if (data->txbuf[data->
txoff
] == 0) {
in wbcir_irq_tx()
411
data->
txoff
++;
in wbcir_irq_tx()
414
byte = min((u32)0x80, data->txbuf[data->
txoff
]);
in wbcir_irq_tx()
415
data->txbuf[data->
txoff
] -= byte;
in wbcir_irq_tx()
417
byte |= (data->
txoff
% 2 ? 0x80 : 0x00); /* pulse/space */
in wbcir_irq_tx()
421
while (data->
txoff
!= data->txlen && data->txbuf[data->
txoff
] == 0)
in wbcir_irq_tx()
422
data->
txoff
in wbcir_irq_tx()
[all...]
/kernel/linux/linux-6.6/drivers/media/rc/
H
A
D
winbond-cir.c
208
u32
txoff
;
member
409
for (used = 0; used < space && data->
txoff
!= data->txlen; used++) {
in wbcir_irq_tx()
410
if (data->txbuf[data->
txoff
] == 0) {
in wbcir_irq_tx()
411
data->
txoff
++;
in wbcir_irq_tx()
414
byte = min((u32)0x80, data->txbuf[data->
txoff
]);
in wbcir_irq_tx()
415
data->txbuf[data->
txoff
] -= byte;
in wbcir_irq_tx()
417
byte |= (data->
txoff
% 2 ? 0x80 : 0x00); /* pulse/space */
in wbcir_irq_tx()
421
while (data->
txoff
!= data->txlen && data->txbuf[data->
txoff
] == 0)
in wbcir_irq_tx()
422
data->
txoff
in wbcir_irq_tx()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H
A
D
sdio.c
520
bool
txoff
; /* Transmit flow-controlled */
member
2376
bus->
txoff
&& (pktq_len(&bus->txq) < TXLOW)) {
in brcmf_sdio_sendfromq()
2377
bus->
txoff
= false;
in brcmf_sdio_sendfromq()
2827
bus->
txoff
= true;
in brcmf_sdio_bus_txdata()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H
A
D
sdio.c
518
bool
txoff
; /* Transmit flow-controlled */
member
2387
bus->
txoff
&& (pktq_len(&bus->txq) < TXLOW)) {
in brcmf_sdio_sendfromq()
2388
bus->
txoff
= false;
in brcmf_sdio_sendfromq()
2838
bus->
txoff
= true;
in brcmf_sdio_bus_txdata()
Completed in 14 milliseconds