OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_caps
(Results
1 - 11
of
11
) sorted by relevancy
/src/sys/arch/arm/xscale/
pxa2x0_mci.h
61
u_int
sc_caps
;
member in struct:pxamci_softc
/src/sys/arch/mips/alchemy/dev/
augpio.c
61
int
sc_caps
;
member in struct:augpio_softc
109
sc->
sc_caps
= GPIO_PIN_INPUT | GPIO_PIN_OUTPUT |
124
sc->
sc_caps
= GPIO_PIN_INPUT | GPIO_PIN_OUTPUT;
140
pp->pin_caps = sc->
sc_caps
;
/src/sys/arch/mips/atheros/dev/
argpio.c
69
int
sc_caps
;
member in struct:argpio_softc
/src/sys/dev/ic/
tpmvar.h
95
uint32_t
sc_caps
;
member in struct:tpm_softc
anvar.h
137
struct an_rid_caps
sc_caps
;
member in struct:an_softc
/src/sys/dev/acpi/
fujbp_acpi.c
125
uint16_t
sc_caps
;
member in struct:fujitsu_bp_softc
179
sc->
sc_caps
= fujitsu_bp_capabilities(ad);
387
if (sc->
sc_caps
& FUJITSU_BP_CAP_SBLL)
400
if (sc->
sc_caps
& FUJITSU_BP_CAP_SMOU)
489
if (!(sc->
sc_caps
& FUJITSU_BP_CAP_GHKS))
511
if (!(sc->
sc_caps
& FUJITSU_BP_CAP_RBLL))
536
if (!(sc->
sc_caps
& FUJITSU_BP_CAP_GBLL))
563
if (!(sc->
sc_caps
& FUJITSU_BP_CAP_SBLL))
584
if (!(sc->
sc_caps
& FUJITSU_BP_CAP_GMOU))
611
if (!(sc->
sc_caps
& FUJITSU_BP_CAP_SMOU)
[
all
...]
fujhk_acpi.c
83
uint16_t
sc_caps
;
member in struct:fujitsu_hk_softc
137
sc->
sc_caps
= fujitsu_hk_capabilities(ad);
341
if (!(sc->
sc_caps
& FUJITSU_HK_CAP_GIRB))
369
if (!(sc->
sc_caps
& FUJITSU_HK_CAP_FUNC))
405
if (!(sc->
sc_caps
& FUJITSU_HK_CAP_FUNC))
acpi_display.c
222
* ((
sc_caps
& ACPI_DISP_VGA_CAP__DOD) == 0) => (sc_odinfo == NULL)
229
uint16_t
sc_caps
; /* Capabilities (methods) */
member in struct:acpidisp_vga_softc
294
* ((
sc_caps
& ACPI_DISP_OUT_CAP__BCL) == 0) => (sc_brctl == NULL)
295
* ((
sc_caps
& ACPI_DISP_OUT_CAP__BCM) == 0) => (sc_brctl == NULL)
302
uint16_t
sc_caps
; /* Capabilities (methods) */
member in struct:acpidisp_out_softc
529
asc->
sc_caps
= acpidisp_vga_capabilities(ad);
533
acpidisp_vga_print_capabilities(self, asc->
sc_caps
);
706
osc->
sc_caps
= acpidisp_out_capabilities(ad);
709
acpidisp_out_print_capabilities(self, osc->
sc_caps
);
1020
if (!(osc->
sc_caps
& ACPI_DISP_OUT_CAP__DSS)
[
all
...]
/src/sys/dev/sdmmc/
sdhcvar.h
77
uint32_t
sc_caps
;/* attachment provided capabilities */
member in struct:sdhc_softc
sdmmcvar.h
257
uint32_t
sc_caps
; /* host capability */
member in struct:sdmmc_softc
/src/sys/dev/hyperv/
if_hvn.c
321
uint32_t
sc_caps
;
member in struct:hvn_softc
700
if (sc->
sc_caps
& HVN_CAPS_VLAN) {
826
if (!(sc->
sc_caps
& HVN_CAPS_MTU)) {
1478
if (ISSET(sc->
sc_caps
, HVN_CAPS_VLAN) && !vlan_has_tag(m)) {
1916
if (sc->
sc_caps
& HVN_CAPS_UDPHASH) {
2175
if (sc->
sc_caps
& HVN_CAPS_IPCS) {
2180
if (sc->
sc_caps
& HVN_CAPS_TCP4CS) {
2185
if (sc->
sc_caps
& HVN_CAPS_TCP6CS) {
2189
if (sc->
sc_caps
& HVN_CAPS_UDP4CS) {
2194
if (sc->
sc_caps
& HVN_CAPS_UDP6CS)
[
all
...]
Completed in 123 milliseconds
Indexes created Wed Sep 24 05:09:52 GMT 2025