Home
last modified time | relevance | path

Searched full:pg1 (Results 1 – 25 of 134) sorted by relevance

123456

/kernel/linux/linux-6.6/drivers/message/fusion/
Dmptspi.c810 struct _CONFIG_PAGE_SCSI_DEVICE_1 pg1; in mptspi_slave_destroy() local
813 pg1.RequestedParameters = 0; in mptspi_slave_destroy()
814 pg1.Reserved = 0; in mptspi_slave_destroy()
815 pg1.Configuration = 0; in mptspi_slave_destroy()
817 mptspi_write_spi_device_pg1(starget, &pg1); in mptspi_slave_destroy()
855 struct _CONFIG_PAGE_SCSI_DEVICE_1 *pg1; in mptspi_write_spi_device_pg1() local
873 pg1 = dma_alloc_coherent(&ioc->pcidev->dev, size, &pg1_dma, GFP_KERNEL); in mptspi_write_spi_device_pg1()
874 if (pg1 == NULL) { in mptspi_write_spi_device_pg1()
895 memcpy(pg1, pass_pg1, size); in mptspi_write_spi_device_pg1()
897 pg1->Header.PageVersion = hdr.PageVersion; in mptspi_write_spi_device_pg1()
[all …]
/kernel/linux/linux-5.10/drivers/message/fusion/
Dmptspi.c810 struct _CONFIG_PAGE_SCSI_DEVICE_1 pg1; in mptspi_slave_destroy() local
813 pg1.RequestedParameters = 0; in mptspi_slave_destroy()
814 pg1.Reserved = 0; in mptspi_slave_destroy()
815 pg1.Configuration = 0; in mptspi_slave_destroy()
817 mptspi_write_spi_device_pg1(starget, &pg1); in mptspi_slave_destroy()
855 struct _CONFIG_PAGE_SCSI_DEVICE_1 *pg1; in mptspi_write_spi_device_pg1() local
873 pg1 = dma_alloc_coherent(&ioc->pcidev->dev, size, &pg1_dma, GFP_KERNEL); in mptspi_write_spi_device_pg1()
874 if (pg1 == NULL) { in mptspi_write_spi_device_pg1()
895 memcpy(pg1, pass_pg1, size); in mptspi_write_spi_device_pg1()
897 pg1->Header.PageVersion = hdr.PageVersion; in mptspi_write_spi_device_pg1()
[all …]
/kernel/linux/linux-6.6/arch/arm64/boot/dts/ti/
Dk3-am65-iot2050-common-pg1.dtsi8 * Common bits of the IOT2050 Basic and Advanced variants, PG1
Dk3-am6548-iot2050-advanced.dts19 #include "k3-am65-iot2050-common-pg1.dtsi"
Dk3-am6528-iot2050-basic.dts19 #include "k3-am65-iot2050-common-pg1.dtsi"
Dk3-am6528-iot2050-basic-common.dtsi9 * Common bits of the IOT2050 Basic variant, PG1 and PG2
Dk3-am6548-iot2050-advanced-common.dtsi9 * Common bits of the IOT2050 Advanced variant, PG1 and PG2
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/phy/
Dallwinner,sun5i-a13-usb-phy.yaml90 usb0_vbus_det-gpios = <&pio 6 1 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PG1 */
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/phy/
Dallwinner,sun5i-a13-usb-phy.yaml92 usb0_vbus_det-gpios = <&pio 6 1 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PG1 */
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dsun8i-v3s-licheepi-zero.dts64 gpios = <&pio 6 1 GPIO_ACTIVE_LOW>; /* PG1 */
Dsun5i-a10s-r7-tv-dongle.dts81 cd-gpios = <&pio 6 1 GPIO_ACTIVE_LOW>; /* PG1 */
Dsun5i-a10s-mk802.dts89 cd-gpios = <&pio 6 1 GPIO_ACTIVE_LOW>; /* PG1 */
Dsun5i-a10s-auxtek-t003.dts92 cd-gpios = <&pio 6 1 GPIO_ACTIVE_LOW>; /* PG1 */
Dsun5i-a13-olinuxino-micro.dts137 usb0_vbus_det-gpios = <&pio 6 1 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PG1 */
Dsun5i-a10s-auxtek-t004.dts101 cd-gpios = <&pio 6 1 GPIO_ACTIVE_LOW>; /* PG1 */
Dsun5i-a13-hsg-h702.dts178 usb0_vbus_det-gpios = <&pio 6 1 GPIO_ACTIVE_HIGH>; /* PG1 */
Dsun5i-reference-design-tablet.dtsi188 usb0_vbus_det-gpios = <&pio 6 1 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PG1 */
/kernel/linux/linux-6.6/arch/arm/boot/dts/allwinner/
Dsun8i-v3s-licheepi-zero.dts64 gpios = <&pio 6 1 GPIO_ACTIVE_LOW>; /* PG1 */
Dsun5i-a10s-r7-tv-dongle.dts81 cd-gpios = <&pio 6 1 GPIO_ACTIVE_LOW>; /* PG1 */
Dsun5i-a10s-mk802.dts89 cd-gpios = <&pio 6 1 GPIO_ACTIVE_LOW>; /* PG1 */
Dsun5i-a13-olinuxino-micro.dts137 usb0_vbus_det-gpios = <&pio 6 1 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PG1 */
Dsun5i-a10s-auxtek-t003.dts92 cd-gpios = <&pio 6 1 GPIO_ACTIVE_LOW>; /* PG1 */
Dsun5i-a10s-auxtek-t004.dts101 cd-gpios = <&pio 6 1 GPIO_ACTIVE_LOW>; /* PG1 */
Dsun5i-a13-hsg-h702.dts178 usb0_vbus_det-gpios = <&pio 6 1 GPIO_ACTIVE_HIGH>; /* PG1 */
Dsun5i-a13-licheepi-one.dts210 usb0_vbus_det-gpios = <&pio 6 1 GPIO_ACTIVE_HIGH>; /* PG1 */

123456