/linux/Documentation/networking/ |
H A 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/drivers/net/ethernet/qlogic/qed/ |
H A 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/Documentation/misc-devices/ |
H A 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.
|
H A D | apds990x.rst | 44 Driver controls chip operational state using pm_runtime framework. 45 Voltage regulators are controlled based on chip operational state.
|
/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/ |
H A 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";
|
H A 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/include/crypto/ |
H A D | hash.h | 231 * @descsize: Size of the operational state for the message digest. This state 839 * crypto_shash_descsize() - obtain the operational state size 842 * The size of the operational state the cipher needs during operation is 845 * sufficient memory for operational state. 847 * The operational state is defined with struct shash_desc where the size of 851 * Return: size of the operational state 920 * crypto_shash_export() - extract operational state for message digest 921 * @desc: reference to the operational state handle whose state is exported 924 * This function exports the hash state of the operational state handle into the 934 * crypto_shash_import() - import operational state [all …]
|
/linux/sound/usb/usx2y/ |
H A D | usx2y.h | 33 USX2Y_STAT_CHIP_INIT = (1 << 0), /* all operational */ 35 USX2Y_STAT_CHIP_HUP = (1 << 31), /* all operational */
|
/linux/include/sound/ac97/ |
H A 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/drivers/scsi/mpi3mr/ |
H A D | mpi3mr.h | 87 /* 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 488 * @op_reply_q: Associated operational reply queue 983 * @host_tag: Host tag specific to operational queue 987 * @req_q_idx: Operational request queue index 1041 * @num_queues: Number of operational queues 1042 * @num_op_req_q: Number of operational request queues 1043 * @req_qinfo: Operational request queue info pointer [all …]
|
H A D | mpi3mr_fw.c | 504 * queue's consumer index from operational reply descriptor queue. 506 * @reply_ci: operational reply descriptor's queue consumer index 525 * mpi3mr_process_op_reply_q - Operational reply queue handler 527 * @op_reply_q: Operational reply queue info 529 * Checks the specific operational reply queue and drains the 616 * mpi3mr_blk_mq_poll - Operational reply queue handler 620 * Checks the specific operational reply queue and drains the 869 * between Admin queue and operational queue in mpi3mr_setup_isr() 1338 "cannot reduce number of operational reply queues from %d to %d\n", in mpi3mr_revalidate_factsdata() 1346 "cannot reduce number of operational request queues from %d to %d\n", in mpi3mr_revalidate_factsdata() [all …]
|
/linux/Documentation/devicetree/bindings/display/samsung/ |
H A 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/drivers/bluetooth/ |
H A 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()
|
/linux/Documentation/arch/s390/ |
H A 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/drivers/input/mouse/ |
H A 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/drivers/net/ethernet/qlogic/qlcnic/ |
H A 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/drivers/net/fddi/skfp/h/ |
H A D | smtstate.h | 75 #define RM1_NON_OP 1 /* not operational */ 76 #define RM2_RING_OP 2 /* ring operational */
|
/linux/Documentation/devicetree/bindings/net/ |
H A D | ti,dp83869.yaml | 64 Operational mode for the PHY. If this is not set then the operational
|
/linux/drivers/pwm/ |
H A D | core.c | 260 if (!chip->operational) in pwm_round_waveform_might_sleep() 315 if (!chip->operational) in pwm_get_waveform_might_sleep() 450 if (!chip->operational) in pwm_set_waveform_might_sleep() 739 if (!chip->operational) in pwm_apply_might_sleep() 776 if (!chip->operational) in pwm_apply_atomic() 804 if (!chip->operational) in pwm_get_state_hw() 917 if (!chip->operational) in pwm_capture() 951 * This function is called while holding pwm_lock. As .operational only in pwm_device_request() 955 if (!chip->operational) in pwm_device_request() 1624 chip->operational = false; in pwmchip_alloc() [all …]
|
/linux/Documentation/devicetree/bindings/regulator/ |
H A 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
|
/linux/include/scsi/ |
H A D | scsi_transport_srp.h | 19 * @SRP_RPORT_RUNNING: Transport layer operational. 20 * @SRP_RPORT_BLOCKED: Transport layer not operational; fast I/O fail timer
|
/linux/Documentation/scsi/ |
H A D | scsi_fc_transport.rst | 239 The vport is not operational as the physical link is not operational. 250 The vport is not operational. One of the following conditions were 258 The vport is not operational. The Fabric failed FDISC with a status 263 The vport is not operational. The Fabric has LOGO'd the N_Port_ID 267 The vport is not operational. The Fabric failed FDISC with a status 271 The vport is not operational. This is a catchall for all other
|
/linux/Documentation/devicetree/bindings/thermal/ |
H A D | samsung,exynos-thermal.yaml | 89 Operational clock for TMU channel. 112 Operational clock for TMU channel.
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-usb_power_delivery | 144 Operational current of the sink in milliamperes. 189 The operational current in milliamperes that the sink requires 222 The operational power that the sink requires at the given
|
/linux/Documentation/devicetree/bindings/pci/ |
H A D | ralink,rt3883-pci.txt | 23 - status: indicates the operational status of the device. 96 - status: indicates the operational status of the sub-node.
|