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:slot_state
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/dvb-core/
H
A
D
dvb_ca_en50221.c
82
int
slot_state
;
member
245
int cam_present_old = (sl->
slot_state
!= DVB_CA_SLOTSTATE_NONE);
in dvb_ca_en50221_check_camstatus()
257
if ((sl->
slot_state
== DVB_CA_SLOTSTATE_WAITREADY) &&
in dvb_ca_en50221_check_camstatus()
260
sl->
slot_state
= DVB_CA_SLOTSTATE_VALIDATE;
in dvb_ca_en50221_check_camstatus()
666
(sl->
slot_state
!= DVB_CA_SLOTSTATE_LINKINIT)) {
in dvb_ca_en50221_read_data()
707
sl->
slot_state
= DVB_CA_SLOTSTATE_LINKINIT;
in dvb_ca_en50221_read_data()
714
sl->
slot_state
= DVB_CA_SLOTSTATE_LINKINIT;
in dvb_ca_en50221_read_data()
745
sl->
slot_state
= DVB_CA_SLOTSTATE_LINKINIT;
in dvb_ca_en50221_read_data()
806
(sl->
slot_state
!= DVB_CA_SLOTSTATE_LINKINIT))
in dvb_ca_en50221_write_data()
888
sl->
slot_state
in dvb_ca_en50221_write_data()
[all...]
/kernel/linux/linux-6.6/drivers/media/dvb-core/
H
A
D
dvb_ca_en50221.c
82
int
slot_state
;
member
245
int cam_present_old = (sl->
slot_state
!= DVB_CA_SLOTSTATE_NONE);
in dvb_ca_en50221_check_camstatus()
257
if ((sl->
slot_state
== DVB_CA_SLOTSTATE_WAITREADY) &&
in dvb_ca_en50221_check_camstatus()
260
sl->
slot_state
= DVB_CA_SLOTSTATE_VALIDATE;
in dvb_ca_en50221_check_camstatus()
666
(sl->
slot_state
!= DVB_CA_SLOTSTATE_LINKINIT)) {
in dvb_ca_en50221_read_data()
707
sl->
slot_state
= DVB_CA_SLOTSTATE_LINKINIT;
in dvb_ca_en50221_read_data()
714
sl->
slot_state
= DVB_CA_SLOTSTATE_LINKINIT;
in dvb_ca_en50221_read_data()
745
sl->
slot_state
= DVB_CA_SLOTSTATE_LINKINIT;
in dvb_ca_en50221_read_data()
806
(sl->
slot_state
!= DVB_CA_SLOTSTATE_LINKINIT))
in dvb_ca_en50221_write_data()
888
sl->
slot_state
in dvb_ca_en50221_write_data()
[all...]
/kernel/linux/linux-5.10/drivers/media/pci/mantis/
H
A
D
mantis_pcmcia.c
36
if (ca->
slot_state
== MODULE_XTRACTED) {
in mantis_event_cam_plugin()
45
ca->
slot_state
= MODULE_INSERTED;
in mantis_event_cam_plugin()
60
if (ca->
slot_state
== MODULE_INSERTED) {
in mantis_event_cam_unplug()
69
ca->
slot_state
= MODULE_XTRACTED;
in mantis_event_cam_unplug()
87
ca->
slot_state
= MODULE_INSERTED;
in mantis_pcmcia_init()
94
ca->
slot_state
= MODULE_XTRACTED;
in mantis_pcmcia_init()
H
A
D
mantis_link.h
47
enum mantis_slot_state
slot_state
;
member
H
A
D
mantis_ca.c
124
if (ca->
slot_state
== MODULE_INSERTED) {
in mantis_slot_status()
/kernel/linux/linux-6.6/drivers/media/pci/mantis/
H
A
D
mantis_pcmcia.c
36
if (ca->
slot_state
== MODULE_XTRACTED) {
in mantis_event_cam_plugin()
45
ca->
slot_state
= MODULE_INSERTED;
in mantis_event_cam_plugin()
60
if (ca->
slot_state
== MODULE_INSERTED) {
in mantis_event_cam_unplug()
69
ca->
slot_state
= MODULE_XTRACTED;
in mantis_event_cam_unplug()
87
ca->
slot_state
= MODULE_INSERTED;
in mantis_pcmcia_init()
94
ca->
slot_state
= MODULE_XTRACTED;
in mantis_pcmcia_init()
H
A
D
mantis_link.h
47
enum mantis_slot_state
slot_state
;
member
H
A
D
mantis_ca.c
123
if (ca->
slot_state
== MODULE_INSERTED) {
in mantis_slot_status()
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H
A
D
cdnsp-ep0.c
89
unsigned int
slot_state
;
in cdnsp_ep0_set_address()
local
110
slot_state
= GET_SLOT_STATE(le32_to_cpu(slot_ctx->dev_state));
in cdnsp_ep0_set_address()
111
if (
slot_state
== SLOT_STATE_ADDRESSED)
in cdnsp_ep0_set_address()
H
A
D
cdnsp-gadget.c
691
int
slot_state
;
in cdnsp_reset_device()
local
700
slot_state
= GET_SLOT_STATE(le32_to_cpu(slot_ctx->dev_state));
in cdnsp_reset_device()
703
if (
slot_state
<= SLOT_STATE_DEFAULT &&
in cdnsp_reset_device()
715
if (
slot_state
<= SLOT_STATE_DEFAULT)
in cdnsp_reset_device()
825
int
slot_state
;
in cdnsp_enable_slot()
local
830
slot_state
= GET_SLOT_STATE(le32_to_cpu(slot_ctx->dev_state));
in cdnsp_enable_slot()
832
if (
slot_state
!= SLOT_STATE_DISABLED)
in cdnsp_enable_slot()
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
xhci-ring.c
1259
unsigned int
slot_state
;
in xhci_handle_cmd_set_deq()
local
1268
slot_state
= le32_to_cpu(slot_ctx->dev_state);
in xhci_handle_cmd_set_deq()
1269
slot_state
= GET_SLOT_STATE(
slot_state
);
in xhci_handle_cmd_set_deq()
1272
slot_state
, ep_state);
in xhci_handle_cmd_set_deq()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
xhci-ring.c
1352
unsigned int
slot_state
;
in xhci_handle_cmd_set_deq()
local
1361
slot_state
= le32_to_cpu(slot_ctx->dev_state);
in xhci_handle_cmd_set_deq()
1362
slot_state
= GET_SLOT_STATE(
slot_state
);
in xhci_handle_cmd_set_deq()
1365
slot_state
, ep_state);
in xhci_handle_cmd_set_deq()
Completed in 18 milliseconds