Home
last modified time | relevance | path

Searched full:osi (Results 1 – 25 of 68) sorted by relevance

123

/kernel/linux/linux-5.10/drivers/acpi/
Dosi.c3 * osi.c - _OSI implementation
95 struct acpi_osi_entry *osi; in acpi_osi_setup() local
119 osi = &osi_setup_entries[i]; in acpi_osi_setup()
120 osi->enable = false; in acpi_osi_setup()
131 osi = &osi_setup_entries[i]; in acpi_osi_setup()
132 if (!strcmp(osi->string, str)) { in acpi_osi_setup()
133 osi->enable = enable; in acpi_osi_setup()
135 } else if (osi->string[0] == '\0') { in acpi_osi_setup()
136 osi->enable = enable; in acpi_osi_setup()
137 strncpy(osi->string, str, OSI_STRING_LENGTH_MAX); in acpi_osi_setup()
[all …]
DMakefile26 acpi-y += osi.o osl.o utils.o reboot.o
/kernel/linux/linux-4.19/drivers/acpi/
Dosi.c2 * osi.c - _OSI implementation
101 struct acpi_osi_entry *osi; in acpi_osi_setup() local
125 osi = &osi_setup_entries[i]; in acpi_osi_setup()
126 osi->enable = false; in acpi_osi_setup()
137 osi = &osi_setup_entries[i]; in acpi_osi_setup()
138 if (!strcmp(osi->string, str)) { in acpi_osi_setup()
139 osi->enable = enable; in acpi_osi_setup()
141 } else if (osi->string[0] == '\0') { in acpi_osi_setup()
142 osi->enable = enable; in acpi_osi_setup()
143 strncpy(osi->string, str, OSI_STRING_LENGTH_MAX); in acpi_osi_setup()
[all …]
DMakefile21 acpi-y += osi.o osl.o utils.o reboot.o
/kernel/linux/linux-4.19/drivers/scsi/osd/
Dosd_initiator.c1729 struct osd_sense_info *osi, bool silent, in osd_req_decode_sense_full() argument
1747 osi = osi ? : &local_osi; in osd_req_decode_sense_full()
1748 memset(osi, 0, sizeof(*osi)); in osd_req_decode_sense_full()
1765 osi->key = ssdb->sense_key; in osd_req_decode_sense_full()
1766 osi->additional_code = be16_to_cpu(ssdb->additional_sense_code); in osd_req_decode_sense_full()
1771 __cur_sense_need_output = (osi->key > scsi_sk_recovered_error); in osd_req_decode_sense_full()
1775 osi->key, original_sense_len, sense_len, in osd_req_decode_sense_full()
1776 osi->additional_code, or->async_error, in osd_req_decode_sense_full()
1800 osi->command_info = in osd_req_decode_sense_full()
1804 _LLU(osi->command_info)); in osd_req_decode_sense_full()
[all …]
/kernel/linux/linux-4.19/drivers/net/ethernet/cavium/liquidio/
Docteon_nic.h34 /* Structure of control information passed by the NIC module to the OSI
56 * If wait_time is 0, OSI assumes no response is expected.
73 /** Structure of data information passed by the NIC module to the OSI
78 * OSI layer passes this as-is to the driver.
96 /** Structure passed by NIC module to OSI layer to prepare a command to send
/kernel/linux/linux-5.10/drivers/cpuidle/
Dcpuidle-psci-domain.c43 /* OSI mode is enabled, set the corresponding domain state. */ in psci_pd_power_off()
142 /* Allow power off when OSI has been successfully enabled. */ in psci_pd_init()
231 pr_warn("failed to enable OSI mode: %d\n", ret); in psci_pd_try_set_osi_mode()
262 /* If OSI mode is supported, let's try to enable it. */ in psci_cpuidle_domain_probe()
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/liquidio/
Docteon_nic.h34 /* Structure of control information passed by the NIC module to the OSI
66 /** Structure of data information passed by the NIC module to the OSI
71 * OSI layer passes this as-is to the driver.
89 /** Structure passed by NIC module to OSI layer to prepare a command to send
/kernel/linux/linux-5.10/Documentation/firmware-guide/acpi/
Dindex.rst15 osi
/kernel/linux/linux-4.19/include/scsi/
Dosd_initiator.h261 * @osi - Receives a more detailed error report information (optional).
318 struct osd_sense_info *osi, bool silent,
323 struct osd_sense_info *osi) in osd_req_decode_sense() argument
325 return osd_req_decode_sense_full(or, osi, false, NULL, 0, NULL, 0); in osd_req_decode_sense()
/kernel/linux/linux-4.19/drivers/isdn/hardware/eicon/
Dpc.h133 #define N_CONNECT 2 /* OSI N-CONNECT REQ/IND */
134 #define N_CONNECT_ACK 3 /* OSI N-CONNECT CON/RES */
135 #define N_DISC 4 /* OSI N-DISC REQ/IND */
136 #define N_DISC_ACK 5 /* OSI N-DISC CON/RES */
137 #define N_RESET 6 /* OSI N-RESET REQ/IND */
138 #define N_RESET_ACK 7 /* OSI N-RESET CON/RES */
139 #define N_DATA 8 /* OSI N-DATA REQ/IND */
140 #define N_EDATA 9 /* OSI N-EXPEDITED DATA REQ/IND */
141 #define N_UDATA 10 /* OSI D-UNIT-DATA REQ/IND */
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/
Dpsci.yaml123 (OSI) CPU suspend mode is introduced. Using a hierarchical representation
124 helps to implement support for OSI mode and OS implementations may choose
/kernel/linux/linux-5.10/drivers/acpi/acpica/
Dutxfinit.c84 /* Initialize the global OSI interfaces list with the static names */ in acpi_initialize_subsystem()
89 "During OSI interfaces initialization")); in acpi_initialize_subsystem()
/kernel/linux/linux-4.19/drivers/acpi/acpica/
Dutxfinit.c84 /* Initialize the global OSI interfaces list with the static names */ in acpi_initialize_subsystem()
89 "During OSI interfaces initialization")); in acpi_initialize_subsystem()
/kernel/linux/linux-4.19/fs/exofs/
Dore.c441 struct osd_sense_info osi; in ore_check_io() local
449 ret = osd_req_decode_sense(or, &osi); in ore_check_io()
453 if ((OSD_ERR_PRI_CLEAR_PAGES == osi.osd_err_pri) && in ore_check_io()
475 on_dev_error(ios, od, dev, osi.osd_err_pri, in ore_check_io()
478 if (osi.osd_err_pri >= acumulated_osd_err) { in ore_check_io()
479 acumulated_osd_err = osi.osd_err_pri; in ore_check_io()
/kernel/linux/linux-4.19/include/uapi/linux/
Dllc.h75 #define LLC_SAP_OSI 0xFE /* OSI Network Layers. */
/kernel/linux/linux-5.10/include/uapi/linux/
Dllc.h75 #define LLC_SAP_OSI 0xFE /* OSI Network Layers. */
/kernel/linux/linux-5.10/Documentation/networking/
Dbatman-adv.rst9 using UDP packets and sets routing tables, batman-advanced operates on ISO/OSI
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/
Dgss_generic_token.c53 the interfaces, so the code can be fixed if the OSI namespace
/kernel/linux/linux-4.19/Documentation/networking/
Dbatman-adv.rst9 using UDP packets and sets routing tables, batman-advanced operates on ISO/OSI
/kernel/linux/linux-4.19/Documentation/virtual/kvm/
Dppc-pv.txt207 3) OSI hypercalls
/kernel/linux/linux-4.19/net/sunrpc/auth_gss/
Dgss_generic_token.c53 the interfaces, so the code can be fixed if the OSI namespace
/kernel/linux/linux-4.19/include/net/
Dx25.h113 #define X25_MAX_AE_LEN 40 /* Max num of semi-octets in AE - OSI Nw */
/kernel/linux/linux-5.10/include/net/
Dx25.h114 #define X25_MAX_AE_LEN 40 /* Max num of semi-octets in AE - OSI Nw */
/kernel/linux/linux-4.19/include/acpi/
Dacpixf.h118 * Changing this will revert ACPICA (and machine ASL) to pre-OSI behavior.
196 * this value is set to TRUE if any Windows OSI strings have been

123