/openbmc/u-boot/drivers/usb/host/ |
H A D | dwc3-of-simple.c | 3 * dwc3-of-simple.c - OF glue layer for simple integrations 25 struct dwc3_of_simple *simple) in dwc3_of_simple_reset_init() argument 29 ret = reset_get_bulk(dev, &simple->resets); in dwc3_of_simple_reset_init() 35 ret = reset_deassert_bulk(&simple->resets); in dwc3_of_simple_reset_init() 37 reset_release_bulk(&simple->resets); in dwc3_of_simple_reset_init() 45 struct dwc3_of_simple *simple) in dwc3_of_simple_clk_init() argument 49 ret = clk_get_bulk(dev, &simple->clks); in dwc3_of_simple_clk_init() 56 ret = clk_enable_bulk(&simple->clks); in dwc3_of_simple_clk_init() 58 clk_release_bulk(&simple->clks); in dwc3_of_simple_clk_init() 68 struct dwc3_of_simple *simple = dev_get_platdata(dev); in dwc3_of_simple_probe() local [all …]
|
/openbmc/u-boot/drivers/pinctrl/nxp/ |
H A D | Kconfig | 15 This provides a simple pinctrl driver for i.MX 53SoC familiy, 18 this is a simple implementation, only parses the 'fsl,pins' 29 This provides a simple pinctrl driver for i.MX6 SoC familiy, 32 this is a simple implementation, only parses the 'fsl,pins' 43 This provides a simple pinctrl driver for i.MX7 SoC familiy, 46 this is a simple implementation, only parses the 'fsl,pins' 57 This provides a simple pinctrl driver for i.MX7ULP SoC familiy. 59 is different from the linux one, this is a simple implementation, 72 This provides a simple pinctrl driver for i.MX8 SoC familiy. 74 is different from the linux one, this is a simple implementation, [all …]
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | am3517-evm-ui.dtsi | 13 compatible = "simple-audio-card"; 14 simple-audio-card,name = "tlv320aic23-hifi"; 16 simple-audio-card,widgets = 21 simple-audio-card,routing = 28 simple-audio-card,format = "i2s"; 29 simple-audio-card,bitclock-master = <&sound_master>; 30 simple-audio-card,frame-master = <&sound_master>; 32 simple-audio-card,cpu { 36 sound_master: simple-audio-card,codec { 43 compatible = "simple-audio-card"; [all …]
|
H A D | kirkwood-openrd-client.dts | 36 compatible = "simple-audio-card"; 37 simple-audio-card,format = "i2s"; 38 simple-audio-card,mclk-fs = <256>; 40 simple-audio-card,cpu { 44 simple-audio-card,codec {
|
H A D | dra7-evm-common.dtsi | 24 compatible = "simple-audio-card"; 25 simple-audio-card,name = "DRA7xx-EVM"; 26 simple-audio-card,widgets = 31 simple-audio-card,routing = 41 simple-audio-card,format = "dsp_b"; 42 simple-audio-card,bitclock-master = <&sound0_master>; 43 simple-audio-card,frame-master = <&sound0_master>; 44 simple-audio-card,bitclock-inversion; 46 sound0_master: simple-audio-card,cpu { 51 simple-audio-card,codec {
|
H A D | da850-lcdk.dts | 43 compatible = "simple-audio-card"; 44 simple-audio-card,name = "DA850/OMAP-L138 LCDK"; 45 simple-audio-card,widgets = 48 simple-audio-card,routing = 53 simple-audio-card,format = "dsp_b"; 54 simple-audio-card,bitclock-master = <&link0_codec>; 55 simple-audio-card,frame-master = <&link0_codec>; 56 simple-audio-card,bitclock-inversion; 58 simple-audio-card,cpu { 63 link0_codec: simple-audio-card,codec {
|
H A D | imx6q-cm-fx6.dts | 101 compatible = "simple-audio-card"; 102 simple-audio-card,name = "On-board analog audio"; 103 simple-audio-card,widgets = 108 simple-audio-card,routing = 113 simple-audio-card,format = "i2s"; 114 simple-audio-card,bitclock-master = <&sound_master>; 115 simple-audio-card,frame-master = <&sound_master>; 116 simple-audio-card,bitclock-inversion; 118 sound_master: simple-audio-card,cpu { 123 simple-audio-card,codec {
|
/openbmc/u-boot/include/fsl-mc/ |
H A D | fsl_dpaa_fd.h | 28 } simple; member 40 return (u64)((((uint64_t)fd->simple.addr_hi) << 32) in ldpaa_fd_get_addr() 41 + fd->simple.addr_lo); in ldpaa_fd_get_addr() 46 fd->simple.addr_hi = upper_32_bits(addr); in ldpaa_fd_set_addr() 47 fd->simple.addr_lo = lower_32_bits(addr); in ldpaa_fd_set_addr() 52 return fd->simple.len; in ldpaa_fd_get_len() 57 fd->simple.len = len; in ldpaa_fd_set_len() 62 return (uint16_t)(fd->simple.bpid_offset >> 16) & 0x0FFF; in ldpaa_fd_get_offset() 67 fd->simple.bpid_offset &= 0xF000FFFF; in ldpaa_fd_set_offset() 68 fd->simple.bpid_offset |= (u32)offset << 16; in ldpaa_fd_set_offset() [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/perl/ |
H A D | libxml-simple-perl_2.25.bb | 2 DESCRIPTION = "The XML::Simple Perl module provides a simple API layer \ 4 (especially configuration files). It is a blunt rewrite of XML::Simple \ 7 HOMEPAGE = "http://search.cpan.org/~markov/XML-LibXML-Simple-0.93/lib/XML/LibXML/Simple.pod" 13 SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Simple-${PV}.tar.gz" 17 S = "${WORKDIR}/XML-Simple-${PV}"
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 075.out | 12 qemu-io: can't open device TEST_DIR/simple-pattern.cloop: block_size 513 must be a multiple of 512 15 qemu-io: can't open device TEST_DIR/simple-pattern.cloop: block_size cannot be zero 18 qemu-io: can't open device TEST_DIR/simple-pattern.cloop: block_size 4294966784 must be 64 MB or le… 21 qemu-io: can't open device TEST_DIR/simple-pattern.cloop: n_blocks 4294967295 must be 536870911 or … 24 qemu-io: can't open device TEST_DIR/simple-pattern.cloop: image requires too many offsets, try incr… 27 qemu-io: can't open device TEST_DIR/simple-pattern.cloop: offsets not monotonically increasing at i… 30 qemu-io: can't open device TEST_DIR/simple-pattern.cloop: invalid compressed block size at index 1,…
|
H A D | 075 | 50 _use_sample_img simple-pattern.cloop.bz2 55 _use_sample_img simple-pattern.cloop.bz2 60 _use_sample_img simple-pattern.cloop.bz2 66 _use_sample_img simple-pattern.cloop.bz2 72 _use_sample_img simple-pattern.cloop.bz2 78 _use_sample_img simple-pattern.cloop.bz2 84 _use_sample_img simple-pattern.cloop.bz2 90 _use_sample_img simple-pattern.cloop.bz2 97 _use_sample_img simple-pattern.cloop.bz2
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/mosquitto/files/ |
H A D | 2895.patch | 10 service/systemd/mosquitto.service.simple | 4 ++-- 13 diff --git a/service/systemd/mosquitto.service.simple b/service/systemd/mosquitto.service.simple 15 --- a/service/systemd/mosquitto.service.simple 16 +++ b/service/systemd/mosquitto.service.simple
|
/openbmc/u-boot/arch/xtensa/dts/ |
H A D | xtfpga.dtsi | 54 compatible = "simple-bus"; 122 compatible = "simple-audio-card"; 123 simple-audio-card,format = "i2s"; 124 simple-audio-card,mclk-fs = <256>; 126 simple-audio-card,cpu { 130 simple-audio-card,codec { 132 simple-audio-card,bitclock-master = <0>; 133 simple-audio-card,frame-master = <0>;
|
/openbmc/qemu/include/authz/ |
H A D | simple.h | 2 * QEMU simple authorization driver 27 #define TYPE_QAUTHZ_SIMPLE "authz-simple" 37 * This authorization driver provides a simple mechanism 45 * "qom-type": "authz-simple", 55 * -object authz-simple,id=authz0,identity=fred
|
/openbmc/u-boot/doc/device-tree-bindings/video/ |
H A D | simple-framebuffer.txt | 1 Simple Framebuffer 3 A simple frame-buffer describes a raw memory region that may be rendered to, 8 - compatible: "simple-framebuffer" 19 compatible = "simple-framebuffer";
|
/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/ |
H A D | handle-hup.patch | 23 avahi-daemon/simple-protocol.c | 5 +++++ 26 diff --git a/avahi-daemon/simple-protocol.c b/avahi-daemon/simple-protocol.c 28 --- a/avahi-daemon/simple-protocol.c 29 +++ b/avahi-daemon/simple-protocol.c
|
/openbmc/qemu/tests/qapi-schema/ |
H A D | include-simple.out | 11 module include-simple.json 12 include include-simple-sub.json 13 module include-simple-sub.json
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | Simple-2.0 | 2 Simple Public License (SimPL) 5 This Simple Public License 2.0 (SimPL 2.0 for short) is a plain language implementation of GPL 2.0.… 6 Simple Public License (SimPL) 2.0 26 … call your license the Simple Public License or the SimPL (but feel free to acknowledge that your …
|
H A D | SimPL-2.0 | 1 Simple Public License (SimPL) 5 This Simple Public License 2.0 (SimPL 2.0 for short) is a plain language implementation of GPL 2.0.… 7 Simple Public License (SimPL) 2.0 37 … call your license the Simple Public License or the SimPL (but feel free to acknowledge that your …
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/simple-mtpfs/ |
H A D | simple-mtpfs_0.4.0.bb | 1 DESCRIPTION = "SIMPLE-MTPFS is a FUSE based filsystem for MTP devices connected via USB" 2 HOMEPAGE = "https://github.com/phatina/simple-mtpfs" 11 SRC_URI = "git://github.com/phatina/simple-mtpfs.git;protocol=https;branch=master"
|
/openbmc/openbmc/poky/meta/recipes-support/lzo/lzo/ |
H A D | run-ptest | 22 ./simple 24 echo 'PASS: simple' 26 echo 'FAIL: simple'
|
/openbmc/qemu/docs/ |
H A D | qemu-option-trace.rst.inc | 8 available if QEMU has been compiled with the ``simple``, ``log`` 19 available if QEMU has been compiled with the ``simple``, ``log`` or 26 the ``simple`` tracing backend.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/dlt-daemon/dlt-daemon/ |
H A D | 0002-Don-t-execute-processes-as-a-specific-user.patch | 24 Type=simple 40 Type=simple 52 Type=simple 65 Type=simple 78 Type=simple 90 Type=simple
|
/openbmc/u-boot/doc/ |
H A D | README.hwconfig | 4 This implements a simple hwconfig infrastructure: an 7 This a is very simple implementation, i.e. it is implemented 35 The purpose of this simple implementation is to refine the 50 It's quite trivial to implement simple cases though.
|
/openbmc/openbmc/poky/meta/recipes-sato/l3afpad/ |
H A D | l3afpad_git.bb | 1 SUMMARY = "Simple GTK+ Text Editor" 2 DESCRIPTION = "L3afpad is a simple GTK+ text editor that emphasizes simplicity. As development \ 4 are implemented in the editor. L3afpad is simple to use, is easily compiled, \
|