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:ext_caps
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-6.6/drivers/i3c/master/mipi-i3c-hci/
H
A
D
Makefile
4
mipi-i3c-hci-y := core.o
ext_caps
.o pio.o dma.o \
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/
H
A
D
amdgpu_dm.h
90
* @
ext_caps
: Keep the data struct with all the information about the
93
union dpcd_sink_ext_caps *
ext_caps
;
member
H
A
D
amdgpu_dm.c
2201
caps->
ext_caps
= &aconnector->dc_link->dpcd_sink_ext_caps;
in update_connector_ext_caps()
2206
if (caps->
ext_caps
->bits.oled == 1 /*||
in update_connector_ext_caps()
2207
caps->
ext_caps
->bits.sdr_aux_backlight_control == 1 ||
in update_connector_ext_caps()
2208
caps->
ext_caps
->bits.hdr_aux_backlight_control == 1*/)
in update_connector_ext_caps()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/
H
A
D
amdgpu_dm.h
143
* @
ext_caps
: Keep the data struct with all the information about the
146
union dpcd_sink_ext_caps *
ext_caps
;
member
H
A
D
amdgpu_dm.c
3073
caps->
ext_caps
= &aconnector->dc_link->dpcd_sink_ext_caps;
in update_connector_ext_caps()
3076
if (caps->
ext_caps
->bits.oled == 1
in update_connector_ext_caps()
3079
* caps->
ext_caps
->bits.sdr_aux_backlight_control == 1 ||
in update_connector_ext_caps()
3080
* caps->
ext_caps
->bits.hdr_aux_backlight_control == 1
in update_connector_ext_caps()
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
xhci-mem.c
1943
kfree(xhci->
ext_caps
);
in xhci_mem_cleanup()
1953
xhci->
ext_caps
= NULL;
in xhci_mem_cleanup()
2250
xhci->
ext_caps
[xhci->num_ext_caps++] = temp;
in xhci_add_in_port()
2372
xhci->
ext_caps
= kcalloc_node(cap_count, sizeof(*xhci->
ext_caps
),
in xhci_setup_port_arrays()
2374
if (!xhci->
ext_caps
)
in xhci_setup_port_arrays()
H
A
D
xhci.c
4577
if (xhci->
ext_caps
[i] & capability) {
in xhci_check_usb2_port_capability()
4579
port_offset = XHCI_EXT_PORT_OFF(xhci->
ext_caps
[i]) - 1;
in xhci_check_usb2_port_capability()
4580
port_count = XHCI_EXT_PORT_COUNT(xhci->
ext_caps
[i]);
in xhci_check_usb2_port_capability()
H
A
D
xhci.h
1914
u32 *
ext_caps
;
member
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
xhci-mem.c
1915
kfree(xhci->
ext_caps
);
in xhci_mem_cleanup()
1925
xhci->
ext_caps
= NULL;
in xhci_mem_cleanup()
2060
xhci->
ext_caps
[xhci->num_ext_caps++] = temp;
in xhci_add_in_port()
2180
xhci->
ext_caps
= kcalloc_node(cap_count, sizeof(*xhci->
ext_caps
),
in xhci_setup_port_arrays()
2182
if (!xhci->
ext_caps
)
in xhci_setup_port_arrays()
H
A
D
xhci.c
4462
if (xhci->
ext_caps
[i] & capability) {
in xhci_check_usb2_port_capability()
4464
port_offset = XHCI_EXT_PORT_OFF(xhci->
ext_caps
[i]) - 1;
in xhci_check_usb2_port_capability()
4465
port_count = XHCI_EXT_PORT_COUNT(xhci->
ext_caps
[i]);
in xhci_check_usb2_port_capability()
H
A
D
xhci.h
1923
u32 *
ext_caps
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H
A
D
wmi.c
599
const struct ath12k_wmi_hal_reg_caps_ext_params *
ext_caps
,
in ath12k_pull_reg_cap_svc_rdy_ext()
605
if (!reg_caps || !
ext_caps
)
in ath12k_pull_reg_cap_svc_rdy_ext()
611
ext_reg_cap = &
ext_caps
[phy_idx];
in ath12k_pull_reg_cap_svc_rdy_ext()
597
ath12k_pull_reg_cap_svc_rdy_ext(struct ath12k_wmi_pdev *wmi_handle, const struct ath12k_wmi_soc_hal_reg_caps_params *reg_caps, const struct ath12k_wmi_hal_reg_caps_ext_params *
ext_caps
, u8 phy_idx, struct ath12k_wmi_hal_reg_capabilities_ext_arg *param)
ath12k_pull_reg_cap_svc_rdy_ext()
argument
Completed in 61 milliseconds