/kernel/linux/linux-5.10/drivers/dma/ |
H A D | tegra20-apb-dma.c | 152 bool configured; member 495 nsg_req->configured = true; in tegra_dma_configure_for_next() 507 sg_req->configured = true; in tdc_start_head_req() 567 if (!hsgreq->configured) { in handle_continuous_head_request() 640 sgreq->configured = false; in handle_cont_sngl_cycle_dma_done() 1065 dev_err(tdc2dev(tdc), "DMA channel is not configured\n"); in tegra_dma_prep_slave_sg() 1143 sg_req->configured = false; in tegra_dma_prep_slave_sg() 1156 * configured mode. in tegra_dma_prep_slave_sg() 1163 dev_err(tdc2dev(tdc), "DMA configured in cyclic mode\n"); in tegra_dma_prep_slave_sg() 1194 dev_err(tdc2dev(tdc), "DMA slave is not configured\ in tegra_dma_prep_dma_cyclic() [all...] |
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | twl4030.c | 47 unsigned int configured; member 960 if (twl4030->configured) { in snd_soc_put_twl4030_opmode_enum_double() 1601 /* Set the constraints according to the already configured stream */ in twl4030_constraints() 1646 * if the DAI has been already configured then constrain this in twl4030_startup() 1648 if (twl4030->configured) in twl4030_startup() 1678 * been configured than set the DAI as not configured. */ in twl4030_shutdown() 1680 twl4030->configured = 0; in twl4030_shutdown() 1682 twl4030->configured = 0; in twl4030_shutdown() 1711 if (twl4030->configured) in twl4030_hw_params() [all...] |
/kernel/linux/linux-6.6/drivers/dma/ |
H 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() 1053 dev_err(tdc2dev(tdc), "DMA channel is not configured\n"); in tegra_dma_prep_slave_sg() 1131 sg_req->configured = false; in tegra_dma_prep_slave_sg() 1144 * configured mode. in tegra_dma_prep_slave_sg() 1151 dev_err(tdc2dev(tdc), "DMA configured in cyclic mode\n"); in tegra_dma_prep_slave_sg() 1182 dev_err(tdc2dev(tdc), "DMA slave is not configured\ in tegra_dma_prep_dma_cyclic() [all...] |
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | twl4030.c | 55 unsigned int configured; member 968 if (twl4030->configured) { in snd_soc_put_twl4030_opmode_enum_double() 1609 /* Set the constraints according to the already configured stream */ in twl4030_constraints() 1654 * if the DAI has been already configured then constrain this in twl4030_startup() 1656 if (twl4030->configured) in twl4030_startup() 1686 * been configured than set the DAI as not configured. */ in twl4030_shutdown() 1688 twl4030->configured = 0; in twl4030_shutdown() 1690 twl4030->configured = 0; in twl4030_shutdown() 1719 if (twl4030->configured) in twl4030_hw_params() [all...] |
/kernel/linux/linux-5.10/drivers/usb/typec/altmodes/ |
H A D | displayport.c | 128 bool configured = !!DP_CONF_GET_PIN_ASSIGN(dp->data.conf); in dp_altmode_status_update() local 133 if (configured && (dp->data.status & DP_STATUS_SWITCH_TO_USB)) { in dp_altmode_status_update()
|
/kernel/linux/linux-6.6/drivers/staging/media/sunxi/sun6i-isp/ |
H A D | sun6i_isp_params.c | 183 if (state->configured) in sun6i_isp_params_configure() 189 state->configured = true; in sun6i_isp_params_configure()
|
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | lc.c | 48 static int tb_lc_set_port_configured(struct tb_port *port, bool configured) in tb_lc_set_port_configured() argument 72 if (configured) { in tb_lc_set_port_configured() 86 * tb_lc_configure_port() - Let LC know about configured port 87 * @port: Port that is set as configured 89 * Sets the port configured for power management purposes. 98 * @port: Port that is set as configured 142 * Sets the lane configured for XDomain accordingly so that the LC knows
|
/kernel/linux/linux-5.10/drivers/dma/idxd/ |
H A D | device.c | 682 int i, j, configured = 0; in idxd_wqs_setup() local 706 configured++; in idxd_wqs_setup() 709 if (configured == 0) in idxd_wqs_setup()
|
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | usb4.c | 877 static int usb4_port_set_configured(struct tb_port *port, bool configured) in usb4_port_set_configured() argument 890 if (configured) in usb4_port_set_configured() 900 * usb4_port_configure() - Set USB4 port configured 903 * Sets the USB4 link to be configured for power management purposes. 921 static int usb4_set_xdomain_configured(struct tb_port *port, bool configured) in usb4_set_xdomain_configured() argument 934 if (configured) in usb4_set_xdomain_configured()
|
/kernel/linux/linux-5.10/sound/soc/ti/ |
H A D | omap-mcbsp.c | 845 mcbsp->configured = 0; in omap_mcbsp_dai_shutdown() 995 if (mcbsp->configured) { in omap_mcbsp_dai_hw_params() 996 /* McBSP already configured by another stream */ in omap_mcbsp_dai_hw_params() 1073 mcbsp->configured = 1; in omap_mcbsp_dai_hw_params() 1089 if (mcbsp->configured) in omap_mcbsp_dai_set_dai_fmt()
|
H A D | omap-mcbsp-priv.h | 250 * Flags indicating is the bus already activated and configured by 254 int configured; member
|
/kernel/linux/linux-5.10/drivers/media/platform/vsp1/ |
H A D | vsp1_video.c | 387 * If the VSP hardware isn't configured yet (which occurs either when in vsp1_video_pipeline_run() 392 if (!pipe->configured) in vsp1_video_pipeline_run() 425 pipe->configured = true; in vsp1_video_pipeline_run() 855 pipe->configured = false; in vsp1_video_cleanup_pipeline() 888 * are prepared and the pipeline is configured, as multiple streams in vsp1_video_start_streaming() 1060 * Verify that the configured format matches the output of the connected in vsp1_video_streamon() 1231 pipe->configured = false; in vsp1_video_resume()
|
/kernel/linux/linux-6.6/drivers/media/platform/renesas/vsp1/ |
H A D | vsp1_video.c | 388 * If the VSP hardware isn't configured yet (which occurs either when in vsp1_video_pipeline_run() 393 if (!pipe->configured) in vsp1_video_pipeline_run() 426 pipe->configured = true; in vsp1_video_pipeline_run() 856 pipe->configured = false; in vsp1_video_cleanup_pipeline() 889 * are prepared and the pipeline is configured, as multiple streams in vsp1_video_start_streaming() 1059 * Verify that the configured format matches the output of the connected in vsp1_video_streamon() 1220 pipe->configured = false; in vsp1_video_resume()
|
/kernel/linux/linux-6.6/sound/soc/ti/ |
H A D | omap-mcbsp.c | 834 mcbsp->configured = 0; in omap_mcbsp_dai_shutdown() 984 if (mcbsp->configured) { in omap_mcbsp_dai_hw_params() 985 /* McBSP already configured by another stream */ in omap_mcbsp_dai_hw_params() 1062 mcbsp->configured = 1; in omap_mcbsp_dai_hw_params() 1078 if (mcbsp->configured) in omap_mcbsp_dai_set_dai_fmt()
|
/kernel/linux/linux-5.10/drivers/net/wan/ |
H A D | sdla.c | 1012 if (!flp->configured) in sdla_open() 1085 if (dlp->configured) in sdla_open() 1163 if (!flp->configured) in sdla_config() 1166 flp->configured = 1; in sdla_config() 1178 if (flp->configured) in sdla_config() 1280 if (flp->configured) in sdla_ioctl()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | goku_udc.h | 249 configured:1, member
|
/kernel/linux/linux-5.10/fs/romfs/ |
H A D | storage.c | 14 #error no ROMFS backing store interface configured
|
/kernel/linux/linux-6.6/fs/romfs/ |
H A D | storage.c | 14 #error no ROMFS backing store interface configured
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | goku_udc.h | 249 configured:1, member
|
/kernel/linux/linux-6.6/drivers/usb/typec/altmodes/ |
H A D | displayport.c | 136 bool configured = !!DP_CONF_GET_PIN_ASSIGN(dp->data.conf); in dp_altmode_status_update() local 141 if (configured && (dp->data.status & DP_STATUS_SWITCH_TO_USB)) { in dp_altmode_status_update()
|
/kernel/linux/linux-5.10/drivers/bus/mhi/host/ |
H A D | main.c | 311 if (!mhi_chan->configured || mhi_chan->mhi_dev || in mhi_create_devices() 339 if ((i + 1) < mhi_cntrl->max_chan && mhi_chan[1].configured) { in mhi_create_devices() 715 mhi_cntrl->mhi_chan[chan].configured) { in mhi_process_cmd_completion() 868 if (!mhi_chan->configured) in mhi_process_ctrl_ev_ring() 938 mhi_cntrl->mhi_chan[chan].configured) { in mhi_process_data_event_ring()
|
/kernel/linux/linux-6.6/drivers/bus/mhi/host/ |
H A D | main.c | 370 if (!mhi_chan->configured || mhi_chan->mhi_dev || in mhi_create_devices() 398 if ((i + 1) < mhi_cntrl->max_chan && mhi_chan[1].configured) { in mhi_create_devices() 792 mhi_cntrl->mhi_chan[chan].configured) { in mhi_process_cmd_completion() 943 if (!mhi_chan->configured) in mhi_process_ctrl_ev_ring() 1014 mhi_cntrl->mhi_chan[chan].configured) { in mhi_process_data_event_ring()
|
/kernel/linux/linux-5.10/drivers/media/platform/omap3isp/ |
H A D | isph3a_aewb.c | 99 /* Number of configured windows + extra row for black data */ in h3a_aewb_get_buf_size() 234 if (update || !aewb->configured) { in h3a_aewb_set_params()
|
/kernel/linux/linux-6.6/drivers/media/platform/ti/omap3isp/ |
H A D | isph3a_aewb.c | 99 /* Number of configured windows + extra row for black data */ in h3a_aewb_get_buf_size() 234 if (update || !aewb->configured) { in h3a_aewb_set_params()
|
/kernel/linux/linux-6.6/include/media/ |
H A D | cec.h | 134 void (*configured)(struct cec_adapter *adap); member 192 * @is_configured: the CEC adapter is configured (i.e. has claimed LAs)
|