Home
last modified time | relevance | path

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

1234

/drivers/gpu/drm/tinydrm/
DKconfig10 If M is selected the module will be called tinydrm.
21 If M is selected the module will be called mi0283qt.
34 If M is selected the module will be called repaper.
44 If M is selected the module will be called st7586.
/drivers/mtd/nand/
Djz4780_nand.c50 int selected; member
80 if (chipnr == -1 && nfc->selected >= 0) { in jz4780_nand_select_chip()
81 cs = &nfc->cs[nfc->selected]; in jz4780_nand_select_chip()
85 nfc->selected = chipnr; in jz4780_nand_select_chip()
95 if (WARN_ON(nfc->selected < 0)) in jz4780_nand_cmd_ctrl()
98 cs = &nfc->cs[nfc->selected]; in jz4780_nand_cmd_ctrl()
/drivers/gpu/drm/
DKconfig172 If M is selected, the module will be called radeon.
190 If M is selected, the module will be called amdgpu.
204 If M is selected the module will be called vgem.
306 graphics card. If M is selected, the module will be called tdfx.
314 is selected, the module will be called r128. AGP support for
323 selected, the module will be called i810. AGP support is required
332 card. If M is selected, the module will be called mga. AGP
341 chipset. If M is selected the module will be called sis. AGP
349 chipset. If M is selected the module will be called via.
356 chipset. If M is selected the module will be called savage.
/drivers/iio/buffer/
DKconfig9 Should be selected by any drivers that do in-kernel push
18 Should be selected by drivers that want to use the generic DMA buffer
30 Should be selected by drivers that want to use this functionality.
/drivers/gpu/drm/sun4i/
DKconfig13 Display Engine. If M is selected the module will be called
41 selected the module will be called sun4i-backend.
50 selected the module will be called sun8i-mixer.
/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.c208 struct hostap_interface *iface, *selected = NULL; in prism2_wds_del() local
217 selected = iface; in prism2_wds_del()
221 if (selected && !do_not_remove) in prism2_wds_del()
222 list_del(&selected->list); in prism2_wds_del()
225 if (selected) { in prism2_wds_del()
227 eth_zero_addr(selected->u.wds.remote_addr); in prism2_wds_del()
229 hostap_remove_interface(selected->dev, rtnl_locked, 0); in prism2_wds_del()
234 return selected ? 0 : -ENODEV; in prism2_wds_del()
/drivers/of/
DKconfig8 It is automatically selected by platforms that need it or can
55 While this option is selected automatically on such platforms, you
109 While this option is selected automatically when needed, you can
/drivers/media/i2c/
Dtvaudio.c314 int mode, selected; in chip_thread() local
342 selected = V4L2_TUNER_MODE_MONO; in chip_thread()
346 selected = V4L2_TUNER_MODE_LANG1; in chip_thread()
351 selected = V4L2_TUNER_MODE_LANG1; in chip_thread()
353 selected = V4L2_TUNER_MODE_STEREO; in chip_thread()
357 selected = V4L2_TUNER_MODE_LANG2; in chip_thread()
359 selected = V4L2_TUNER_MODE_STEREO; in chip_thread()
363 selected = V4L2_TUNER_MODE_LANG1_LANG2; in chip_thread()
365 selected = V4L2_TUNER_MODE_STEREO; in chip_thread()
367 desc->setaudmode(chip, selected); in chip_thread()
/drivers/parport/
Ddaisy.c242 int selected; in parport_open() local
244 selected = port->daisy; in parport_open()
247 if (selected != daisy) { in parport_open()
/drivers/crypto/marvell/
Dcesa.h731 struct mv_cesa_engine *selected = NULL; in mv_cesa_select_engine() local
738 selected = engine; in mv_cesa_select_engine()
742 atomic_add(weight, &selected->load); in mv_cesa_select_engine()
744 return selected; in mv_cesa_select_engine()
/drivers/gpu/drm/i915/
DKconfig40 If "M" is selected, the module will be called i915.
79 selected and causes any error state captured upon a GPU hang
91 selected to enabled full userptr support.
/drivers/net/team/
DKconfig32 Basic mode where port used for transmitting packets is selected in
44 Basic mode where port used for transmitting packets is selected
/drivers/vhost/
DKconfig.vringh4 This option is selected by any driver which needs to access
/drivers/gpu/drm/radeon/
DKconfig7 selected to enabled full userptr support.
/drivers/gpu/drm/arc/
DKconfig9 If M is selected the module will be called arcpgu.
/drivers/gpu/drm/bochs/
DKconfig8 If M is selected the module will be called bochs-drm.
/drivers/gpu/drm/hisilicon/hibmc/
DKconfig9 If M is selected the module will be called hibmc-drm.
/drivers/net/ethernet/wiznet/
DKconfig66 If interface mode is unknown in compile time, it can be selected
69 Performance may decrease compared to explicitly selected bus mode.
/drivers/md/bcache/
Dutil.c118 size_t selected) in bch_snprint_string_list() argument
125 i == selected ? "[%s] " : "%s ", list[i]); in bch_snprint_string_list()
/drivers/gpu/drm/fsl-dcu/
DKconfig13 If M is selected the module will be called fsl-dcu-drm.
/drivers/gpu/drm/shmobile/
DKconfig13 If M is selected the module will be called shmob-drm.
/drivers/gpu/drm/pl111/
DKconfig13 If M is selected the module will be called pl111_drm.
/drivers/gpu/drm/mxsfb/
DKconfig19 If M is selected the module will be called mxsfb.
/drivers/pinctrl/
DKconfig42 future processors. This option is selected automatically when specific
43 machine and arch are selected to build.
318 microcontrollers. This option is selected automatically when specific
319 machine and arch are selected to build.

1234