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:list_length
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/iio/common/
H
A
D
st_sensors.h
311
const int
list_length
);
/kernel/linux/linux-6.6/include/linux/iio/common/
H
A
D
st_sensors.h
309
const int
list_length
);
/kernel/linux/linux-5.10/drivers/iio/common/st_sensors/
H
A
D
st_sensors_core.c
597
* @
list_length
: length of sensor settings list.
604
const int
list_length
)
in st_sensors_get_settings_index()
608
for (i = 0; i <
list_length
; i++) {
in st_sensors_get_settings_index()
602
st_sensors_get_settings_index(const char *name, const struct st_sensor_settings *list, const int
list_length
)
st_sensors_get_settings_index()
argument
/kernel/linux/linux-6.6/drivers/iio/common/st_sensors/
H
A
D
st_sensors_core.c
565
* @
list_length
: length of sensor settings list.
572
const int
list_length
)
in st_sensors_get_settings_index()
576
for (i = 0; i <
list_length
; i++) {
in st_sensors_get_settings_index()
570
st_sensors_get_settings_index(const char *name, const struct st_sensor_settings *list, const int
list_length
)
st_sensors_get_settings_index()
argument
/kernel/linux/linux-5.10/scripts/gcc-plugins/
H
A
D
randomize_layout_plugin.c
327
unsigned long num_fields = (unsigned long)
list_length
(TYPE_FIELDS(type));
in relayout_struct()
/kernel/linux/linux-6.6/scripts/gcc-plugins/
H
A
D
randomize_layout_plugin.c
299
unsigned long num_fields = (unsigned long)
list_length
(TYPE_FIELDS(type));
in relayout_struct()
/kernel/linux/linux-5.10/drivers/ata/
H
A
D
libata-scsi.c
3389
u32
list_length
;
in ata_scsi_report_zones_complete()
local
3395
list_length
= get_unaligned_le32(&hdr[0]);
in ata_scsi_report_zones_complete()
3399
put_unaligned_be32(
list_length
, &hdr[0]);
in ata_scsi_report_zones_complete()
/kernel/linux/linux-6.6/drivers/ata/
H
A
D
libata-scsi.c
3426
u32
list_length
;
in ata_scsi_report_zones_complete()
local
3432
list_length
= get_unaligned_le32(&hdr[0]);
in ata_scsi_report_zones_complete()
3436
put_unaligned_be32(
list_length
, &hdr[0]);
in ata_scsi_report_zones_complete()
/kernel/linux/linux-6.6/drivers/scsi/smartpqi/
H
A
D
smartpqi_init.c
1176
lun_list_length = get_unaligned_be32(&report_lun_header->
list_length
);
in pqi_report_phys_logical_luns()
1197
get_unaligned_be32(&((struct report_lun_header *)lun_data)->
list_length
);
in pqi_report_phys_logical_luns()
1251
num_physicals = get_unaligned_be32(&rpl_8byte_wwid_list->header.
list_length
) / sizeof(rpl_8byte_wwid_list->lun_entries[0]);
in pqi_report_phys_luns()
1259
&rpl_16byte_wwid_list->header.
list_length
);
in pqi_report_phys_luns()
1314
get_unaligned_be32(&logdev_data->header.
list_length
);
in pqi_get_device_lists()
1338
&internal_logdev_list->header.
list_length
);
in pqi_get_device_lists()
2401
get_unaligned_be32(&physdev_list->header.
list_length
)
in pqi_update_scsi_devices()
2408
get_unaligned_be32(&logdev_list->header.
list_length
)
in pqi_update_scsi_devices()
H
A
D
smartpqi.h
936
__be32
list_length
;
member
/kernel/linux/linux-5.10/drivers/scsi/smartpqi/
H
A
D
smartpqi_init.c
934
lun_list_length = get_unaligned_be32(&report_lun_header->
list_length
);
in pqi_report_phys_logical_luns()
955
&((struct report_lun_header *)lun_data)->
list_length
);
in pqi_report_phys_logical_luns()
1018
get_unaligned_be32(&logdev_data->header.
list_length
);
in pqi_get_device_lists()
1042
&internal_logdev_list->header.
list_length
);
in pqi_get_device_lists()
1983
get_unaligned_be32(&physdev_list->header.
list_length
)
in pqi_update_scsi_devices()
1990
get_unaligned_be32(&logdev_list->header.
list_length
)
in pqi_update_scsi_devices()
H
A
D
smartpqi.h
833
__be32
list_length
;
member
/kernel/linux/linux-5.10/drivers/scsi/aacraid/
H
A
D
aacraid.h
315
u8
list_length
[4]; /* LUN list length (N-7, big endian) */
member
H
A
D
aachba.c
1857
return get_unaligned_be32(&dev->safw_phys_luns->
list_length
[0])/24;
in aac_get_safw_phys_lun_count()
/kernel/linux/linux-6.6/drivers/scsi/aacraid/
H
A
D
aacraid.h
316
u8
list_length
[4]; /* LUN list length (N-7, big endian) */
member
H
A
D
aachba.c
1870
return get_unaligned_be32(&dev->safw_phys_luns->
list_length
[0])/24;
in aac_get_safw_phys_lun_count()
Completed in 68 milliseconds