Home
last modified time | relevance | path

Searched +full:0 +full:x409 (Results 1 – 25 of 60) sorted by relevance

123

/openbmc/openbmc/meta-hpe/meta-gxp/recipes-connectivity/jsnbd/jsnbd/
H A Dstate_hook5 echo "usage: $0 <start|stop> <config>" >&2
16 0)
35 echo "0x1d6b" > idVendor
36 echo "0x0104" > idProduct
37 mkdir -p strings/0x409
38 echo "OpenBMC" > strings/0x409/manufacturer
39 echo "Virtual Media Device" > strings/0x409/product
40 mkdir -p configs/c.1/strings/0x409
41 echo "config 1" > configs/c.1/strings/0x409/configuration
44 echo 1 > functions/mass_storage.usb0/lun.0/removable
[all …]
/openbmc/openbmc/meta-phosphor/recipes-connectivity/jsnbd/jsnbd/
H A Dstate_hook5 echo "usage: $0 <start|stop> <config>" >&2
16 0)
39 *) echo "$dev"; return 0;;
53 echo "0x1d6b" > idVendor
54 echo "0x0104" > idProduct
55 mkdir -p strings/0x409
56 echo "OpenBMC" > strings/0x409/manufacturer
57 echo "Virtual Media Device" > strings/0x409/product
58 mkdir -p configs/c.1/strings/0x409
59 echo "config 1" > configs/c.1/strings/0x409/configuration
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools-conf-configfs/
H A Dandroid-gadget-setup24 mkdir strings/0x409
25 mkdir configs/c.1/strings/0x409
26 echo 0x18d1 > idVendor
27 echo 0xd002 > idProduct
28 echo "$serial" > strings/0x409/serialnumber
29 echo "$manufacturer" > strings/0x409/manufacturer
30 echo "$model" > strings/0x409/product
31 echo "Conf 1" > configs/c.1/strings/0x409/configuration
H A Dandroid-gadget-cleanup3 [ -d /sys/kernel/config/usb_gadget ] || exit 0
17 rmdir configs/c.1/strings/0x409
21 rmdir strings/0x409
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools-conf-configfs/
H A Dandroid-gadget-setup24 mkdir strings/0x409
25 mkdir configs/c.1/strings/0x409
26 echo -n 0x18d1 > idVendor
27 echo -n 0xd002 > idProduct
28 echo "$serial" > strings/0x409/serialnumber
29 echo "$manufacturer" > strings/0x409/manufacturer
30 echo "$model" > strings/0x409/product
31 echo "Conf 1" > configs/c.1/strings/0x409/configuration
H A Dandroid-gadget-cleanup3 [ -d /sys/kernel/config/usb_gadget ] || exit 0
17 rmdir configs/c.1/strings/0x409
21 rmdir strings/0x409
/openbmc/openbmc/meta-ufispace/meta-common/recipes-phosphor/network/usb-network/
H A Dusb-network.sh9 echo 0x1d6b > idVendor # Linux foundation
10 echo 0x0104 > idProduct # Multifunction composite gadget
11 mkdir -p strings/0x409
12 echo "Linux" > strings/0x409/manufacturer
13 echo "Ethernet/ECM gadget" > strings/0x409/product
17 mkdir -p configs/c.1/strings/0x409
18 echo "ECM" > configs/c.1/strings/0x409/configuration
28 exit 0
/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/network/usb-network/
H A Dusb_network.sh9 echo 0x1d6b > idVendor # Linux foundation
10 echo 0x0104 > idProduct # Multifunction composite gadget
11 mkdir -p strings/0x409
12 echo "Linux" > strings/0x409/manufacturer
13 echo "Ethernet/ECM gadget" > strings/0x409/product
17 mkdir -p configs/c.1/strings/0x409
18 echo "ECM" > configs/c.1/strings/0x409/configuration
27 exit 0
/openbmc/linux/Documentation/usb/
H A Dgadget_configfs.rst85 $ mkdir strings/0x409
89 $ echo <serial number> > strings/0x409/serialnumber
90 $ echo <manufacturer> > strings/0x409/manufacturer
91 $ echo <product> > strings/0x409/product
97 $ mkdir strings/0x409/xu.0
98 $ echo <string text> > strings/0x409/xu.0/s
123 $ mkdir configs/c.1/strings/0x409
127 $ echo <configuration> > configs/c.1/strings/0x409/configuration
184 ./strings/0x409
185 ./strings/0x409/serialnumber
[all …]
H A Dgadget_uvc.rst52 FUNCTION="$GADGET/functions/uvc.0"
72 uvc.0 +
214 mkdir $FUNCTION/control/extensions/xu.0
215 pushd $FUNCTION/control/extensions/xu.0
223 # chain is IT > PU > XU.0 > OT
228 # control. For example to flag the 0th, 2nd and 3rd controls available:
229 echo 0x0d > bmControls
244 0x03
245 0x03
256 out with 0x00, for example:
[all …]
/openbmc/openbmc/meta-quanta/meta-common/recipes-quanta/network/usb-network/
H A Dusb-network.sh15 mac="$(tr -d '\0' < "$1")"
16 first_byte="${mac:0:2}"
17 first_byte="$((0x$first_byte|2))"
29 echo 0x1d6b > idVendor # Linux foundation
30 echo 0x0104 > idProduct # Multifunction composite gadget
31 mkdir -p strings/0x409
32 echo "Linux" > strings/0x409/manufacturer
33 echo "Etherned/ECM gadget" > strings/0x409/product
37 mkdir -p configs/c.1/strings/0x409
38 echo "ECM" > configs/c.1/strings/0x409/configuration
[all …]
/openbmc/phosphor-misc/usb-ctrl/
H A Dusb-ctrl10 dd if=/dev/zero of="$storage" bs=1M seek="$sz_mb" count=0 2>/dev/null
12 local diskid=0x23FCF676
63 *) echo "$D"; return 0 ;;
80 ## e.g. functions/mass_storage.usb0/lun.0/
101 removable=0
102 ro=0
103 cdrom=0
107 ro=0
108 cdrom=0
119 cdrom=0
[all …]
/openbmc/openbmc/meta-hpe/meta-common/recipes-phosphor/recipes-graphics/obmc-ikvm/
H A Dcreate_usbhid.sh12 echo 0x0100 > bcdDevice
13 echo 0x0200 > bcdUSB
14 echo 0x0104 > idProduct # Multifunction Composite Gadget
15 echo 0x1d6b > idVendor # Linux Foundation
18 mkdir strings/0x409
20 echo "OpenBMC" > strings/0x409/manufacturer
21 echo "virtual_input" > strings/0x409/product
22 echo "OBMC0001" > strings/0x409/serialnumber
25 mkdir functions/hid.0
27 echo 1 > functions/hid.0/protocol # 1: keyboard
[all …]
/openbmc/openbmc/meta-google/recipes-google/networking/google-usb-network/
H A Dusb_network_test.sh69 local product_id="0xcafe"
86 check_file_content "${FAKE_GADGETFS}/${gadget_dir}/idVendor" "0x18d1"
88 check_file_content "${FAKE_GADGETFS}/${gadget_dir}/strings/0x409/manufacturer" "Google"
89 check_file_content "${FAKE_GADGETFS}/${gadget_dir}/strings/0x409/product" "${product_name}"
91 … check_file_content "${FAKE_GADGETFS}/${gadget_dir}/configs/c.1/strings/0x409/configuration" "EEM"
146 local product_id="0xcafe"
152 if test $? -ne 0; then
160 check_file_content "${FAKE_GADGETFS}/${gadget_dir}/idVendor" "0x18d1"
162 check_file_content "${FAKE_GADGETFS}/${gadget_dir}/strings/0x409/manufacturer" "Google"
163 check_file_content "${FAKE_GADGETFS}/${gadget_dir}/strings/0x409/product" "${product_name}"
[all …]
H A Dusb_network.sh33 $0 [OPTIONS] [stop|start]
56 if (( ID_VENDOR == 0x18d1 && ID_PRODUCT == 0x22b )); then
73 local str_en_dir="${gadget_dir}/strings/0x409"
81 mkdir -p "${config_dir}/strings/0x409" || return
82 echo "${DEV_TYPE^^}" > "${config_dir}/strings/0x409/configuration" || return
118 "${gadget_dir}/configs/c.1/strings/0x409" \
120 "${gadget_dir}/strings/0x409" \
129 --name "$(basename "$0")" \
137 ID_VENDOR="0x18d1" # Google
148 while [[ $# -gt 0 ]]; do
[all …]
/openbmc/obmc-ikvm/
H A Dcreate_usbhid.sh12 echo 0x0100 > bcdDevice
13 echo 0x0200 > bcdUSB
14 echo 0x0104 > idProduct # Multifunction Composite Gadget
15 echo 0x1d6b > idVendor # Linux Foundation
18 mkdir strings/0x409
20 echo "OpenBMC" > strings/0x409/manufacturer
21 echo "Virtual Keyboard and Mouse" > strings/0x409/product
22 echo "OBMC0001" > strings/0x409/serialnumber
25 mkdir functions/hid.0
27 echo 1 > functions/hid.0/protocol # 1: keyboard
[all …]
/openbmc/linux/Documentation/sound/designs/
H A Dmidi-2.0.rst67 default instead of the MIDI 1.0 interface (at altset 0). You can
69 `midi2_enable=0` option to snd-usb-audio driver module, too.
77 unexpected UMP command; in such a case, pass `midi2_ump_probe=0`
88 show the incoming UMP packets of the card 0 device 0 in the hex
106 (0-based) UMP Group. Legacy applications can access to the specified
131 UMP Version: 0x0000
132 Protocol Caps: 0x00000100
133 Protocol: 0x00000100
136 Block 0 (ProtoZOA Main)
174 client may set its MIDI version (0, 1 or 2) to declare itself being
[all …]
/openbmc/qemu/qga/
H A Dmessages-win32.mc2 English=0x409:MSG00409
/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/network/ampere-usbnet/
H A Dampere_usbnet.sh16 echo 0x0103 > /sys/kernel/config/usb_gadget/usbnet/idProduct
17 echo "OpenBMC usbnet Device" > /sys/kernel/config/usb_gadget/usbnet/strings/0x409/product
/openbmc/linux/arch/arc/include/asm/
H A Dmmu-arcv2.h15 #define ARC_REG_MMU_BCR 0x06f
18 #define ARC_REG_TLBPD0 0x405
19 #define ARC_REG_TLBPD1 0x406
20 #define ARC_REG_TLBPD1HI 0 /* Dummy: allows common code */
21 #define ARC_REG_TLBINDEX 0x407
22 #define ARC_REG_TLBCOMMAND 0x408
23 #define ARC_REG_PID 0x409
24 #define ARC_REG_SCRATCH_DATA0 0x418
26 #define ARC_REG_TLBPD0 0x460
27 #define ARC_REG_TLBPD1 0x461
[all …]
/openbmc/linux/Documentation/devicetree/bindings/media/
H A Dqcom,sdm660-venus.yaml113 reg = <0x0cc00000 0xff000>;
119 interconnects = <&gnoc 0 &mnoc 13>,
123 iommus = <&mmss_smmu 0x400>,
124 <&mmss_smmu 0x401>,
125 <&mmss_smmu 0x40a>,
126 <&mmss_smmu 0x407>,
127 <&mmss_smmu 0x40e>,
128 <&mmss_smmu 0x40f>,
129 <&mmss_smmu 0x408>,
130 <&mmss_smmu 0x409>,
[all …]
/openbmc/linux/Documentation/devicetree/bindings/usb/
H A Daspeed,usb-vhub.yaml77 const: 0
80 '^string@[0-9a-f]+$':
117 reg = <0x1e6a0000 0x300>;
123 pinctrl-0 = <&pinctrl_usb2ad_default>;
125 vhub-vendor-id = <0x1d6b>;
126 vhub-product-id = <0x0107>;
127 vhub-device-revision = <0x0100>;
130 #size-cells = <0>;
133 reg = <0x409>;
/openbmc/linux/drivers/gpu/drm/amd/display/include/
H A Ddpcd_defs.h31 #define DP_SINK_HW_REVISION_START 0x409
35 DPCD_REV_10 = 0x10,
36 DPCD_REV_11 = 0x11,
37 DPCD_REV_12 = 0x12,
38 DPCD_REV_13 = 0x13,
39 DPCD_REV_14 = 0x14
44 DOWNSTREAM_DP = 0,
51 LINK_TEST_PATTERN_NONE = 0,
58 TEST_COLOR_FORMAT_RGB = 0,
64 TEST_BIT_DEPTH_6 = 0,
[all …]
/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/oss/
H A Doss_2_0_d.h27 #define mmIH_VMID_0_LUT 0xf50
28 #define mmIH_VMID_1_LUT 0xf51
29 #define mmIH_VMID_2_LUT 0xf52
30 #define mmIH_VMID_3_LUT 0xf53
31 #define mmIH_VMID_4_LUT 0xf54
32 #define mmIH_VMID_5_LUT 0xf55
33 #define mmIH_VMID_6_LUT 0xf56
34 #define mmIH_VMID_7_LUT 0xf57
35 #define mmIH_VMID_8_LUT 0xf58
36 #define mmIH_VMID_9_LUT 0xf59
[all …]
/openbmc/u-boot/drivers/net/
H A Dmtk_eth.h13 #define PDMA_BASE 0x0800
14 #define GDMA1_BASE 0x0500
15 #define GDMA2_BASE 0x1500
16 #define GMAC_BASE 0x10000
20 #define ETHSYS_SYSCFG0_REG 0x14
22 #define SYSCFG0_GE_MODE_M 0x3
24 #define ETHSYS_CLKCFG0_REG 0x2c
28 #define GE_MODE_RGMII 0
36 #define TX_BASE_PTR_REG(n) (0x000 + (n) * 0x10)
37 #define TX_MAX_CNT_REG(n) (0x004 + (n) * 0x10)
[all …]

123