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

123

/linux-master/drivers/usb/gadget/udc/
H A Dgoku_udc.h249 configured:1, member in struct:goku_udc
/linux-master/arch/arc/kernel/
H A Dhead.S25 ; Disable I-cache/D-cache if kernel so configured
/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/powerpc/mm/
H A Dhugetlbpage.c541 bool configured = false; local
594 configured = true;
597 if (!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/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/bus/mhi/host/
H A Dinit.c858 mhi_chan->configured = true;
H A Dinternal.h276 bool configured; member in struct:mhi_chan
H A Dmain.c372 if (!mhi_chan->configured || mhi_chan->mhi_dev ||
400 if ((i + 1) < mhi_cntrl->max_chan && mhi_chan[1].configured) {
791 mhi_cntrl->mhi_chan[chan].configured) {
944 if (!mhi_chan->configured)
1017 mhi_cntrl->mhi_chan[chan].configured) {
/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/dma/idxd/
H A Ddevice.c1072 int i, j, configured = 0; local
1090 dev_warn(dev, "No shared wq support but configured.\n");
1095 configured++;
1098 if (configured == 0) {
/linux-master/drivers/dma/qcom/
H A Dgpi.c359 * @CONFIG_STATE: client has configured the channel
464 bool configured; member in struct:gpi_ring
1441 ring->configured = true;
1899 /* check if both channels are configured before continue */
2011 if (gpii->gchan[i].ch_ring.configured)
2073 /* check if same seid is already configured for another chid */
2087 /* no channels configured with same seid, return next avail gpii */
2095 /* check if gpii is configured */
2140 dev_err(gpi_dev->dev, "gpii:%d chid:%d seid:%d already configured\n",
/linux-master/drivers/dma/
H A Dste_dma40.c40 * @num_of_soft_lli_chans: The number of channels that needs to be configured
474 * @configured: whether the dma_cfg configuration is valid
480 * @runtime_addr: runtime configured address.
481 * @runtime_direction: runtime configured direction.
501 bool configured; member in struct:d40_chan
2064 d40c->configured = false;
2309 d40c->configured = true;
2422 if (!d40c->configured) {
2433 d40c->configured = false;
2703 "channel was not configured fo
[all...]
H A Dtegra20-apb-dma.c151 bool configured; member in struct:tegra_dma_sg_req
483 nsg_req->configured = true;
495 sg_req->configured = true;
555 if (!hsgreq->configured) {
628 sgreq->configured = false;
1053 dev_err(tdc2dev(tdc), "DMA channel is not configured\n");
1131 sg_req->configured = false;
1144 * configured mode.
1151 dev_err(tdc2dev(tdc), "DMA configured in cyclic mode\n");
1182 dev_err(tdc2dev(tdc), "DMA slave is not configured\
[all...]
/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/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/media/cec/core/
H A Dcec-adap.c1431 goto configured;
1496 configured:
1555 call_void_op(adap, configured);
2266 seq_printf(file, "configured: %d\n", adap->is_configured);
/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
H A Dvsp1_video.c388 * If the VSP hardware isn't configured yet (which occurs either when
393 if (!pipe->configured)
426 pipe->configured = true;
856 pipe->configured = false;
889 * are prepared and the pipeline is configured, as multiple streams
1059 * Verify that the configured format matches the output of the connected
1220 pipe->configured = false;
/linux-master/drivers/media/platform/ti/omap3isp/
H A Disph3a_aewb.c99 /* Number of configured windows + extra row for black data */
234 if (update || !aewb->configured) {
H A Disph3a_af.c291 if (update || !af->configured) {
H A Disphist.c409 if (!hist->configured || hist_comp_params(hist, user_cfg)) {
H A Dispstat.c37 * occurred instead of the configured address. The only known way to make it to
612 stat->configured = 1;
614 "%s: module has been successfully configured.\n",
778 if (!stat->configured && enable) {
782 "%s: cannot enable module as it's never been successfully configured so far.\n",
969 * one stopped, instead of start where it was configured to.
H A Dispstat.h89 unsigned configured:1; member in struct:ispstat

Completed in 352 milliseconds

123