| /OK3568_Linux_fs/kernel/drivers/usb/misc/ |
| H A D | lvstest.c | 24 /* 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 …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/libblockdev/files/ |
| H A D | 0001-lvm-Do-not-include-duplicate-entries-in-bd_lvm_lvs-o.patch | 6 We use "-o segtypes" for the "lvs" command which means multisegment 7 LVs will be twice in the output. 27 - g_ptr_array_add (lvs, lvdata); 29 + /* ignore duplicate entries in lvs output, these are caused by multi segments LVs … 30 + for (gsize i = 0; i < lvs->len; i++) { 31 + if (g_strcmp0 (((BDLVMLVdata *) g_ptr_array_index (lvs, i))->lv_name, lvdata->… 32 + g_debug("Duplicate LV entry for '%s' found in lvs output", 41 + g_ptr_array_add (lvs, lvdata); 51 lvs = BlockDev.lvm_lvs("testVG") 52 self.assertEqual(len(lvs), 1) [all …]
|
| /OK3568_Linux_fs/buildroot/package/keepalived/ |
| H A D | Config.in | 12 the daemon the ability of checking a LVS server pool 13 states. Keepalived can be sumarize as a LVS driving daemon.
|
| /OK3568_Linux_fs/kernel/arch/powerpc/lib/ |
| H A D | memcmp_64.S | 27 #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 D | memcpy_power7.S | 16 #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 D | copyuser_power7.S | 16 #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 */
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/stringloops/ |
| H A D | memcmp_64.S | 27 #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
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/ |
| H A D | snapshot.rst | 165 # lvs 177 # lvs volumeGroup/snap 194 # lvs
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/locales/ |
| H A D | lv_LV | 12 % Source: Latvian Standard LVS 24-93 30 source "Latvian Standard LVS 24-93"
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/locales/ |
| H A D | lv_LV | 12 % Source: Latvian Standard LVS 24-93 30 source "Latvian Standard LVS 24-93"
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0124-disk-lvm-Do-not-allow-a-LV-to-be-it-s-own-segment-s-.patch | 23 for (lv2 = vg->lvs; lv2; lv2 = lv2->next)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/keepalived/ |
| H A D | keepalived_2.2.2.bb | 1 SUMMARY = "High Availability monitor built upon LVS, VRRP and service pollers"
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/copyloops/ |
| H A D | memcpy_power7.S | 16 #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 D | copyuser_power7.S | 16 #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 */
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-bus-usb-lvstest | 2 Speed Link Layer tests. These nodes are available in sysfs only when lvs
|
| /OK3568_Linux_fs/buildroot/package/collectd/ |
| H A D | Config.in | 321 transport-layer load-balancer of the LVS project. 324 Collectd must be run on Directors (in LVS jargon).
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | tegra20-trimslice.dts | 146 "lvs"; 258 "lvs", "sdb";
|
| H A D | tegra20-tamonten.dtsi | 137 "lvs"; 242 "lvs", "pmc";
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | tegra20-tamonten.dtsi | 126 "lvs"; 231 "lvs", "pmc";
|
| H A D | tegra20-paz00.dts | 165 "lvs"; 263 "lvs", "pmc";
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | dm-target.c | 110 * up LVs that have holes in them.
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/ |
| H A D | buildinfohelper.py | 1081 self.internal_state['lvs'] = {} 1084 …self.internal_state['lvs'][self.orm_wrapper.get_update_layer_object(layerinfos[layer], self.brbe)]… 1085 …self.internal_state['lvs'][self.orm_wrapper.get_update_layer_object(layerinfos[layer], self.brbe)]… 1116 if not 'lvs' in self.internal_state: 1119 for layer_obj in self.internal_state['lvs']: 1120 …rapper.get_update_layer_version_object(build_obj, layer_obj, self.internal_state['lvs'][layer_obj]) 1122 del self.internal_state['lvs']
|
| /OK3568_Linux_fs/kernel/drivers/net/fddi/ |
| H A D | defxx.h | 16 * 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.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/regulator/ |
| H A D | qcom,smd-rpm-regulator.yaml | 89 "^((s|l|lvs|5vs)[0-9]*)|(boost-bypass)|(bob)$":
|
| H A D | qcom,rpmh-regulator.txt | 88 - vin-lvs-1-2-supply
|