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:model_no
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/
H
A
D
jr3_pci.c
112
int
model_no
;
member
257
val = get_u16(&spriv->sensor->
model_no
);
in jr3_pci_ai_read_chan()
444
u16
model_no
;
in jr3_pci_poll_subdevice()
local
461
model_no
= get_u16(&sensor->
model_no
);
in jr3_pci_poll_subdevice()
465
model_no
== 0 || serial_no == 0) {
in jr3_pci_poll_subdevice()
486
spriv->
model_no
= get_u16(&sensor->
model_no
);
in jr3_pci_poll_subdevice()
H
A
D
jr3_pci.h
639
* Serial_no &
model_no
are the two values which uniquely identify a
646
u32
model_no
; /* offset 0x00f9 */
member
/kernel/linux/linux-6.6/drivers/comedi/drivers/
H
A
D
jr3_pci.c
111
int
model_no
;
member
243
val = get_u16(&spriv->sensor->
model_no
);
in jr3_pci_ai_read_chan()
430
u16
model_no
;
in jr3_pci_poll_subdevice()
local
447
model_no
= get_u16(&sensor->
model_no
);
in jr3_pci_poll_subdevice()
451
model_no
== 0 || serial_no == 0) {
in jr3_pci_poll_subdevice()
472
spriv->
model_no
= get_u16(&sensor->
model_no
);
in jr3_pci_poll_subdevice()
H
A
D
jr3_pci.h
639
* Serial_no &
model_no
are the two values which uniquely identify a
646
u32
model_no
; /* offset 0x00f9 */
member
/kernel/linux/linux-5.10/drivers/media/rc/
H
A
D
ite-cir.c
1455
int
model_no
;
in ite_probe()
local
1473
model_no
= (int)dev_id->driver_data;
in ite_probe()
1475
ite_dev_descs[
model_no
].model);
in ite_probe()
1478
model_no
= model_number;
in ite_probe()
1482
ite_pr(KERN_NOTICE, "Using model: %s\n", ite_dev_descs[
model_no
].model);
in ite_probe()
1485
dev_desc = &ite_dev_descs[
model_no
];
in ite_probe()
/kernel/linux/linux-6.6/drivers/media/rc/
H
A
D
ite-cir.c
1304
int
model_no
;
in ite_probe()
local
1320
model_no
= (int)dev_id->driver_data;
in ite_probe()
1322
ite_dev_descs[
model_no
].model);
in ite_probe()
1325
model_no
= model_number;
in ite_probe()
1327
ite_dev_descs[
model_no
].model);
in ite_probe()
1331
dev_desc = &ite_dev_descs[
model_no
];
in ite_probe()
/kernel/linux/linux-5.10/drivers/input/keyboard/
H
A
D
applespi.c
211
* @
model_no
: the touchpad model number
219
u8
model_no
;
member
1219
tp_info = applespi_find_touchpad_info(rcvd_tp_info->
model_no
);
in applespi_register_touchpad_device()
1223
rcvd_tp_info->
model_no
);
in applespi_register_touchpad_device()
1270
rcvd_tp_info->
model_no
<< 8 | rcvd_tp_info->model_flags;
in applespi_register_touchpad_device()
/kernel/linux/linux-6.6/drivers/input/keyboard/
H
A
D
applespi.c
211
* @
model_no
: the touchpad model number
219
u8
model_no
;
member
1234
tp_info = applespi_find_touchpad_info(rcvd_tp_info->
model_no
);
in applespi_register_touchpad_device()
1238
rcvd_tp_info->
model_no
);
in applespi_register_touchpad_device()
1285
rcvd_tp_info->
model_no
<< 8 | rcvd_tp_info->model_flags;
in applespi_register_touchpad_device()
/kernel/linux/linux-5.10/drivers/scsi/csiostor/
H
A
D
csio_hw.h
240
char
model_no
[16];
member
H
A
D
csio_hw.c
4321
csio_t5_fcoe_adapters[adap_type].
model_no
, 16);
in csio_hw_set_description()
/kernel/linux/linux-6.6/drivers/scsi/csiostor/
H
A
D
csio_hw.h
240
char
model_no
[16];
member
H
A
D
csio_hw.c
4321
csio_t5_fcoe_adapters[adap_type].
model_no
, 16);
in csio_hw_set_description()
Completed in 28 milliseconds