Home
last modified time | relevance | path

Searched full:operational (Results 1 – 25 of 442) sorted by relevance

12345678910>>...18

/linux/Documentation/networking/
H A Doperstates.rst4 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 Dqed_dcbx.c339 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 = &params->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, &params->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/drivers/input/mouse/
H A Dcyapa.c296 * 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 …]
H A Dcyapa_gen3.c178 /* 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/Documentation/misc-devices/
H A Dtps6594-pfsm.rst16 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 Dapds990x.rst44 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 Dfsl,cpm1-scc-qmc.yaml76 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 Dfsl,qe-ucc-qmc.yaml88 fsl,operational-mode:
93 The channel operational mode
171 fsl,operational-mode = "transparent";
180 fsl,operational-mode = "transparent";
192 fsl,operational-mode = "hdlc";
/linux/drivers/media/i2c/
H A Dccs-pll.h76 * @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/sound/usb/usx2y/
H A Dusx2y.h33 USX2Y_STAT_CHIP_INIT = (1 << 0), /* all operational */
35 USX2Y_STAT_CHIP_HUP = (1 << 31), /* all operational */
/linux/include/sound/ac97/
H A Dregs.h214 #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 Dmpi3mr.h87 /* Operational queue management definitions */
404 * virtual and dma addresses for operational queue segments.
415 * struct op_req_qinfo - Operational Request Queue Information
444 * struct op_reply_qinfo - Operational Reply Queue Information
482 * @op_reply_q: Associated operational reply queue
973 * @host_tag: Host tag specific to operational queue
977 * @req_q_idx: Operational request queue index
1029 * @num_queues: Number of operational queues
1030 * @num_op_req_q: Number of operational request queues
1031 * @req_qinfo: Operational request queue info pointer
[all …]
H A Dmpi3mr_fw.c498 * queue's consumer index from operational reply descriptor queue.
500 * @reply_ci: operational reply descriptor's queue consumer index
519 * mpi3mr_process_op_reply_q - Operational reply queue handler
521 * @op_reply_q: Operational reply queue info
523 * Checks the specific operational reply queue and drains the
610 * mpi3mr_blk_mq_poll - Operational reply queue handler
614 * Checks the specific operational reply queue and drains the
863 * between Admin queue and operational queue in mpi3mr_setup_isr()
1332 "cannot reduce number of operational reply queues from %d to %d\n", in mpi3mr_revalidate_factsdata()
1340 "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 Dsamsung,exynos-hdmi.yaml122 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 Dhci_intel.c578 * 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 Ddriver-model.rst30 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/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_83xx_vnic.c89 * 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 Dsmtstate.h75 #define RM1_NON_OP 1 /* not operational */
76 #define RM2_RING_OP 2 /* ring operational */
/linux/Documentation/devicetree/bindings/net/
H A Dti,dp83869.yaml64 Operational mode for the PHY. If this is not set then the operational
/linux/drivers/pwm/
H A Dcore.c253 if (!chip->operational) in pwm_round_waveform_might_sleep()
305 if (!chip->operational) in pwm_get_waveform_might_sleep()
415 if (!chip->operational) in pwm_set_waveform_might_sleep()
693 if (!chip->operational) in pwm_apply_might_sleep()
727 if (!chip->operational) in pwm_apply_atomic()
755 if (!chip->operational) in pwm_get_state_hw()
865 if (!chip->operational) in pwm_capture()
899 * This function is called while holding pwm_lock. As .operational only in pwm_device_request()
903 if (!chip->operational) in pwm_device_request()
1556 chip->operational = false; in pwmchip_alloc()
[all …]
/linux/Documentation/devicetree/bindings/regulator/
H A Drohm,bd71815-regulator.yaml92 # Bucks 1 and 2 support giving separate voltages for operational states
93 # (RUN /CLEAN according to data-sheet) and non operational states
/linux/Documentation/scsi/
H A Dscsi_fc_transport.rst239 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/include/scsi/
H A Dscsi_transport_srp.h19 * @SRP_RPORT_RUNNING: Transport layer operational.
20 * @SRP_RPORT_BLOCKED: Transport layer not operational; fast I/O fail timer
/linux/Documentation/devicetree/bindings/thermal/
H A Dsamsung,exynos-thermal.yaml89 Operational clock for TMU channel.
112 Operational clock for TMU channel.
/linux/Documentation/ABI/testing/
H A Dsysfs-class-usb_power_delivery144 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

12345678910>>...18