Searched refs:configured (Results 1 - 25 of 66) sorted by relevance

123

/linux-master/tools/testing/selftests/drivers/net/netdevsim/
H A Dethtool-fec.sh13 configured=$($ETHTOOL --show-fec $NSIM_NETDEV | tail -2 | head -1 | cut -d' ' -f1)
17 check $? "$s" "$configured FEC encodings: None
24 check $? "$s" "$configured FEC encodings: Auto
32 check $? "$s" "$configured FEC encodings: Off
40 check $? "$s" "$configured FEC encodings: BaseR
48 check $? "$s" "$configured FEC encodings: ${o^^}
56 check $? "$s" "$configured FEC encodings: RS LLRS
62 check $? "$s" "$configured FEC encodings: Auto Off RS
/linux-master/drivers/staging/media/sunxi/sun6i-isp/
H A Dsun6i_isp_params.h22 bool configured; member in struct:sun6i_isp_params_state
/linux-master/drivers/tty/serial/
H A Dkgdboc.c30 /* -1 = init not run yet, 0 = unconfigured, 1 = configured. */
31 static int configured = -1; variable
158 if (configured != 1)
229 configured = 1;
237 configured = 0;
247 if (configured != 1) {
351 if (configured == 1)
360 if (configured >= 0)
/linux-master/arch/arm/include/debug/
H A Domap2plus.S29 /* Use omap_uart_phys/virt if already configured */
37 cmp \rp, #0 @ is port configured?
39 bne 100f @ already configured
/linux-master/arch/s390/include/asm/
H A Dsclp.h27 u8 configured[SCLP_CHP_INFO_MASK_SIZE]; member in struct:sclp_chp_info
61 unsigned int configured; member in struct:sclp_core_info
/linux-master/drivers/misc/
H A Dkgdbts.c149 /* -1 = init not run yet, 0 = unconfigured, 1 = configured. */
150 static int configured = -1; variable
190 if (configured)
192 configured = 0;
1066 configured = 0;
1093 configured = 0;
1096 configured = 1;
1103 configured = 0;
1110 /* Already configured? */
1111 if (configured
[all...]
/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_pipe.h106 * @configured: when false the @stream_config shall be written to the hardware
107 * @interlaced: True when the pipeline is configured in interlaced mode
145 bool configured; member in struct:vsp1_pipeline
/linux-master/lib/fonts/
H A Dfonts.c68 #error No fonts configured.
/linux-master/arch/s390/kernel/
H A Dsmp.c714 info->core[info->configured].core_id =
716 info->configured++;
718 info->combined = info->configured;
725 bool configured, bool early)
741 if (configured)
761 bool configured; local
775 for (i = 0; i < info->configured; i++) {
784 configured = i < info->configured;
785 nr += smp_add_core(&info->core[i], &avail, configured, earl
724 smp_add_core(struct sclp_core_entry *core, cpumask_t *avail, bool configured, bool early) argument
[all...]
/linux-master/drivers/dma/dw-edma/
H A Ddw-edma-core.c239 chan->configured = true;
249 if (!chan->configured)
266 if (!chan->configured) {
285 if (!chan->configured) {
289 chan->configured = false;
291 chan->configured = false;
298 chan->configured = false;
313 if (!chan->configured)
375 if (!chan->configured)
738 chan->configured
[all...]
H A Ddw-edma-core.h86 u8 configured; member in struct:dw_edma_chan
/linux-master/drivers/media/platform/ti/omap3isp/
H A Dispstat.h89 unsigned configured:1; member in struct:ispstat
/linux-master/drivers/leds/
H A Dleds-is31fl319x.c101 bool configured; member in struct:is31fl319x_chip::is31fl319x_led
434 if (led->configured) {
435 ret = dev_err_probe(dev, -EINVAL, "led %u is already configured\n", reg);
445 led->configured = true;
552 if (is31->leds[i].configured &&
567 if (!led->configured)
/linux-master/drivers/hwmon/
H A Dmlxreg-fan.c219 /* If thermal is configured - handle PWM limit setting. */
452 bool configured = false; local
500 if (configured) {
521 configured = true;
/linux-master/arch/powerpc/mm/
H A Dhugetlbpage.c541 bool configured = false; local
594 configured = true;
597 if (!configured)
/linux-master/drivers/pwm/
H A Dpwm-sti.c98 unsigned long configured; member in struct:sti_pwm_chip
174 ncfg = hweight_long(pc->configured);
181 * 1. No devices have been configured.
182 * 2. Only one device has been configured and the new request is for
184 * 3. Only one device has been configured and the new request is for
186 * configured period.
187 * 4. More than one devices are configured and period of the new
235 set_bit(pwm->hwpwm, &pc->configured);
309 clear_bit(pwm->hwpwm, &pc->configured);
574 dev_err(dev, "No channels configured\
[all...]
/linux-master/sound/pci/hda/
H A Dhda_bind.c316 if (codec->configured)
340 codec->configured = 1;
/linux-master/drivers/s390/char/
H A Dsclp_cmd.c613 u8 configured[SCLP_CHP_INFO_MASK_SIZE]; member in struct:chp_info_sccb
650 memcpy(info->configured, sccb->configured, SCLP_CHP_INFO_MASK_SIZE);
/linux-master/arch/arc/kernel/
H A Dhead.S25 ; Disable I-cache/D-cache if kernel so configured
/linux-master/drivers/net/ethernet/qlogic/qede/
H A Dqede_filter.c84 /* Currently configured filtering mode */
692 vlan->configured = false;
694 /* Verify vlan isn't already configured */
698 "vlan already configured\n");
708 "Interface is down, VLAN %d will be configured when interface is up\n",
731 vlan->configured = true;
761 if (vlan->configured)
782 /* Configure non-configured vlans */
784 if (vlan->configured)
805 vlan->configured
[all...]
/linux-master/drivers/thunderbolt/
H A Dlc.c93 static int tb_lc_set_port_configured(struct tb_port *port, bool configured) argument
117 if (configured) {
131 * tb_lc_configure_port() - Let LC know about configured port
132 * @port: Port that is set as configured
134 * Sets the port configured for power management purposes.
143 * @port: Port that is set as configured
187 * Sets the lane configured for XDomain accordingly so that the LC knows
H A Dusb4.c442 bool configured = val & PORT_CS_19_PC; local
446 device_may_wakeup(&usb4->dev)) && !configured)
449 device_may_wakeup(&usb4->dev)) && configured)
451 if ((flags & TB_WAKE_ON_USB4) && configured)
1156 static int usb4_port_set_configured(struct tb_port *port, bool configured) argument
1169 if (configured)
1179 * usb4_port_configure() - Set USB4 port configured
1182 * Sets the USB4 link to be configured for power management purposes.
1200 static int usb4_set_xdomain_configured(struct tb_port *port, bool configured) argument
1213 if (configured)
[all...]
/linux-master/drivers/usb/gadget/udc/
H A Dgoku_udc.h249 configured:1, member in struct:goku_udc
/linux-master/fs/romfs/
H A Dstorage.c14 #error no ROMFS backing store interface configured
/linux-master/sound/soc/ti/
H A Domap-mcbsp-priv.h250 * Flags indicating is the bus already activated and configured by
254 int configured; member in struct:omap_mcbsp

Completed in 228 milliseconds

123