/openbmc/linux/drivers/clk/davinci/ |
H A D | da8xx-cfgchip.c | 358 struct da8xx_usb0_clk48 *usb0 = to_da8xx_usb0_clk48(hw); in da8xx_usb0_clk48_prepare() local 364 return clk_prepare(usb0->fck); in da8xx_usb0_clk48_prepare() 369 struct da8xx_usb0_clk48 *usb0 = to_da8xx_usb0_clk48(hw); in da8xx_usb0_clk48_unprepare() local 371 clk_unprepare(usb0->fck); in da8xx_usb0_clk48_unprepare() 376 struct da8xx_usb0_clk48 *usb0 = to_da8xx_usb0_clk48(hw); in da8xx_usb0_clk48_enable() local 383 clk_enable(usb0->fck); in da8xx_usb0_clk48_enable() 391 regmap_write_bits(usb0->regmap, CFGCHIP(2), mask, val); in da8xx_usb0_clk48_enable() 392 ret = regmap_read_poll_timeout(usb0->regmap, CFGCHIP(2), val, in da8xx_usb0_clk48_enable() 395 clk_disable(usb0->fck); in da8xx_usb0_clk48_enable() 402 struct da8xx_usb0_clk48 *usb0 = to_da8xx_usb0_clk48(hw); in da8xx_usb0_clk48_disable() local [all …]
|
/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/network/ |
H A D | phosphor-network_%.bbappend | 4 file://00-hmc-usb0.network \ 5 file://90-hmc-usb0-network.rules \ 9 ${systemd_unitdir}/network/00-hmc-usb0.network \ 10 ${sysconfdir}/udev/rules.d/90-hmc-usb0-network.rules \ 15 …install -m 0644 ${UNPACKDIR}/00-hmc-usb0.network ${D}${systemd_unitdir}/network/00-hmc-usb0.network 18 …install -m 0644 ${UNPACKDIR}/90-hmc-usb0-network.rules ${D}${sysconfdir}/udev/rules.d/90-hmc-usb0-…
|
/openbmc/openbmc/meta-hpe/meta-gxp/recipes-connectivity/jsnbd/jsnbd/ |
H A D | state_hook | 42 mkdir -p functions/mass_storage.usb0 43 ln -s functions/mass_storage.usb0 configs/c.1 44 echo 1 > functions/mass_storage.usb0/lun.0/removable 45 echo 1 > functions/mass_storage.usb0/lun.0/ro 46 echo 0 > functions/mass_storage.usb0/lun.0/cdrom 47 echo $nbd_device > functions/mass_storage.usb0/lun.0/file 55 rm configs/c.1/mass_storage.usb0 56 rmdir functions/mass_storage.usb0
|
/openbmc/openbmc/meta-phosphor/recipes-connectivity/jsnbd/jsnbd/ |
H A D | state_hook | 60 mkdir -p functions/mass_storage.usb0 61 ln -s functions/mass_storage.usb0 configs/c.1 62 echo 1 > functions/mass_storage.usb0/lun.0/removable 63 echo 1 > functions/mass_storage.usb0/lun.0/ro 64 echo 0 > functions/mass_storage.usb0/lun.0/cdrom 65 echo $nbd_device > functions/mass_storage.usb0/lun.0/file 73 rm configs/c.1/mass_storage.usb0 74 rmdir functions/mass_storage.usb0
|
/openbmc/linux/Documentation/sound/designs/ |
H A D | midi-2.0.rst | 411 % mkdir functions/midi2.usb0 428 % echo "ACMESynth" > functions/midi2.usb0/iface_name 429 % echo "ACMESynth" > functions/midi2.usb0/ep.0/ep_name 430 % echo "ABCD12345" > functions/midi2.usb0/ep.0/product_id 431 % echo 0x0123 > functions/midi2.usb0/ep.0/family 432 % echo 0x4567 > functions/midi2.usb0/ep.0/model 433 % echo 0x123456 > functions/midi2.usb0/ep.0/manufacturer 434 % echo 0x12345678 > functions/midi2.usb0/ep.0/sw_revision 438 % echo 2 > functions/midi2.usb0/ep.0/protocol 443 % echo "Monosynth" > functions/midi2.usb0/ep.0/block.0/name [all …]
|
/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/network/ |
H A D | phosphor-network_%.bbappend | 4 file://00-bmc-usb0.network \ 7 FILES:${PN}:append = " ${systemd_unitdir}/network/00-bmc-usb0.network" 11 …install -m 0644 ${UNPACKDIR}/00-bmc-usb0.network ${D}${systemd_unitdir}/network/00-bmc-usb0.network
|
/openbmc/linux/arch/arm/boot/dts/socionext/ |
H A D | uniphier-pinctrl.dtsi | 194 pinctrl_usb0: usb0 { 195 groups = "usb0"; 196 function = "usb0"; 199 pinctrl_usb0_device: usb0-device { 201 function = "usb0";
|
/openbmc/openbmc/meta-quanta/meta-common/recipes-quanta/network/usb-network/ |
H A D | usb-network.sh | 48 mkdir -p functions/ecm.usb0 49 cat $dev_mac_path > functions/ecm.usb0/dev_addr # write device mac address 50 cat $host_mac_path > functions/ecm.usb0/host_addr # write usb mac address 52 ln -s functions/ecm.usb0 configs/c.1
|
/openbmc/linux/Documentation/usb/ |
H A D | gadget_configfs.rst | 144 $ mkdir functions/ncm.usb0 # usb_f_ncm.ko gets loaded with request_module() 168 $ ln -s functions/ncm.usb0 configs/c.1 190 ./configs/c.1/ncm.usb0 -> ../../../../usb_gadget/g1/functions/ncm.usb0 197 ./functions/ncm.usb0 198 ./functions/ncm.usb0/ifname 199 ./functions/ncm.usb0/qmult 200 ./functions/ncm.usb0/host_addr 201 ./functions/ncm.usb0/dev_addr 243 $ rm configs/c.1/ncm.usb0 279 $ rmdir functions/ncm.usb0
|
/openbmc/openbmc/meta-quanta/meta-s6q/recipes-s6q/network/ |
H A D | usb-ethernet-gadget.bb | 5 SRC_URI:append = " file://00-bmc-usb0.network" 7 FILES:${PN}:append = " ${sysconfdir_native}/systemd/network/00-bmc-usb0.network" 11 install -m 0644 ${UNPACKDIR}/00-bmc-usb0.network \
|
/openbmc/openbmc/meta-google/recipes-google/networking/google-usb-network/ |
H A D | usb_network_test.sh | 92 check_file_content "${FAKE_GADGETFS}/${gadget_dir}/functions/eem.usb0/dev_addr" "${dev_mac}" 93 check_file_content "${FAKE_GADGETFS}/${gadget_dir}/functions/eem.usb0/host_addr" "${host_mac}" 95 if [[ ! -d ${FAKE_GADGETFS}/${gadget_dir}/functions/eem.usb0 ]]; then 99 local func_link="${FAKE_GADGETFS}/${gadget_dir}/configs/c.1/ee.usb0" 106 if [[ $link_dest != "${FAKE_GADGETFS}/${gadget_dir}/functions/eem.usb0" ]]; then 131 iface_name="usb0"; 167 if [[ -e ${FAKE_GADGETFS}/${gadget_dir}/functions/eem.usb0/dev_addr ]]; then 171 if [[ -e ${FAKE_GADGETFS}/${gadget_dir}/functions/eem.usb0/host_addr ]]; then 175 local func_link="${FAKE_GADGETFS}/${gadget_dir}/configs/c.1/eem.usb0" 182 if [[ $link_dest != ${FAKE_GADGETFS}/${gadget_dir}/functions/eem.usb0 ]]; then
|
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-quanta/network/ |
H A D | usb-network.bbappend | 2 SRC_URI:append:gbs = " file://00-bmc-usb0.network" 6 FILES:${PN}:append:gbs = " ${sysconfdir_native}/systemd/network/00-bmc-usb0.network" 10 install -m 0644 ${UNPACKDIR}/00-bmc-usb0.network \
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools-conf-configfs/ |
H A D | android-gadget-setup | 23 mkdir functions/ffs.usb0 32 ln -s functions/ffs.usb0 configs/c.1 35 mount -t functionfs usb0 /dev/usb-ffs/adb
|
H A D | android-gadget-cleanup | 15 rm configs/c.1/ffs.usb0 20 rmdir functions/ffs.usb0
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools-conf-configfs/ |
H A D | android-gadget-setup | 23 mkdir functions/ffs.usb0 32 ln -s functions/ffs.usb0 configs/c.1 35 mount -t functionfs usb0 /dev/usb-ffs/adb
|
H A D | android-gadget-cleanup | 15 rm configs/c.1/ffs.usb0 20 rmdir functions/ffs.usb0
|
/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/network/ |
H A D | usb-network.bb | 13 file://00-bmc-usb0.network \ 18 FILES:${PN} += "${sysconfdir_native}/systemd/network/00-bmc-usb0.network" 28 install -m 0644 ${UNPACKDIR}/00-bmc-usb0.network ${D}${sysconfdir_native}/systemd/network
|
/openbmc/openbmc/meta-ufispace/meta-common/recipes-phosphor/network/ |
H A D | usb-network.bb | 7 file://00-bmc-usb0.network" 14 FILES:${PN} += "${sysconfdir_native}/systemd/network/00-bmc-usb0.network" 24 install -m 0644 ${UNPACKDIR}/00-bmc-usb0.network ${D}${sysconfdir_native}/systemd/network
|
/openbmc/u-boot/include/configs/ |
H A D | brppt1.h | 79 "b_tgts_std=usb0 nand net\0" \ 80 "b_tgts_rcy=net usb0 nand\0" \ 81 "b_tgts_pme=usb0 nand net\0" 104 "b_tgts_std=mmc0 mmc1 t30lgcy#0 t30lgcy#1 usb0 net\0" \ 105 "b_tgts_rcy=t30lgcy#1 usb0 net\0" \ 106 "b_tgts_pme=net usb0 mmc0 mmc1\0" \
|
H A D | brxre1.h | 45 "b_tgts_std=mmc def net usb0\0" \ 46 "b_tgts_rcy=def net usb0\0" \ 47 "b_tgts_pme=net usb0 mmc\0" \
|
/openbmc/linux/arch/arm/boot/dts/xilinx/ |
H A D | zynq-microzed.dts | 56 &usb0 { 65 pinctrl_usb0_default: usb0-default { 68 function = "usb0";
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | uniphier-pro4-ref.dts | 32 usb0 = &usb0; 92 &usb0 {
|
H A D | uniphier-pinctrl.dtsi | 179 pinctrl_usb0: usb0 { 180 groups = "usb0"; 181 function = "usb0";
|
/openbmc/u-boot/doc/device-tree-bindings/phy/ |
H A D | sun4i-usb-phy.txt | 40 - usb0_vbus_det-gpios : gpio phandle for detecting the presence of usb0 vbus 41 - usb0_vbus_power-supply: power-supply phandle for usb0 vbus presence detect 42 - usb0_vbus-supply : regulator phandle for controller usb0 vbus
|
/openbmc/u-boot/arch/x86/cpu/ivybridge/ |
H A D | cpu.c | 100 pci_dev_t usb0 = PCH_EHCI1_DEV; in enable_usb_bar() local 106 pci_bus_write_config(bus, usb0, PCI_BASE_ADDRESS_0, in enable_usb_bar() 108 pci_bus_read_config(bus, usb0, PCI_COMMAND, &cmd, PCI_SIZE_32); in enable_usb_bar() 110 pci_bus_write_config(bus, usb0, PCI_COMMAND, cmd, PCI_SIZE_32); in enable_usb_bar()
|