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:active_tc
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
initio.c
1146
struct target_control *
active_tc
;
in tulip_scsi()
local
1186
active_tc
= &host->targets[scb->target];
in tulip_scsi()
1189
active_tc
->drv_flags |= TCF_DRV_EN_TAG;
in tulip_scsi()
1191
active_tc
->drv_flags &= ~TCF_DRV_EN_TAG;
in tulip_scsi()
1193
outb(
active_tc
->js_period, host->addr + TUL_SPeriod);
in tulip_scsi()
1194
if ((
active_tc
->flags & (TCF_WDTR_DONE | TCF_NO_WDTR)) == 0) { /* do wdtr negotiation */
in tulip_scsi()
1197
if ((
active_tc
->flags & (TCF_SYNC_DONE | TCF_NO_SYNC_NEGO)) == 0) { /* do sync negotiation */
in tulip_scsi()
1297
struct target_control *
active_tc
= host->
active_tc
;
in initio_state_1()
local
1306
outb(
active_tc
in initio_state_1()
1352
struct target_control *
active_tc
= host->
active_tc
;
initio_state_2()
local
1381
struct target_control *
active_tc
= host->
active_tc
;
initio_state_3()
local
1732
struct target_control *
active_tc
= host->
active_tc
;
initio_xpad_in()
local
1756
struct target_control *
active_tc
= host->
active_tc
;
initio_xpad_out()
local
1901
struct target_control *
active_tc
;
int_initio_resel()
local
2051
struct target_control *
active_tc
;
initio_msgin()
local
2280
struct target_control *
active_tc
;
initio_post_scsi_rst()
local
2357
struct target_control *
active_tc
= host->
active_tc
;
initio_bus_device_reset()
local
[all...]
H
A
D
initio.h
525
struct target_control *
active_tc
; /* 34 */
member
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
initio.c
1144
struct target_control *
active_tc
;
in tulip_scsi()
local
1184
active_tc
= &host->targets[scb->target];
in tulip_scsi()
1187
active_tc
->drv_flags |= TCF_DRV_EN_TAG;
in tulip_scsi()
1189
active_tc
->drv_flags &= ~TCF_DRV_EN_TAG;
in tulip_scsi()
1191
outb(
active_tc
->js_period, host->addr + TUL_SPeriod);
in tulip_scsi()
1192
if ((
active_tc
->flags & (TCF_WDTR_DONE | TCF_NO_WDTR)) == 0) { /* do wdtr negotiation */
in tulip_scsi()
1195
if ((
active_tc
->flags & (TCF_SYNC_DONE | TCF_NO_SYNC_NEGO)) == 0) { /* do sync negotiation */
in tulip_scsi()
1295
struct target_control *
active_tc
= host->
active_tc
;
in initio_state_1()
local
1304
outb(
active_tc
in initio_state_1()
1350
struct target_control *
active_tc
= host->
active_tc
;
initio_state_2()
local
1379
struct target_control *
active_tc
= host->
active_tc
;
initio_state_3()
local
1730
struct target_control *
active_tc
= host->
active_tc
;
initio_xpad_in()
local
1754
struct target_control *
active_tc
= host->
active_tc
;
initio_xpad_out()
local
1900
struct target_control *
active_tc
;
int_initio_resel()
local
2051
struct target_control *
active_tc
;
initio_msgin()
local
2280
struct target_control *
active_tc
;
initio_post_scsi_rst()
local
2357
struct target_control *
active_tc
= host->
active_tc
;
initio_bus_device_reset()
local
[all...]
H
A
D
initio.h
500
struct target_control *
active_tc
; /* 34 */
member
Completed in 8 milliseconds