/linux-6.12.1/Documentation/networking/ |
D | operstates.rst | 4 Operational States 11 Linux distinguishes between administrative and operational state of an 19 to be performed before user data can be transferred. Operational state 23 influence operational state. To accommodate this, operational state is 32 Both admin and operational state can be queried via the netlink 43 Interface is in RFC2863 operational state UP or UNKNOWN. This is for 60 operational state. Interface must be considered for user data as 61 setting operational state has not been implemented in every driver. 85 Interface is operational up and can be used. 154 RFC2863 operational state of an interface. Setting IFLA_LINKMODE to 1
|
/linux-6.12.1/drivers/net/ethernet/qlogic/qed/ |
D | qed_dcbx.c | 339 flags = p_hwfn->p_dcbx_info->operational.flags; in qed_dcbx_process_mib_info() 342 p_app = &p_hwfn->p_dcbx_info->operational.features.app; in qed_dcbx_process_mib_info() 345 p_ets = &p_hwfn->p_dcbx_info->operational.features.ets; in qed_dcbx_process_mib_info() 639 flags = p_hwfn->p_dcbx_info->operational.flags; in qed_dcbx_get_operational_params() 644 p_operational = ¶ms->operational; in qed_dcbx_get_operational_params() 654 p_feat = &p_hwfn->p_dcbx_info->operational.features; in qed_dcbx_get_operational_params() 675 p_feat->pfc, ¶ms->operational.params, in qed_dcbx_get_operational_params() 784 data.mib = &p_hwfn->p_dcbx_info->operational; in qed_dcbx_read_operational_mib() 861 * Reconfigure QM and invoke PF update ramrod command if operational MIB 983 if (!dcbx_info->operational.valid) { in qed_dcbx_get_priority_tc() [all …]
|
/linux-6.12.1/Documentation/misc-devices/ |
D | tps6594-pfsm.rst | 16 manages operational modes. Depending on the current operational mode, 54 One of the operational modes. 60 One of the operational modes. 64 One of the operational modes.
|
D | apds990x.rst | 44 Driver controls chip operational state using pm_runtime framework. 45 Voltage regulators are controlled based on chip operational state.
|
/linux-6.12.1/drivers/input/mouse/ |
D | cyapa.c | 296 * Check if device is operational. 298 * An operational device is responding, has exited bootloader, and has 308 * -EINVAL device is in operational mode, but not supported by this driver 335 cyapa->operational = true; in cyapa_check_is_operational() 337 cyapa->operational = false; in cyapa_check_is_operational() 345 * And when the device is detected and operational, it will be reset to 357 dev_warn(dev, "device detected but not operational\n"); in cyapa_detect() 379 if (cyapa->operational) { in cyapa_open() 383 * when in operational mode. in cyapa_open() 393 if (error || !cyapa->operational) { in cyapa_open() [all …]
|
D | cyapa_gen3.c | 178 /* register block read/write command in operational mode */ 367 * Normal state when running in operational mode, in cyapa_gen3_state_parse() 425 cyapa->operational = false; in cyapa_gen3_bl_enter() 501 * operational mode. If this is the first time the device's firmware is 508 * 0 device is supported and in operational mode 905 * Device power mode can only be set when device is in operational mode. 955 if (cyapa->operational && in cyapa_gen3_set_power_mode() 1045 * Check if device is operational. 1047 * An operational device is responding, has exited bootloader, and has 1055 * -EINVAL device is in operational mode, but not supported by this driver [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/soc/fsl/cpm_qe/ |
D | fsl,cpm1-scc-qmc.yaml | 76 fsl,operational-mode: 81 The channel operational mode 167 fsl,operational-mode = "transparent"; 176 fsl,operational-mode = "transparent"; 188 fsl,operational-mode = "hdlc";
|
D | fsl,qe-ucc-qmc.yaml | 88 fsl,operational-mode: 93 The channel operational mode 171 fsl,operational-mode = "transparent"; 180 fsl,operational-mode = "transparent"; 192 fsl,operational-mode = "hdlc";
|
/linux-6.12.1/drivers/media/i2c/ |
D | ccs-pll.h | 76 * @op_lanes: Number of operational lanes (input) 92 * @op_fr: Operational timing front-end configuration (output) 93 * @op_bk: Operational timing back-end configuration (output) 179 * @op_fr: Operational timing front-end limits 180 * @op_bk: Operational timing back-end limits
|
/linux-6.12.1/include/crypto/ |
D | hash.h | 194 * @descsize: Size of the operational state for the message digest. This state 771 * crypto_shash_descsize() - obtain the operational state size 774 * The size of the operational state the cipher needs during operation is 777 * sufficient memory for operational state. 779 * The operational state is defined with struct shash_desc where the size of 783 * Return: size of the operational state 849 * crypto_shash_export() - extract operational state for message digest 850 * @desc: reference to the operational state handle whose state is exported 853 * This function exports the hash state of the operational state handle into the 863 * crypto_shash_import() - import operational state [all …]
|
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/ |
D | iwl-op-mode.h | 23 * DOC: Operational mode - what is it ? 25 * The operational mode (a.k.a. op_mode) is the layer that implements 35 * DOC: Life cycle of the Operational mode 37 * The operational mode has a very simple life cycle. 121 * struct iwl_op_mode - operational mode
|
/linux-6.12.1/sound/usb/usx2y/ |
D | usx2y.h | 33 USX2Y_STAT_CHIP_INIT = (1 << 0), /* all operational */ 35 USX2Y_STAT_CHIP_HUP = (1 << 31), /* all operational */
|
/linux-6.12.1/include/sound/ac97/ |
D | regs.h | 214 #define AC97_MEA_ADC1 0x0004 /* ADC1 operational (ro) */ 215 #define AC97_MEA_DAC1 0x0008 /* DAC1 operational (ro) */ 216 #define AC97_MEA_ADC2 0x0010 /* ADC2 operational (ro) */ 217 #define AC97_MEA_DAC2 0x0020 /* DAC2 operational (ro) */ 218 #define AC97_MEA_HADC 0x0040 /* HADC operational (ro) */ 219 #define AC97_MEA_HDAC 0x0080 /* HDAC operational (ro) */
|
/linux-6.12.1/drivers/s390/cio/ |
D | device_ops.c | 132 * -%ENODEV on device not operational, 186 * -%EACCES, if no path specified in @lpm is operational; 187 * -%ENODEV, if the device is not operational. 270 * -%EACCES, if no path specified in @lpm is operational; 271 * -%ENODEV, if the device is not operational. 304 * -%EACCES, if no path specified in @lpm is operational; 305 * -%ENODEV, if the device is not operational. 342 * -%EACCES, if no path specified in @lpm is operational; 343 * -%ENODEV, if the device is not operational. 368 * -%ENODEV on device not operational, [all …]
|
D | cio.h | 32 u8 pnom; /* path not operational mask */ 36 u8 pom; /* path operational mask */ 96 __u8 opm; /* operational path mask */
|
D | cio.c | 167 case 3: /* device/path not operational */ in cio_start_key() 208 * as device is no longer operational ! in cio_resume() 243 default: /* device not operational */ in cio_halt() 274 default: /* device not operational */ in cio_clear() 330 * Returns 0 if device now idle, -ENODEV for device not operational, 341 /* Not operational -> done. */ in cio_cancel_halt_clear() 445 case 3: /* not operational */ in cio_commit_config() 589 /* Not status pending or not operational. */ in cio_tsch()
|
/linux-6.12.1/drivers/scsi/mpi3mr/ |
D | mpi3mr.h | 88 /* Operational queue management definitions */ 407 * virtual and dma addresses for operational queue segments. 418 * struct op_req_qinfo - Operational Request Queue Information 447 * struct op_reply_qinfo - Operational Reply Queue Information 485 * @op_reply_q: Associated operational reply queue 976 * @host_tag: Host tag specific to operational queue 980 * @req_q_idx: Operational request queue index 1032 * @num_queues: Number of operational queues 1033 * @num_op_req_q: Number of operational request queues 1034 * @req_qinfo: Operational request queue info pointer [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/display/samsung/ |
D | samsung,exynos-hdmi.yaml | 122 respectively if HDMI-PHY is off and operational. 125 respectively if HDMI-PHY is off and operational. 127 clocks in case HDMI-PHY is not operational.
|
/linux-6.12.1/Documentation/arch/s390/ |
D | driver-model.rst | 30 if they are displaced by another ccw device becoming operational on their 32 if they become operational again on that subchannel. 64 The path installed, path available and path operational masks. 199 * In disconnected state, device operational again (CIO_OPER). The
|
/linux-6.12.1/drivers/bluetooth/ |
D | hci_intel.c | 578 * is in bootloader mode or if it already has operational firmware in intel_setup() 614 * mode or is running operational firmware. The value 0x06 identifies in intel_setup() 615 * the bootloader and the value 0x23 identifies the operational in intel_setup() 618 * When the operational firmware is already present, then only in intel_setup() 659 * also be no valid address for the operational firmware. in intel_setup() 746 /* Before switching the device into operational mode and with that in intel_setup() 809 * is done by the operational firmware sending bootup notification. in intel_setup() 811 * Booting into operational firmware should not take longer than in intel_setup() 892 /* When switching to the operational firmware the device in intel_recv_event() 1033 * the operational firmware, it will actually not in intel_dequeue()
|
D | btintel.c | 79 * fully operational, but have the danger of duplicate addresses in btintel_check_bdaddr() 589 /* If image type is Operational firmware (0x03), then in btintel_parse_version_tlv() 601 /* If image type is Operational firmware (0x03), then in btintel_parse_version_tlv() 1134 * mode or is running operational firmware. The value 0x06 identifies in btintel_download_firmware() 1135 * the bootloader and the value 0x23 identifies the operational in btintel_download_firmware() 1139 * to bootloader when operational so the new firmware can be loaded. in btintel_download_firmware() 1173 * mode or is running operational firmware. The value 0x01 identifies in btintel_download_fw_tlv() 1174 * the bootloader and the value 0x03 identifies the operational in btintel_download_fw_tlv() 1178 * to bootloader when operational so the new firmware can be loaded. in btintel_download_fw_tlv() 1861 * is done by the operational firmware sending bootup notification. in btintel_boot() [all …]
|
/linux-6.12.1/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_83xx_vnic.c | 89 * Management virtual NIC sets the operational mode of other vNIC's and 186 * Identify virtual NIC operational modes. 256 "vNIC mode not operational, state check timed out.\n"); in qlcnic_83xx_check_vnic_state()
|
/linux-6.12.1/drivers/net/fddi/skfp/h/ |
D | smtstate.h | 75 #define RM1_NON_OP 1 /* not operational */ 76 #define RM2_RING_OP 2 /* ring operational */
|
/linux-6.12.1/Documentation/devicetree/bindings/net/ |
D | ti,dp83869.yaml | 64 Operational mode for the PHY. If this is not set then the operational
|
/linux-6.12.1/Documentation/devicetree/bindings/regulator/ |
D | rohm,bd71815-regulator.yaml | 92 # Bucks 1 and 2 support giving separate voltages for operational states 93 # (RUN /CLEAN according to data-sheet) and non operational states
|