| /drivers/tty/serial/ |
| A D | kgdboc.c | 32 static int configured = -1; variable 186 if (configured != 1) in cleanup_kgdboc() 251 configured = 1; in configure_kgdboc() 257 configured = 0; in configure_kgdboc() 267 if (configured != 1) { in kgdboc_probe() 371 if (configured == 1) in param_set_kgdboc_var() 380 if (configured >= 0) in param_set_kgdboc_var()
|
| /drivers/misc/ |
| A D | kgdbts.c | 150 static int configured = -1; variable 190 if (configured) in kgdbts_unreg_thread() 192 configured = 0; in kgdbts_unreg_thread() 1066 configured = 0; in kgdbts_run_tests() 1093 configured = 0; in configure_kgdbts() 1096 configured = 1; in configure_kgdbts() 1103 configured = 0; in configure_kgdbts() 1111 if (configured == 1) in init_kgdbts() 1145 if (configured < 0) { in param_set_kgdbts_var() 1150 if (configured == 1) { in param_set_kgdbts_var()
|
| /drivers/char/mwave/ |
| A D | README | 20 irq used by the dsp to be configured. 25 io range used by the dsp to be configured. 30 irq used by the mwave uart to be configured. 35 io range used by the mwave uart to be configured.
|
| /drivers/net/dsa/microchip/ |
| A D | Kconfig | 22 Select to enable support for registering switches configured through I2C. 29 Select to enable support for registering switches configured through SPI. 46 Select to enable support for registering switches configured through
|
| /drivers/dma/dw-edma/ |
| A D | dw-edma-core.c | 228 chan->configured = true; in dw_edma_device_config() 238 if (!chan->configured) in dw_edma_device_pause() 255 if (!chan->configured) { in dw_edma_device_resume() 274 if (!chan->configured) { in dw_edma_device_terminate_all() 278 chan->configured = false; in dw_edma_device_terminate_all() 280 chan->configured = false; in dw_edma_device_terminate_all() 287 chan->configured = false; in dw_edma_device_terminate_all() 302 if (!chan->configured) in dw_edma_device_issue_pending() 364 if (!chan->configured) in dw_edma_device_transfer() 727 chan->configured = false; in dw_edma_channel_setup()
|
| /drivers/usb/fotg210/ |
| A D | Kconfig | 20 Faraday FOTG210 is an OTG controller which can be configured as 31 Faraday USB2.0 OTG controller which can be configured as
|
| /drivers/leds/ |
| A D | leds-is31fl319x.c | 101 bool configured; member 430 if (led->configured) in is31fl319x_parse_fw() 437 led->configured = true; in is31fl319x_parse_fw() 540 if (is31->leds[i].configured && in is31fl319x_probe() 555 if (!led->configured) in is31fl319x_probe()
|
| /drivers/net/dsa/b53/ |
| A D | Kconfig | 19 Select to enable support for registering switches configured through SPI. 25 Select to enable support for registering switches configured through MDIO.
|
| /drivers/platform/chrome/ |
| A D | cros_typec_altmode.c | 36 bool configured; member 181 dp_data->configured = true; in cros_typec_displayport_vdm() 289 if (dp_data->configured && dp_data->data.conf != data->conf) in cros_typec_displayport_status_update()
|
| /drivers/thermal/qcom/ |
| A D | Kconfig | 42 LMh is configured in the firmware and this feature need not be enabled. 43 However, on certain SoCs like sdm845 LMh has to be configured from kernel.
|
| /drivers/pwm/ |
| A D | pwm-sti.c | 93 unsigned long configured; member 166 ncfg = hweight_long(pc->configured); in sti_pwm_config() 227 set_bit(pwm->hwpwm, &pc->configured); in sti_pwm_config() 292 clear_bit(pwm->hwpwm, &pc->configured); in sti_pwm_free()
|
| /drivers/staging/media/sunxi/sun6i-isp/ |
| A D | sun6i_isp_params.h | 22 bool configured; member
|
| /drivers/hwmon/ |
| A D | mlxreg-fan.c | 452 bool configured = false; in mlxreg_fan_config() local 500 if (configured) { in mlxreg_fan_config() 521 configured = true; in mlxreg_fan_config()
|
| /drivers/idle/ |
| A D | Kconfig | 10 can be configured at the same time, in order to handle
|
| /drivers/s390/char/ |
| A D | sclp_cmd.c | 616 u8 configured[SCLP_CHP_INFO_MASK_SIZE]; member 653 memcpy(info->configured, sccb->configured, SCLP_CHP_INFO_MASK_SIZE); in sclp_chp_read_info()
|
| /drivers/misc/rp1/ |
| A D | Kconfig | 17 endpoint has been configured, and handling interrupts.
|
| /drivers/dma/ |
| A D | tegra20-apb-dma.c | 151 bool configured; member 483 nsg_req->configured = true; in tegra_dma_configure_for_next() 495 sg_req->configured = true; in tdc_start_head_req() 555 if (!hsgreq->configured) { in handle_continuous_head_request() 628 sgreq->configured = false; in handle_cont_sngl_cycle_dma_done() 1131 sg_req->configured = false; in tegra_dma_prep_slave_sg() 1266 sg_req->configured = false; in tegra_dma_prep_dma_cyclic()
|
| /drivers/s390/block/ |
| A D | dasd_devmap.c | 799 if (copy->entry[i].configured && in dasd_devmap_set_device_copy_relation() 2062 if (copy->entry[i].configured && copy->entry[i].primary) { in dasd_copy_pair_show() 2073 if (copy->entry[i].configured && !copy->entry[i].primary) in dasd_copy_pair_show() 2092 if (copy->entry[i].configured && in dasd_devmap_set_copy_relation() 2096 if (!copy->entry[i].configured) in dasd_devmap_set_copy_relation() 2102 copy->entry[i].configured = true; in dasd_devmap_set_copy_relation() 2122 if (copy->entry[i].configured && in dasd_devmap_del_copy_relation() 2126 if (i == DASD_CP_ENTRIES || !copy->entry[i].configured) { in dasd_devmap_del_copy_relation() 2131 copy->entry[i].configured = false; in dasd_devmap_del_copy_relation() 2157 if (!copy->entry[i].configured) in dasd_devmap_clear_copy_relation()
|
| /drivers/net/dsa/ |
| A D | Kconfig | 118 Enable access functions if the SMSC/Microchip LAN9303 is configured 126 Enable access functions if the Microchip LAN9303/LAN9354 is configured
|
| /drivers/firmware/arm_scmi/transports/ |
| A D | Kconfig | 7 This declares whether at least one SCMI transport has been configured. 9 configured transport.
|
| /drivers/net/ethernet/qlogic/qede/ |
| A D | qede_filter.c | 692 vlan->configured = false; in qede_vlan_rx_add_vid() 731 vlan->configured = true; in qede_vlan_rx_add_vid() 761 if (vlan->configured) in qede_del_vlan_from_list() 784 if (vlan->configured) in qede_configure_vlan_filters() 805 vlan->configured = true; in qede_configure_vlan_filters() 860 if (vlan->configured) { in qede_vlan_rx_kill_vid() 889 if (!vlan->configured) in qede_vlan_mark_nonconfigured() 892 vlan->configured = false; in qede_vlan_mark_nonconfigured()
|
| /drivers/thunderbolt/ |
| A D | usb4.c | 440 bool configured = val & PORT_CS_19_PC; in usb4_switch_set_wake() local 443 if ((flags & TB_WAKE_ON_CONNECT) && wakeup && !configured) in usb4_switch_set_wake() 445 if ((flags & TB_WAKE_ON_DISCONNECT) && wakeup && configured) in usb4_switch_set_wake() 447 if ((flags & TB_WAKE_ON_USB4) && configured) in usb4_switch_set_wake() 1160 static int usb4_port_set_configured(struct tb_port *port, bool configured) in usb4_port_set_configured() argument 1173 if (configured) in usb4_port_set_configured() 1204 static int usb4_set_xdomain_configured(struct tb_port *port, bool configured) in usb4_set_xdomain_configured() argument 1217 if (configured) in usb4_set_xdomain_configured()
|
| /drivers/net/dsa/realtek/ |
| A D | Kconfig | 22 Select to enable support for registering switches configured
|
| /drivers/media/platform/ti/omap3isp/ |
| A D | ispstat.h | 89 unsigned configured:1; member
|
| /drivers/media/platform/renesas/vsp1/ |
| A D | vsp1_pipe.h | 135 bool configured; member
|