Home
last modified time | relevance | path

Searched refs:selected (Results 1 – 25 of 128) sorted by relevance

123456

/drivers/gpu/drm/tiny/
DKconfig11 If M is selected the module will be called arcpgu.
24 If M is selected the module will be called bochs.
97 If M is selected the module will be called hx8357d.
110 If M is selected the module will be called ili9163.
122 If M is selected the module will be called ili9225.
135 If M is selected the module will be called ili9341.
149 If M is selected the module will be called ili9486.
160 If M is selected the module will be called mi0283qt.
174 If M is selected the module will be called repaper.
186 If M is selected the module will be called st7586.
[all …]
/drivers/gpu/drm/solomon/
DKconfig10 appropriate bus transport in your chip also must be selected.
12 If M is selected the module will be called ssd130x.
22 If M is selected the module will be called ssd130x-i2c.
31 If M is selected the module will be called ssd130x-spi.
/drivers/gpu/drm/sun4i/
DKconfig13 Display Engine. If M is selected the module will be called
43 selected the module will be called sun4i-backend.
54 MIPI-DSI support. If M is selected the module will be called
66 selected the module will be called sun8i_dw_hdmi.
75 selected the module will be called sun8i-mixer.
/drivers/iio/buffer/
DKconfig10 Should be selected by any drivers that do in-kernel push
19 Should be selected by drivers that want to use the generic DMA buffer
31 Should be selected by drivers that want to use this functionality.
40 Should be selected by drivers that want to use the generic Hw consumer
/drivers/pci/controller/dwc/
DKconfig32 host-specific features PCI_DRA7XX_HOST must be selected and in order
33 to enable device-specific features PCI_DRA7XX_EP must be selected.
47 host-specific features PCI_DRA7XX_HOST must be selected and in order
48 to enable device-specific features PCI_DRA7XX_EP must be selected.
64 host-specific features PCIE_DW_PLAT_HOST must be selected and in
66 selected.
79 host-specific features PCIE_DW_PLAT_HOST must be selected and in
81 selected.
318 enable host-specific features PCIE_TEGRA194_HOST must be selected and
320 selected. This uses the DesignWare core.
[all …]
/drivers/gpu/drm/
DKconfig252 # ACPI_VIDEO's dependencies must also be selected.
263 If M is selected, the module will be called radeon.
284 # ACPI_VIDEO's dependencies must also be selected.
293 If M is selected, the module will be called amdgpu.
310 If M is selected the module will be called vgem.
324 If M is selected the module will be called vkms.
431 If M is selected the module will be called hyperv_drm.
457 graphics card. If M is selected, the module will be called tdfx.
465 is selected, the module will be called r128. AGP support for
474 selected, the module will be called i810. AGP support is required
[all …]
/drivers/soc/ixp4xx/
DKconfig10 and is automatically selected by Ethernet and HSS drivers.
18 and is automatically selected by Ethernet and HSS drivers.
/drivers/of/
DKconfig9 It is automatically selected by platforms that need it or can
62 While this option is selected automatically on such platforms, you
87 While this option is selected automatically when needed, you can
/drivers/net/wireless/intersil/hostap/
Dhostap_info.c172 struct hfa384x_hostscan_result *selected, *entry; in prism2_host_roaming() local
201 selected = &local->last_scan_results[0]; in prism2_host_roaming()
215 selected = entry; in prism2_host_roaming()
221 memcpy(req.bssid, selected->bssid, ETH_ALEN); in prism2_host_roaming()
222 req.channel = selected->chid; in prism2_host_roaming()
Dhostap_main.c204 struct hostap_interface *iface, *selected = NULL; in prism2_wds_del() local
213 selected = iface; in prism2_wds_del()
217 if (selected && !do_not_remove) in prism2_wds_del()
218 list_del(&selected->list); in prism2_wds_del()
221 if (selected) { in prism2_wds_del()
223 eth_zero_addr(selected->u.wds.remote_addr); in prism2_wds_del()
225 hostap_remove_interface(selected->dev, rtnl_locked, 0); in prism2_wds_del()
230 return selected ? 0 : -ENODEV; in prism2_wds_del()
/drivers/staging/media/deprecated/saa7146/av7110/
Dvideo_types.rst69 VIDEO_SOURCE_MEMORY /* If this source is selected, the stream
76 VIDEO_SOURCE_MEMORY is selected the stream comes from the application
191 video_displayformat_t display_format;/* selected cropping mode */
198 selected source for the video stream. It can come either from the
201 Finally, display_format corresponds to the selected cropping mode in
Dvideo-slowmotion.rst54 selected.
72 - Mode VIDEO_SOURCE_MEMORY not selected.
Dvideo-fast-forward.rst54 selected.
72 - Mode VIDEO_SOURCE_MEMORY not selected.
Daudio-fwrite.rst50 This system call can only be used if AUDIO_SOURCE_MEMORY is selected
67 - Mode AUDIO_SOURCE_MEMORY not selected.
Dvideo-fwrite.rst50 This system call can only be used if VIDEO_SOURCE_MEMORY is selected
67 - Mode VIDEO_SOURCE_MEMORY not selected.
Dvideo-select-source.rst58 selected, the data is fed to the video device through the write command.
66 VIDEO_SOURCE_MEMORY /* If this source is selected, the stream
Daudio_data_types.rst28 AUDIO_SOURCE_MEMORY is selected the stream comes from the application
49 The audio channel selected via AUDIO_CHANNEL_SELECT is determined by
/drivers/vhost/
DKconfig6 This option is selected by any driver which needs to support
13 This option is selected by any driver which needs to access
20 This option is selected by any driver which needs to access
/drivers/gpu/drm/mxsfb/
DKconfig22 If M is selected the module will be called mxsfb.
39 If M is selected the module will be called imx-lcdif.
/drivers/gpu/drm/i915/
DKconfig54 If "M" is selected, the module will be called i915.
57 string "Force probe i915 for selected Intel hardware IDs"
105 selected and causes any error state captured upon a GPU hang
117 selected to enabled full userptr support.
/drivers/media/i2c/
Dtvaudio.c330 int mode, selected; in chip_thread() local
358 selected = V4L2_TUNER_MODE_MONO; in chip_thread()
362 selected = V4L2_TUNER_MODE_LANG1; in chip_thread()
367 selected = V4L2_TUNER_MODE_LANG1; in chip_thread()
369 selected = V4L2_TUNER_MODE_STEREO; in chip_thread()
373 selected = V4L2_TUNER_MODE_LANG2; in chip_thread()
375 selected = V4L2_TUNER_MODE_STEREO; in chip_thread()
379 selected = V4L2_TUNER_MODE_LANG1_LANG2; in chip_thread()
381 selected = V4L2_TUNER_MODE_STEREO; in chip_thread()
383 desc->setaudmode(chip, selected); in chip_thread()
/drivers/spi/
Dspi-fsl-qspi.c275 int selected; member
531 if (q->selected == spi->chip_select) in fsl_qspi_select_mem()
547 q->selected = spi->chip_select; in fsl_qspi_select_mem()
555 q->ahb_addr + q->selected * q->devtype_data->ahb_buf_size, in fsl_qspi_read_ahb()
662 q->selected * q->devtype_data->ahb_buf_size + addr_offset, in fsl_qspi_exec_op()
795 q->selected = -1; in fsl_qspi_default_setup()
/drivers/parport/
Ddaisy.c272 int selected; in parport_open() local
274 selected = port->daisy; in parport_open()
277 if (selected != daisy) { in parport_open()
/drivers/crypto/marvell/cesa/
Dcesa.h741 struct mv_cesa_engine *selected = NULL; in mv_cesa_select_engine() local
749 selected = engine; in mv_cesa_select_engine()
753 atomic_add(weight, &selected->load); in mv_cesa_select_engine()
755 return selected; in mv_cesa_select_engine()
/drivers/net/team/
DKconfig33 Basic mode where port used for transmitting packets is selected in
45 Basic mode where port used for transmitting packets is selected

123456