Home
last modified time | relevance | path

Searched refs:option (Results 1 – 25 of 380) sorted by relevance

12345678910>>...16

/drivers/pnp/
Dquirks.c27 struct pnp_option *option, in quirk_awe32_add_ports() argument
35 "%d\n", pnp_option_set(option)); in quirk_awe32_add_ports()
39 *new_option = *option; in quirk_awe32_add_ports()
42 list_add(&new_option->list, &option->list); in quirk_awe32_add_ports()
47 pnp_option_set(option)); in quirk_awe32_add_ports()
52 struct pnp_option *option; in quirk_awe32_resources() local
59 list_for_each_entry(option, &dev->options, list) { in quirk_awe32_resources()
60 if (pnp_option_is_dependent(option) && in quirk_awe32_resources()
61 pnp_option_set(option) != set) { in quirk_awe32_resources()
62 set = pnp_option_set(option); in quirk_awe32_resources()
[all …]
Dresource.c37 struct pnp_option *option; in pnp_build_option() local
39 option = kzalloc(sizeof(struct pnp_option), GFP_KERNEL); in pnp_build_option()
40 if (!option) in pnp_build_option()
43 option->flags = option_flags; in pnp_build_option()
44 option->type = type; in pnp_build_option()
46 list_add_tail(&option->list, &dev->options); in pnp_build_option()
47 return option; in pnp_build_option()
53 struct pnp_option *option; in pnp_register_irq_resource() local
56 option = pnp_build_option(dev, IORESOURCE_IRQ, option_flags); in pnp_register_irq_resource()
57 if (!option) in pnp_register_irq_resource()
[all …]
Dsupport.c91 char *pnp_option_priority_name(struct pnp_option *option) in pnp_option_priority_name() argument
93 switch (pnp_option_priority(option)) { in pnp_option_priority_name()
104 void dbg_pnp_show_option(struct pnp_dev *dev, struct pnp_option *option) in dbg_pnp_show_option() argument
113 if (pnp_option_is_dependent(option)) in dbg_pnp_show_option()
116 pnp_option_set(option), in dbg_pnp_show_option()
117 pnp_option_priority_name(option)); in dbg_pnp_show_option()
122 switch (option->type) { in dbg_pnp_show_option()
124 port = &option->u.port; in dbg_pnp_show_option()
133 mem = &option->u.mem; in dbg_pnp_show_option()
142 irq = &option->u.irq; in dbg_pnp_show_option()
[all …]
Dinterface.c188 struct pnp_option *option) in pnp_print_option() argument
190 switch (option->type) { in pnp_print_option()
192 pnp_print_port(buffer, space, &option->u.port); in pnp_print_option()
195 pnp_print_mem(buffer, space, &option->u.mem); in pnp_print_option()
198 pnp_print_irq(buffer, space, &option->u.irq); in pnp_print_option()
201 pnp_print_dma(buffer, space, &option->u.dma); in pnp_print_option()
211 struct pnp_option *option; in options_show() local
223 list_for_each_entry(option, &dev->options, list) { in options_show()
224 if (pnp_option_is_dependent(option)) { in options_show()
226 if (!dep || pnp_option_set(option) != set) { in options_show()
[all …]
Dbase.h93 static inline int pnp_option_is_dependent(struct pnp_option *option) in pnp_option_is_dependent() argument
95 return option->flags & PNP_OPTION_DEPENDENT ? 1 : 0; in pnp_option_is_dependent()
98 static inline unsigned int pnp_option_set(struct pnp_option *option) in pnp_option_set() argument
100 return (option->flags >> PNP_OPTION_SET_SHIFT) & PNP_OPTION_SET_MASK; in pnp_option_set()
103 static inline unsigned int pnp_option_priority(struct pnp_option *option) in pnp_option_priority() argument
105 return (option->flags >> PNP_OPTION_PRIORITY_SHIFT) & in pnp_option_priority()
132 char *pnp_option_priority_name(struct pnp_option *option);
133 void dbg_pnp_show_option(struct pnp_dev *dev, struct pnp_option *option);
Dmanager.c257 struct pnp_option *option; in pnp_assign_resources() local
266 list_for_each_entry(option, &dev->options, list) { in pnp_assign_resources()
267 if (pnp_option_is_dependent(option) && in pnp_assign_resources()
268 pnp_option_set(option) != set) in pnp_assign_resources()
271 switch (option->type) { in pnp_assign_resources()
273 ret = pnp_assign_port(dev, &option->u.port, nport++); in pnp_assign_resources()
276 ret = pnp_assign_mem(dev, &option->u.mem, nmem++); in pnp_assign_resources()
279 ret = pnp_assign_irq(dev, &option->u.irq, nirq++); in pnp_assign_resources()
283 ret = pnp_assign_dma(dev, &option->u.dma, ndma++); in pnp_assign_resources()
/drivers/ata/
DKconfig42 This option adds parsing of ATA command descriptions and error bits
44 This option will enlarge the kernel by approx. 6KB. Disable it only
54 This option adds support for ATA-related ACPI objects.
60 option libata.noacpi=1
67 This option adds support for SATA Zero Power Optical Disc
80 This option adds support for SATA Port Multipliers
89 This option enables support for AHCI Serial ATA.
96 This option enables support for Platform AHCI Serial ATA
105 This option enables support for the AHCI SATA3 controller found on
114 This option enables support for the DaVinci DA850 SoC's
[all …]
/drivers/gpu/drm/exynos/
DKconfig7 Choose this option if you have a Samsung SoC EXYNOS chipset.
25 Choose this option if you want to use Exynos FIMD for DRM.
30 Choose this option if you want to use Exynos5433 DECON for DRM.
37 Choose this option if you want to use Exynos DECON for DRM.
42 Choose this option if you want to use Exynos Mixer for DRM.
47 Choose this option if you want to use Exynos VIDI for DRM.
81 Choose this option if you want to use Exynos HDMI for DRM.
87 Choose this option if you want to use Exynos MIC for DRM.
96 Choose this option if you want to use Exynos G2D for DRM.
101 Choose this option if you want to use IPP feature for DRM.
[all …]
/drivers/leds/
DKconfig4 This option provides the function gpio_led_register_device.
19 This option enables the led sysfs class in /sys/class/leds. You'll
26 This option enables the flash led sysfs class in /sys/class/leds.
39 This option enables support for on-chip LED drivers found on Marvell
50 This option enables support for the LEDs on the AAT1290.
58 This option enables support for LEDs connected to the BCM6328
67 This option enables support for LEDs connected to the BCM6358
75 This option enables support for the LCD backlight using
85 This option enables support for the LEDs on National Semiconductor /
98 This option enables support for LEDs connected to LM3642.
[all …]
/drivers/staging/greybus/
DKconfig5 This option enables the Greybus driver core. Greybus is an
23 Select this option if you have a Toshiba ES3 USB device that
34 Select this option if you have a device that follows the
43 Select this option if you have a device that follows the
53 Select this option if you have a device that follows the
63 Select this option if you have a device that follows the
73 Select this option if you have a device that follows the
83 Select this option if you have a device that follows the
92 Select this option if you have a device that follows the
101 Select this option if you have a device that follows the
[all …]
/drivers/char/agp/
DKconfig33 This option gives you AGP support for the GLX component of
48 This option gives you AGP support for the GLX component of
55 This option gives you AGP support for the GLX component of
62 This option gives you AGP support for the GLX component of
73 This option gives you AGP support for the GLX component of X
84 This option gives you AGP support for the GLX component of
91 This option gives you AGP support for the GLX component of
108 This option gives you AGP support for the GLX component of
115 This option gives you AGP GART support for the Intel 460GX chipset
122 This option gives you AGP GART support for the HP ZX1 chipset
[all …]
/drivers/staging/lustre/lnet/lnet/
Dlib-socket.c372 int option; in lnet_sock_create() local
384 option = 1; in lnet_sock_create()
386 (char *)&option, sizeof(option)); in lnet_sock_create()
422 int option; in lnet_sock_setbuf() local
426 option = txbufsize; in lnet_sock_setbuf()
428 (char *)&option, sizeof(option)); in lnet_sock_setbuf()
431 option, rc); in lnet_sock_setbuf()
437 option = rxbufsize; in lnet_sock_setbuf()
439 (char *)&option, sizeof(option)); in lnet_sock_setbuf()
442 option, rc); in lnet_sock_setbuf()
/drivers/net/team/
Dteam.c122 struct team_option *option; member
131 struct team_option *option; in __team_find_option() local
133 list_for_each_entry(option, &team->option_list, list) { in __team_find_option()
134 if (strcmp(option->name, opt_name) == 0) in __team_find_option()
135 return option; in __team_find_option()
147 struct team_option *option) in __team_option_inst_del_option() argument
152 if (opt_inst->option == option) in __team_option_inst_del_option()
157 static int __team_option_inst_add(struct team *team, struct team_option *option, in __team_option_inst_add() argument
165 array_size = option->array_size; in __team_option_inst_add()
173 opt_inst->option = option; in __team_option_inst_add()
[all …]
/drivers/of/
DKconfig7 This option enables the device tree infrastructure.
20 This option builds in test cases for the device tree infrastructure
24 If unsure, say N here, but this option is safe to enable.
31 This option builds all possible Device Tree Blobs (DTBs) for the
34 If unsure, say N here, but this option is safe to enable.
55 While this option is selected automatically on such platforms, you
109 While this option is selected automatically when needed, you can
/drivers/gpu/drm/msm/
DKconfig33 Choose this option to enable HDCP state machine
42 Choose this option if you have a need for MIPI DSI connector
50 Choose this option to enable DSI PLL driver which provides DSI
58 Choose this option if the 28nm DSI PHY is used on the platform.
65 Choose this option if the 20nm DSI PHY is used on the platform.
72 Choose this option if the 28nm DSI PHY 8960 variant is used on the
/drivers/s390/block/
DKconfig9 Select this option if you want to use your expanded storage on S/390
12 This option is also available as a module which will be called
28 Enable this option if you want to access DASDs directly utilizing
37 Enable this option if you want to see profiling information
46 this option unless you are very sure to have no ECKD device.
53 Select this option to be able to access FBA devices. It is safe to
61 Select this option if you want to use Diagnose250 command to access
/drivers/video/fbdev/core/
Dfb_cmdline.c35 int fb_get_options(const char *name, char **option) in fb_get_options() argument
57 if (!options && option && fb_mode_option) in fb_get_options()
62 if (option) in fb_get_options()
63 *option = options; in fb_get_options()
/drivers/s390/char/
DKconfig86 This option enables the call home function, which is able to inform
88 You should only select this option if you know what you are doing,
108 This option enables support for file transfers from a Hardware
120 This option enables the Open-for-Business interface to the s390
128 Select this option if you want to access channel-attached tape
130 If you select this option you will also want to select at
133 This option is also available as a module. The module will be
145 Select this option if you want to access IBM 3480/3490 magnetic
154 Select this option if you want to access IBM 3590 magnetic
163 Select this option if you want to be able to receive records collected
[all …]
/drivers/net/wireless/ath/ath9k/
DKconfig45 This option enables the PCI bus support in ath9k.
54 This option enables the AHB bus support in ath9k.
76 This option enables detailed statistics for association stations.
103 This option enables DFS support for initiating radiation on
105 certified and as such this is left as a build time option. This
106 option should only be enabled by system integrators that can
114 developed. At this point enabling this option won't do anything
122 This option enables ath9k dynamic ACK timeout estimation algorithm
131 This option enables Wake on Wireless LAN support for certain cards.
149 This option enables channel context support in ath9k, which is needed
[all …]
/drivers/net/usb/
DKconfig102 This option adds support for Realtek RTL8152 based USB 2.0
115 This option adds support for Microchip LAN78XX based USB 2
162 This option adds support for ASIX AX88xxx based USB 2.0
192 This option adds support for ASIX AX88179 based USB 3.0/2.0
208 This option supports devices conforming to the Communication Device
213 CDC Ethernet is an implementation option for DOCSIS cable modems
235 This option supports devices conforming to the Communication Device
302 This option adds support for Davicom DM9601/DM9620/DM9621A
310 This option adds support for CoreChip-sz SR9700 based USB 1.1
335 This option adds support for SMSC LAN75XX based USB 2.0
[all …]
/drivers/block/paride/
DKconfig15 This option enables the high-level driver for IDE-type disk devices
29 This option enables the high-level driver for ATAPI CD-ROM devices
45 This option enables the high-level driver for ATAPI disk devices
59 This option enables the high-level driver for ATAPI tape devices
72 This option enables a special high-level driver for generic ATAPI
99 This option enables support for the ATEN EH-100 parallel port IDE
112 This option enables support for the Micro Solutions BACKPACK
118 bottom, enable this option.
130 This option enables support for the Micro Solutions BACKPACK
137 bottom, enable this option.
[all …]
/drivers/gpu/drm/rockchip/
DKconfig10 Choose this option if you have a Rockchip soc chipset.
23 on RK3288 based SoC, you should selet this option.
33 option.
43 option.
51 HDMI on RK3036 based SoC, you should select this option.
/drivers/gpu/drm/amd/amdgpu/
DKconfig5 Choose this option if you want to enable experimental support
12 Choose this option if you want to enable experimental support
23 This option selects CONFIG_MMU_NOTIFIER if it isn't already
32 Selecting this option creates a debugfs file to inspect the mapped
/drivers/infiniband/ulp/ipoib/
DKconfig16 This option enables support for IPoIB connected mode. After
17 enabling this option, you need to switch to connected mode
31 This option causes debugging code to be compiled into the
36 This option also creates a directory tree under ipoib/ in
45 This option compiles debugging code into the data path
/drivers/gpu/drm/i915/
DKconfig22 Choose this option if you have a system that has "Intel Graphics
42 Choose this option if you have prerelease Intel hardware and want the
44 runtime with the module option i915.preliminary_hw_support=1; this
45 option changes the default for that module option.
55 This option selects CONFIG_MMU_NOTIFIER if it isn't already
65 Choose this option if you want to enable Intel GVT-g graphics

12345678910>>...16