Home
last modified time | relevance | path

Searched refs:lvs (Results 1 – 25 of 26) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/usb/misc/
H A Dlvstest.c44 struct lvs_rh *lvs = usb_get_intfdata(intf); in create_lvs_device() local
46 if (!lvs->present) { in create_lvs_device()
54 udev = usb_alloc_dev(hdev, hdev->bus, lvs->portnum); in create_lvs_device()
106 struct lvs_rh *lvs = usb_get_intfdata(intf); in u3_entry_store() local
116 ret = lvs_rh_set_port_feature(hdev, lvs->portnum, in u3_entry_store()
135 struct lvs_rh *lvs = usb_get_intfdata(intf); in u3_exit_store() local
145 ret = lvs_rh_clear_port_feature(hdev, lvs->portnum, in u3_exit_store()
164 struct lvs_rh *lvs = usb_get_intfdata(intf); in hot_reset_store() local
167 ret = lvs_rh_set_port_feature(hdev, lvs->portnum, in hot_reset_store()
183 struct lvs_rh *lvs = usb_get_intfdata(intf); in warm_reset_store() local
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/libblockdev/files/
H A D0001-lvm-Do-not-include-duplicate-entries-in-bd_lvm_lvs-o.patch6 We use "-o segtypes" for the "lvs" command which means multisegment
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)
75 + lvs = BlockDev.lvm_lvs("testVG")
[all …]
/OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/
H A Dsnapshot.rst165 # lvs
177 # lvs volumeGroup/snap
194 # lvs
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0124-disk-lvm-Do-not-allow-a-LV-to-be-it-s-own-segment-s-.patch23 for (lv2 = vg->lvs; lv2; lv2 = lv2->next)
H A D0005-calloc-Use-calloc-at-most-places.patch282 array->lvs->segments->node_count = nmemb;
283 array->lvs->segments->raid_member_size = disk_size;
284 array->lvs->segments->nodes
285 - = grub_zalloc (nmemb * sizeof (array->lvs->segments->nodes[0]));
286 + = grub_calloc (nmemb, sizeof (array->lvs->segments->nodes[0]));
287 array->lvs->segments->stripe_size = stripe_size;
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dtegra20-trimslice.dts146 "lvs";
258 "lvs", "sdb";
H A Dtegra20-tamonten.dtsi137 "lvs";
242 "lvs", "pmc";
H A Dtegra20-ventana.dts158 "lspi", "lvp1", "lvs";
265 "lvp1", "lvs", "pmc", "sdb";
H A Dtegra20-paz00.dts145 "lvs";
243 "lvs", "pmc";
H A Dtegra20-harmony.dts155 "lvs";
260 "lvs", "pmc";
H A Dtegra20-seaboard.dts158 "lspi", "lvp1", "lvs";
268 "lvs", "pmc", "sdb";
H A Dtegra20-acer-a500-picasso.dts200 "lvs";
310 "lvp1", "lvs", "pmc", "sdb";
H A Dtegra20-colibri.dtsi190 "lspi", "lvs";
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-bus-usb-lvstest2 Speed Link Layer tests. These nodes are available in sysfs only when lvs
/OK3568_Linux_fs/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";
H A Dtegra20-harmony.dts176 "lvs";
281 "lvs", "pmc";
H A Dtegra20-seaboard.dts189 "lspi", "lvp1", "lvs";
299 "lvs", "pmc", "sdb";
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/regulator/
H A Dqcom,rpmh-regulator.txt88 - vin-lvs-1-2-supply
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pinctrl/
H A Dnvidia,tegra20-pinmux.txt80 lpw0, lpw1, lpw2, lsc0, lsc1, lsck, lsda, lsdi, lspi, lvp0, lvp1, lvs,
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/qcom/
H A Dsdm845-mtp.dts87 vin-lvs-1-2-supply = <&vreg_s4a_1p8>;
H A Dsdm845-db845c.dts280 vin-lvs-1-2-supply = <&vreg_s4a_1p8>;
H A Dsdm845-cheza.dtsi241 vin-lvs-1-2-supply = <&src_pp1800_s4a>;
/OK3568_Linux_fs/kernel/drivers/pinctrl/tegra/
H A Dpinctrl-tegra20.c2126 MUX_PG(lvs, DISPLAYA, DISPLAYB, XIO, RSVD4, 0x1c, 26, 0x90, 24, -1, -1),

12