Home
last modified time | relevance | path

Searched full:module (Results 1 – 25 of 8658) sorted by relevance

12345678910>>...347

/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/
H A Dperl-rdepends.txt3 RDEPENDS:perl-module-file-spec += "perl-module-file-spec-unix"
4 RDEPENDS:perl-module-scalar-util += "perl-module-list-util"
5 RDEPENDS:perl-module-file-temp += "perl-module-scalar-util"
6 RDEPENDS:perl-module-file-temp += "perl-module-file-spec"
7 RDEPENDS:perl-module-io-file += "perl-module-symbol"
8 RDEPENDS:perl-module-io-file += "perl-module-carp"
9 RDEPENDS:perl-module-math-bigint += "perl-module-math-bigint-calc"
10 RDEPENDS:perl-module-test-builder += "perl-module-list-util"
11 RDEPENDS:perl-module-test-builder += "perl-module-scalar-util"
12 RDEPENDS:perl-module-test-builder-formatter += "perl-module-test2-formatter-tap"
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/perl/
H A Dlibmodule-build-perl_0.4234.bb1 SUMMARY = "Module::Build - Build and install Perl modules"
4 installation. Traditionally, Build.PL uses Module::Build as the underlying \
5 build system. This module provides a simple, lightweight, drop-in replacement. \
6 Whereas Module::Build has over 6,700 lines of code; this module has less than \
11 HOMEPAGE = "https://metacpan.org/release/Module-Build"
16 SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/Module-Build-${PV}.tar.gz \
21 S = "${WORKDIR}/Module-Build-${PV}"
26 # https://github.com/rehsack/meta-cpan/blob/master/recipes-devel/module-build-perl/module-build-per…
30 …preter = $self->{properties}{perl};,my $interpreter = "${bindir}/perl";,g' lib/Module/Build/Base.pm
60 rm -rf ${D}${PTEST_PATH}/blib/libhtml/site/lib/Module/
[all …]
/openbmc/linux/drivers/input/misc/
H A DKconfig23 To compile this driver as a module, choose M here: the module
33 To compile this driver as a module, choose M here: the module
43 To compile this driver as a module, choose M here: the module
53 To compile this driver as a module, choose M here: the
54 module will be called ad714x.
63 To compile this driver as a module, choose M here: the
64 module will be called ad714x-i2c.
73 To compile this driver as a module, choose M here: the
74 module will be called ad714x-spi.
84 To compile this driver as a module, choose M here: the module
[all …]
/openbmc/linux/drivers/comedi/
H A DKconfig54 To compile this driver as a module, choose M here: the module will be
65 To compile this driver as a module, choose M here: the module will be
76 To compile this driver as a module, choose M here: the module will be
85 To compile this driver as a module, choose M here: the module will be
107 To compile this driver as a module, choose M here: the module will be
128 To compile this driver as a module, choose M here: the module will be
136 To compile this driver as a module, choose M here: the module will be
159 To compile this driver as a module, choose M here: the module will be
171 To compile this driver as a module, choose M here: the module will be
181 To compile this driver as a module, choose M here: the module will be
[all …]
/openbmc/linux/drivers/media/i2c/
H A DKconfig12 tristate "I2C module for IR" if !MEDIA_SUBDRV_AUTOSELECT || EXPERT
50 To compile this driver as a module, choose M here: the
51 module will be called ar0521.
59 To compile this driver as a module, choose M here: the
60 module will be called hi556.
68 To compile this driver as a module, choose M here: the
69 module will be called hi846.
77 To compile this driver as a module, choose M here: the
78 module will be called hi847.
86 To compile this driver as a module, choose M here: the
[all …]
/openbmc/linux/drivers/input/touchscreen/
H A DKconfig24 To compile this driver as a module, choose M here: the
25 module will be called 88pm860x-ts.
43 To compile this driver as a module, choose M here: the
44 module will be called ads7846.
56 To compile this driver as a module, choose M here: the
57 module will be called ad7877.
67 To compile this driver as a module, choose M here: the
68 module will be called ad7879.
77 To compile this driver as a module, choose M here: the
78 module will be called ad7879-i2c.
[all …]
/openbmc/linux/drivers/media/usb/gspca/
H A DKconfig17 module will be called gspca_main.
27 To compile this driver as a module, choose M here: the
28 module will be called gspca_benq.
36 To compile this driver as a module, choose M here: the
37 module will be called gspca_conex.
47 To compile this driver as a module, choose M here: the
48 module will be called gspca_cpia1.
57 To compile this driver as a module, choose M here: the
58 module will be called gspca_dtcs033.
66 To compile this driver as a module, choose M here: the
[all …]
/openbmc/linux/drivers/hwmon/pmbus/
H A DKconfig12 This driver can also be built as a module. If so, the module will
27 This driver can also be built as a module. If so, the module will
36 This driver can also be built as a module. If so, the module will
47 This driver can also be built as a module. If so, the module will
57 This driver can also be built as a module. If so, the module will
66 This driver can also be built as a module. If so, the module will
75 This driver can also be built as a module. If so, the module will
84 This driver can also be built as a module. If so, the module will
88 tristate "Delta AHE-50DC fan control module"
91 the integrated fan control module of the Delta AHE-50DC
[all …]
/openbmc/linux/drivers/greybus/
H A Dmodule.c3 * Greybus Module code
16 struct gb_module *module = to_gb_module(dev); in eject_store() local
29 for (i = 0; i < module->num_interfaces; ++i) { in eject_store()
30 intf = module->interfaces[i]; in eject_store()
41 ret = gb_svc_intf_eject(module->hd->svc, module->module_id); in eject_store()
52 struct gb_module *module = to_gb_module(dev); in module_id_show() local
54 return sprintf(buf, "%u\n", module->module_id); in module_id_show()
61 struct gb_module *module = to_gb_module(dev); in num_interfaces_show() local
63 return sprintf(buf, "%zu\n", module->num_interfaces); in num_interfaces_show()
73 ATTRIBUTE_GROUPS(module);
[all …]
/openbmc/linux/drivers/iio/adc/
H A DKconfig36 To compile this driver as a module, choose M here: the module will be
54 To compile this driver as a module, choose M here: the module will be
66 To compile this driver as a module, choose M here: the
67 module will be called ad7192.
79 To compile this driver as a module, choose M here: the module will be
90 To compile this driver as a module, choose M here: the
91 module will be called ad7280a
100 To compile this driver as a module, choose M here: the
101 module will be called ad7291.
110 To compile this driver as a module, choose M here: the
[all …]
/openbmc/linux/drivers/hwmon/
H A DKconfig23 This support can also be built as a module. If so, the module
53 This driver can also be built as a module. If so, the module
67 This driver can also be built as a module. If so, the module
85 This driver can also be built as a module. If so, the module
95 This driver can also be built as a module. If so, the module
105 This driver can also be built as a module. If so, the module
117 This driver can also be built as a module. If so, the module
128 This driver can also be built as a module. If so, the module
139 This driver can also be built as a module. If so, the module
150 This driver can also be built as a module. If so, the module
[all …]
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libmodule/
H A Dlibmodule-build-tiny-perl_0.048.bb1 SUMMARY = "Module::Build::Tiny - A tiny replacement for Module::Build"
4 installation. Traditionally, Build.PL uses Module::Build as the underlying \
5 build system. This module provides a simple, lightweight, drop-in replacement. \
6 Whereas Module::Build has over 6,700 lines of code; this module has less than \
10 HOMEPAGE = "https://metacpan.org/release/LEONT/Module-Build-Tiny-0.048"
17 SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/Module-Build-Tiny-${PV}.tar.gz"
20 S = "${WORKDIR}/Module-Build-Tiny-${PV}"
35 perl-module-carp \
36 perl-module-cpan \
37 perl-module-data-dumper \
[all …]
/openbmc/linux/drivers/pwm/
H A DKconfig51 To compile this driver as a module, choose M here: the module
63 To compile this driver as a module, choose M here: the module
73 To compile this driver as a module, choose M here: the module
85 To compile this driver as a module, choose M here: the module
98 To compile this driver as a module, choose M here: the module
110 To compile this driver as a module, choose M here: the module
121 To compile this driver as a module, choose M here: the module
131 To compile this driver as a module, choose M here: the module
141 To compile this driver as a module, choose M here: the module
152 To compile this driver as a module, choose M Here: the module
[all …]
/openbmc/linux/drivers/input/keyboard/
H A DKconfig27 To compile this driver as a module, choose M here: the
28 module will be called adc_keys.
37 To compile this driver as a module, choose M here: the module will
50 To compile this driver as a module, choose M here: the
51 module will be called adp5588-keys.
60 To compile this driver as a module, choose M here: the
61 module will be called adp5589-keys.
70 To compile this driver as a module, choose M here: the
71 module will be called amikbd.
88 To compile this driver as a module, choose M here: the
[all …]
/openbmc/linux/drivers/rtc/
H A DKconfig158 This driver can also be built as a module. If so, the module
172 This driver can also be built as a module. If so, the module
182 This driver can also be built as a module. If so, the module
192 This driver can also be built as a module. If so, the module
202 This driver can also be built as a module. If so, the module
213 This driver can also be built as a module. If so, the module
223 This driver can also be built as a module. If so, the module
234 This driver can also be built as a module. If so, the module will
244 This driver can also be built as a module. If so, the module
264 This driver can also be built as a module. If so, the module
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lcov/
H A Dlcov_1.16.bb14 perl-module-compress-zlib \
15 perl-module-constant \
16 perl-module-cwd \
17 perl-module-digest-md5 \
18 perl-module-digest-sha \
19 perl-module-errno \
20 perl-module-file-basename \
21 perl-module-file-copy \
22 perl-module-file-find \
23 perl-module-file-path \
[all …]
/openbmc/linux/net/sched/
H A DKconfig59 To compile this code as a module, choose M here: the
60 module will be called sch_htb.
68 To compile this code as a module, choose M here: the
69 module will be called sch_hfsc.
77 To compile this code as a module, choose M here: the
78 module will be called sch_prio.
86 To compile this code as a module, choose M here: the
87 module will be called sch_multiq.
97 To compile this code as a module, choose M here: the
98 module will be called sch_red.
[all …]
/openbmc/qemu/tests/multiboot/
H A Dmodules.out6 Module list with 0 entries at 102000
9 === Running test case: modules.elf -initrd module.txt ===
11 Module list with 1 entries at 102000
12 [102000] Module: 103000 - 103038 (56 bytes) 'module.txt'
13 Content: 'This is a test file that is used as a multiboot module.'
16 === Running test case: modules.elf -initrd module.txt argument ===
18 Module list with 1 entries at 102000
19 [102000] Module: 103000 - 103038 (56 bytes) 'module.txt argument'
20 Content: 'This is a test file that is used as a multiboot module.'
23 === Running test case: modules.elf -initrd module.txt argument,,with,,commas ===
[all …]
/openbmc/openbmc/poky/meta/recipes-core/meta/
H A Dtarget-sdk-provides-dummy.bb16 perl-module-re \
17 perl-module-strict \
18 perl-module-vars \
19 perl-module-text-wrap \
21 perl-module-bytes \
22 perl-module-carp \
23 perl-module-config \
24 perl-module-constant \
25 perl-module-data-dumper \
26 perl-module-errno \
[all …]
H A Dnativesdk-buildtools-perl-dummy.bb6 nativesdk-perl-module-bytes \
7 nativesdk-perl-module-carp \
8 nativesdk-perl-module-constant \
9 nativesdk-perl-module-data-dumper \
10 nativesdk-perl-module-errno \
11 nativesdk-perl-module-exporter \
12 nativesdk-perl-module-file-basename \
13 nativesdk-perl-module-file-compare \
14 nativesdk-perl-module-file-copy \
15 nativesdk-perl-module-file-find \
[all …]
/openbmc/linux/sound/pci/
H A DKconfig21 To compile this as a module, choose M here: the module
33 To compile this driver as a module, choose M here: the module
48 To compile this driver as a module, choose M here: the module
62 To compile this driver as a module, choose M here: the module
74 To compile this driver as a module, choose M here: the module
85 To compile this driver as a module, choose M here: the module
95 To compile this driver as a module, choose M here: the module
110 To compile this driver as a module, choose M here: the module
124 To compile this driver as a module, choose M here: the module
139 To compile this driver as a module, choose M here: the module
[all …]
/openbmc/linux/drivers/iio/accel/
H A DKconfig18 To compile this driver as a module, say M here: the module will
30 To compile this driver as a module, say M here: the module will be
45 To compile this driver as a module, choose M here: the module
47 for the core module.
58 To compile this driver as a module, choose M here: the module
60 for the core module.
75 To compile this driver as a module, choose M here: the module
77 for the core module.
89 To compile this driver as a module, choose M here: the module
91 for the core module.
[all …]
/openbmc/linux/drivers/iio/light/
H A DKconfig20 To compile this driver as a module, choose M here: the module will
32 This driver can also be built as a module. If so, the module
43 To compile this driver as a module, choose M here: the
44 module will be called adux1020.
53 To compile this driver as a module, choose M here: the
54 module will be called al3010.
63 To compile this driver as a module, choose M here: the
64 module will be called al3320a.
73 To compile this driver as a module, choose M here: the
74 module will be called apds9300.
[all …]
/openbmc/openbmc/poky/meta/recipes-core/packagegroups/
H A Dpackagegroup-base.bb49 module-init-tools \
77 kernel-module-nls-utf8 \
78 kernel-module-input \
79 kernel-module-uinput \
80 kernel-module-rtc-dev \
81 kernel-module-rtc-proc \
82 kernel-module-rtc-sysfs \
83 kernel-module-unix"
156 kernel-module-msdos \
157 kernel-module-vfat \
[all …]
/openbmc/linux/drivers/input/joystick/
H A DKconfig33 To compile this driver as a module, choose M here: the
34 module will be called analog.
43 To compile this driver as a module, choose M here: the
44 module will be called a3d.
54 To compile this driver as a module, choose M here: the
55 module will be called adc-joystick.
60 depends on ADI!=m # avoid module name conflict
65 To compile this driver as a module, choose M here: the
66 module will be called adi.
74 To compile this driver as a module, choose M here: the
[all …]

12345678910>>...347