Home
last modified time | relevance | path

Searched refs:vbus (Results 1 – 25 of 596) sorted by relevance

12345678910>>...24

/freebsd/sys/dev/hptrr/
H A Dldm.h160 void dmapool_init(PVBUS vbus);
193 PVBUS vbus; member
203 PVBUS vbus; member
354 PVBUS vbus; member
430 for (vbus = ldm_get_next_vbus(0, (void **)(void *)&vbus_ext); vbus; \
431 vbus = ldm_get_next_vbus(vbus, (void **)(void *)&vbus_ext))
437 #define ldm_initialize_vbus(vbus, adapter) ldm_initialize_vbus_async(vbus, adapter, 0) argument
470 cmd->vbus = grp->vbus;\
496 void ldm_run(PVBUS vbus);
497 int ldm_idle(PVBUS vbus);
[all …]
H A Dhptrr_osm_bsd.c84 PVBUS vbus; in hpt_attach() local
126 if (hba->ldm_adapter.vbus==vbus) { in hpt_attach()
325 ldm_reset_vbus(vd->vbus); in hpt_flush_vdev()
342 PVBUS vbus = (PVBUS)vbus_ext->vbus; in hpt_shutdown_vbus() local
363 ldm_shutdown(vbus); in hpt_shutdown_vbus()
366 ldm_release_vbus(vbus); in hpt_shutdown_vbus()
538 PVBUS vbus = (PVBUS)vbus_ext->vbus; in hpt_scsi_io() local
809 ldm_intr((PVBUS)vbus_ext->vbus); in hpt_pci_intr()
866 PVBUS vbus; in hpt_do_ioctl() local
978 PVBUS vbus; in hpt_final_init() local
[all …]
/freebsd/sys/dev/hpt27xx/
H A Dldm.h161 void dmapool_init(PVBUS vbus);
194 PVBUS vbus; member
205 PVBUS vbus; member
360 PVBUS vbus; member
437 for (vbus = ldm_get_next_vbus(0, (void **)(void *)&vbus_ext); vbus; \
438 vbus = ldm_get_next_vbus(vbus, (void **)(void *)&vbus_ext))
444 #define ldm_initialize_vbus(vbus, adapter) ldm_initialize_vbus_async(vbus, adapter, 0) argument
477 cmd->vbus = grp->vbus;\
503 void ldm_run(PVBUS vbus);
504 int ldm_idle(PVBUS vbus);
[all …]
H A Dwj.h39 void wj_init(PVBUS vbus, void *nvram_addr, HPT_U32 nvram_size);
40 void *wj_add_entry(PVBUS vbus, PVDEV vd, HPT_LBA lba, HPT_U16 sectors);
41 void *wj_get_entry(PVBUS vbus, PVDEV *vd_p, HPT_LBA *lba_p, HPT_U16 *sectors_p);
42 void wj_del_entry(PVBUS vbus, void *handle);
43 void wj_del_vd(PVBUS vbus, PVDEV vd);
44 void wj_sync_stamp(PVBUS vbus, PVDEV vd);
48 #define wj_add_entry(vbus, vd, lba, sectors) 0 argument
49 #define wj_get_entry(vbus, vd_p, lba_p, sectors_p) 0 argument
50 #define wj_del_entry(vbus, handle) 0 argument
51 #define wj_del_vd(vbus, vd) 0 argument
[all …]
H A Dhpt27xx_osm_bsd.c75 PVBUS vbus; in hpt_attach() local
128 if (hba->ldm_adapter.vbus==vbus) { in hpt_attach()
328 ldm_reset_vbus(vd->vbus); in hpt_flush_vdev()
347 PVBUS vbus = (PVBUS)vbus_ext->vbus; in hpt_shutdown_vbus() local
368 ldm_shutdown(vbus); in hpt_shutdown_vbus()
371 ldm_release_vbus(vbus); in hpt_shutdown_vbus()
539 PVBUS vbus = (PVBUS)vbus_ext->vbus; in hpt_scsi_io() local
885 ldm_intr((PVBUS)vbus_ext->vbus); in hpt_pci_intr()
943 PVBUS vbus; in hpt_do_ioctl() local
1055 PVBUS vbus; in hpt_final_init() local
[all …]
/freebsd/sys/dev/hptnr/
H A Dldm.h161 void dmapool_init(PVBUS vbus);
194 PVBUS vbus; member
205 PVBUS vbus; member
359 PVBUS vbus; member
436 for (vbus = ldm_get_next_vbus(0, (void **)(void *)&vbus_ext); vbus; \
437 vbus = ldm_get_next_vbus(vbus, (void **)(void *)&vbus_ext))
443 #define ldm_initialize_vbus(vbus, adapter) ldm_initialize_vbus_async(vbus, adapter, 0) argument
476 cmd->vbus = grp->vbus;\
502 void ldm_run(PVBUS vbus);
503 int ldm_idle(PVBUS vbus);
[all …]
H A Dwj.h40 void wj_init(PVBUS vbus, void *nvram_addr, HPT_U32 nvram_size);
41 void *wj_add_entry(PVBUS vbus, PVDEV vd, HPT_LBA lba, HPT_U16 sectors);
42 void *wj_get_entry(PVBUS vbus, PVDEV *vd_p, HPT_LBA *lba_p, HPT_U16 *sectors_p);
43 void wj_del_entry(PVBUS vbus, void *handle);
44 void wj_del_vd(PVBUS vbus, PVDEV vd);
45 void wj_sync_stamp(PVBUS vbus, PVDEV vd);
49 #define wj_add_entry(vbus, vd, lba, sectors) 0
50 #define wj_get_entry(vbus, vd_p, lba_p, sectors_p) 0
51 #define wj_del_entry(vbus, handle) 0
52 #define wj_del_vd(vbus, vd) 0
[all …]
H A Dhptnr_osm_bsd.c77 PVBUS vbus; in hpt_attach() local
124 ldm_for_each_vbus(vbus, vbus_ext) { in hpt_attach()
125 if (hba->ldm_adapter.vbus==vbus) { in hpt_attach()
324 ldm_reset_vbus(vd->vbus); in hpt_flush_vdev()
341 PVBUS vbus = (PVBUS)vbus_ext->vbus; in hpt_shutdown_vbus() local
362 ldm_shutdown(vbus); in hpt_shutdown_vbus()
365 ldm_release_vbus(vbus); in hpt_shutdown_vbus()
579 PVBUS vbus = (PVBUS)vbus_ext->vbus; in hpt_scsi_io() local
1223 PVBUS vbus; in hpt_do_ioctl() local
1335 PVBUS vbus; in hpt_final_init() local
[all …]
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx6qdl-prti6q.dtsi21 reg_usb_h1_vbus: regulator-h1-vbus {
23 regulator-name = "h1-vbus";
28 reg_usb_otg_vbus: regulator-otg-vbus {
30 regulator-name = "otg-vbus";
69 vbus-supply = <&reg_usb_h1_vbus>;
77 vbus-supply = <&reg_usb_otg_vbus>;
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dusb-nop-xceiv.txt21 - vbus-detect-gpio: should specify the GPIO detecting a VBus insertion
23 - vbus-regulator : should specifiy the regulator supplying current drawn from
35 vbus-detect-gpio = <&gpio2 13 GPIO_ACTIVE_HIGH>;
36 vbus-regulator = <&vbus_regulator>;
43 GPIO 13 detects VBus insertion, and accordingly notifies the vbus-regulator.
H A Dusb-nop-xceiv.yaml36 vbus-detect-gpio:
40 vbus-regulator:
67 vbus-detect-gpio = <&gpio2 13 GPIO_ACTIVE_HIGH>;
68 vbus-regulator = <&vbus_regulator>;
H A Dohci-da8xx.txt12 - vbus-supply: phandle of regulator that controls vbus power / over-current
22 vbus-supply = <&reg_usb_ohci>;
H A Dfcs,fusb302.yaml22 vbus-supply:
34 - vbus-supply
53 vbus-supply = <&vbus_typec>;
H A Datmel-usb.txt16 - atmel,vbus-gpio: If present, specifies a gpio that needs to be
70 - atmel,vbus-gpio: If present, specifies a gpio that needs to be
79 atmel,vbus-gpio = <&pioC 5 0>;
104 - atmel,vbus-gpio: If present, specifies a gpio that allows to detect whether
105 vbus is present (USB is connected).
124 atmel,vbus-gpio = <&pioB 19 0>;
H A Dmaxim,max3420-udc.yaml31 - description: vbus detection irq
37 - const: vbus
64 interrupt-names = "udc", "vbus";
/freebsd/sys/contrib/device-tree/Bindings/regulator/
H A Dqcom,usb-vbus-regulator.yaml4 $id: http://devicetree.org/schemas/regulator/qcom,usb-vbus-regulator.yaml#
23 - qcom,pm8150b-vbus-reg
43 usb-vbus-regulator@1100 {
44 compatible = "qcom,pm8150b-vbus-reg";
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/
H A Dmt2712-evb.dts54 usb_p0_vbus: regulator-usb-p0-vbus {
63 usb_p1_vbus: regulator-usb-p1-vbus {
72 usb_p2_vbus: regulator-usb-p2-vbus {
81 usb_p3_vbus: regulator-usb-p3-vbus {
201 vbus-supply = <&usb_p0_vbus>;
214 vbus-supply = <&usb_p1_vbus>;
231 vbus-supply = <&usb_p2_vbus>;
/freebsd/sys/contrib/device-tree/src/arm/allwinner/
H A Dsunxi-common-regulators.dtsi2 * sunxi boards common regulator (ahci target power supply, usb-vbus) code
59 reg_usb0_vbus: usb0-vbus {
61 regulator-name = "usb0-vbus";
69 reg_usb1_vbus: usb1-vbus {
71 regulator-name = "usb1-vbus";
80 reg_usb2_vbus: usb2-vbus {
82 regulator-name = "usb2-vbus";
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Dbrcm,ns2-drd-phy.txt13 - vbus-gpios: vbus gpio binding
29 vbus-gpios = <&gpio_g 31 0>;
/freebsd/sys/contrib/device-tree/Bindings/power/supply/
H A Dmt6360_charger.yaml25 usb-otg-vbus-regulator:
42 otg_vbus_regulator: usb-otg-vbus-regulator {
43 regulator-name = "usb-otg-vbus";
/freebsd/sys/contrib/device-tree/Bindings/extcon/
H A Dextcon-ptn5150.txt12 - vbus-gpio: should contain a phandle and GPIO specifier for the GPIO pin which
15 - pinctrl-0 : phandle referencing pin configuration of interrupt and vbus
23 vbus-gpio = <&msmgpio 148 GPIO_ACTIVE_HIGH>;
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/
H A Dtegra234-p3701-0000.dtsi58 vbus-supply = <&vdd_5v0_sys>;
62 vbus-supply = <&vdd_5v0_sys>;
66 vbus-supply = <&vdd_5v0_sys>;
70 vbus-supply = <&vdd_5v0_sys>;
/freebsd/sys/contrib/device-tree/src/arm/rockchip/
H A Drk3128-evb.dts88 vbus-supply = <&vcc5v0_otg>;
94 host_vbus_drv: host-vbus-drv {
100 otg_vbus_drv: otg-vbus-drv {
/freebsd/sys/contrib/device-tree/src/arm/nvidia/
H A Dtegra30-apalis-eval.dts160 vbus-supply = <&reg_usbo1_vbus>;
170 vbus-supply = <&reg_usbh_vbus>;
180 vbus-supply = <&reg_usbh_vbus>;
230 reg_usbo1_vbus: regulator-usbo1-vbus {
241 reg_usbh_vbus: regulator-usbh-vbus {
/freebsd/sys/contrib/device-tree/src/arm64/marvell/
H A Darmada-8040-db.dts34 cp0_reg_usb3_0_vbus: cp0-usb3-0-vbus {
36 regulator-name = "cp0-usb3h0-vbus";
43 cp0_reg_usb3_1_vbus: cp0-usb3-1-vbus {
45 regulator-name = "cp0-usb3h1-vbus";
57 cp1_reg_usb3_0_vbus: cp1-usb3-0-vbus {
59 regulator-name = "cp1-usb3h0-vbus";

12345678910>>...24