Home
last modified time | relevance | path

Searched full:lvs (Results 1 – 25 of 49) sorted by relevance

12

/openbmc/linux/drivers/usb/misc/
H A Dlvstest.c24 /* if lvs device connected */
26 /* port no at which lvs device is present */
44 struct lvs_rh *lvs = usb_get_intfdata(intf); in create_lvs_device() local
46 if (!lvs->present) { in create_lvs_device()
47 dev_err(&intf->dev, "No LVS device is present\n"); in create_lvs_device()
54 udev = usb_alloc_dev(hdev, hdev->bus, lvs->portnum); in create_lvs_device()
56 dev_err(&intf->dev, "Could not allocate lvs udev\n"); in create_lvs_device()
106 struct lvs_rh *lvs = usb_get_intfdata(intf); in u3_entry_store() local
112 dev_err(dev, "failed to create lvs device\n"); in u3_entry_store()
116 ret = lvs_rh_set_port_feature(hdev, lvs->portnum, in u3_entry_store()
[all …]
/openbmc/linux/tools/testing/selftests/powerpc/stringloops/
H A Dmemcmp_64.S27 #define LVS lvsr macro
34 #define LVS lvsl macro
82 * _vmask is the mask generated by LVS
578 LVS v3,0,r3
579 LVS v4,0,r4
597 LVS v4,0,r4
/openbmc/linux/arch/powerpc/lib/
H A Dmemcmp_64.S27 #define LVS lvsr macro
34 #define LVS lvsl macro
82 * _vmask is the mask generated by LVS
578 LVS v3,0,r3
579 LVS v4,0,r4
597 LVS v4,0,r4
H A Dmemcpy_power7.S16 #define LVS(VRT,RA,RB) lvsl VRT,RA,RB macro
19 #define LVS(VRT,RA,RB) lvsr VRT,RA,RB macro
482 LVS(v16,0,r4) /* Setup permute control vector */
H A Dcopyuser_power7.S16 #define LVS(VRT,RA,RB) lvsl VRT,RA,RB macro
19 #define LVS(VRT,RA,RB) lvsr VRT,RA,RB macro
537 LVS(v16,0,r4) /* Setup permute control vector */
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Dsnapshot.rst165 # lvs
177 # lvs volumeGroup/snap
194 # lvs
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/keepalived/
H A Dkeepalived_2.3.2.bb1 SUMMARY = "High Availability monitor built upon LVS, VRRP and service pollers"
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-usb-lvstest2 Speed Link Layer tests. These nodes are available in sysfs only when lvs
/openbmc/linux/tools/testing/selftests/powerpc/copyloops/
H A Dmemcpy_power7.S16 #define LVS(VRT,RA,RB) lvsl VRT,RA,RB macro
19 #define LVS(VRT,RA,RB) lvsr VRT,RA,RB macro
482 LVS(v16,0,r4) /* Setup permute control vector */
H A Dcopyuser_power7.S16 #define LVS(VRT,RA,RB) lvsl VRT,RA,RB macro
19 #define LVS(VRT,RA,RB) lvsr VRT,RA,RB macro
537 LVS(v16,0,r4) /* Setup permute control vector */
/openbmc/linux/arch/arm/boot/dts/nvidia/
H A Dtegra20-trimslice.dts146 "lvs";
258 "lvs", "sdb";
H A Dtegra20-tamonten.dtsi137 "lvs";
242 "lvs", "pmc";
H A Dtegra20-paz00.dts149 "lvs";
247 "lvs", "pmc";
/openbmc/linux/drivers/md/
H A Ddm-target.c117 * up LVs that have holes in them.
/openbmc/u-boot/arch/arm/dts/
H A Dtegra20-tamonten.dtsi126 "lvs";
231 "lvs", "pmc";
H A Dtegra20-paz00.dts165 "lvs";
263 "lvs", "pmc";
H A Dtegra20-ventana.dts179 "lspi", "lvp1", "lvs";
286 "lvp1", "lvs", "pmc", "sdb";
/openbmc/linux/Documentation/devicetree/bindings/regulator/
H A Dqcom,rpm-regulator.yaml52 "^((s|l|lvs)[0-9]*|s[1-2][a-b]|ncp|mvs|usb-switch|hdmi-switch)$":
H A Dqcom,rpmh-regulator.yaml120 "^(smps|ldo|lvs|bob)[0-9]+$":
363 vin-lvs-1-2-supply: true
H A Dqcom,smd-rpm-regulator.yaml110 "^((s|l|lvs|5vs)[0-9]*)|(boost-bypass)|(bob)$":
H A Dqcom,spmi-regulator.yaml35 "^(5vs[1-2]|(l|s)[1-9][0-9]?|lvs[1-3])$":
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/
H A Dnvidia,tegra20-pinmux.yaml42 lsda, lsdi, lspi, lvp0, lvp1, lvs, owc, pmc, pta, rm, sdb,
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dbuildinfohelper.py1084 self.internal_state['lvs'] = {}
1087 …self.internal_state['lvs'][self.orm_wrapper.get_update_layer_object(layerinfos[layer], self.brbe)]…
1088 …self.internal_state['lvs'][self.orm_wrapper.get_update_layer_object(layerinfos[layer], self.brbe)]…
1119 if not 'lvs' in self.internal_state:
1122 for layer_obj in self.internal_state['lvs']:
1123 …rapper.get_update_layer_version_object(build_obj, layer_obj, self.internal_state['lvs'][layer_obj])
1125 del self.internal_state['lvs']
/openbmc/linux/drivers/net/fddi/
H A Ddefxx.h16 * LVS Lawrence V. Stefani <lstefani@yahoo.com>
23 * 16-Aug-96 LVS Created.
24 * 09-Sep-96 LVS Added group_prom field. Moved read/write I/O
26 * 12-Sep-96 LVS Removed packet request header pointers.
/openbmc/u-boot/arch/arm/mach-tegra/tegra20/
H A Dfuncmux.c31 PINMUX(LVS, DISPA, NORMAL, NORMAL),

12