/openbmc/linux/drivers/soundwire/ |
H A D | mipi_disco.c | 125 struct sdw_dp0_prop *dp0) in sdw_slave_read_dp0() argument 130 &dp0->max_word); in sdw_slave_read_dp0() 133 &dp0->min_word); in sdw_slave_read_dp0() 138 dp0->num_words = nval; in sdw_slave_read_dp0() 139 dp0->words = devm_kcalloc(&slave->dev, in sdw_slave_read_dp0() 140 dp0->num_words, sizeof(*dp0->words), in sdw_slave_read_dp0() 142 if (!dp0->words) in sdw_slave_read_dp0() 147 dp0->words, dp0->num_words); in sdw_slave_read_dp0() 150 dp0->BRA_flow_controlled = fwnode_property_read_bool(port, in sdw_slave_read_dp0() 153 dp0->simple_ch_prep_sm = fwnode_property_read_bool(port, in sdw_slave_read_dp0() [all …]
|
H A D | sysfs_slave.c | 43 * |---- dp0 139 * DP0 sysfs 186 * for dp0-level properties 190 .name = "dp0",
|
H A D | debugfs.c | 68 /* DP0 non-banked registers */ in sdw_slave_reg_show() 73 /* DP0 Bank 0 registers */ in sdw_slave_reg_show() 79 /* DP0 Bank 1 registers */ in sdw_slave_reg_show()
|
H A D | bus.c | 1447 /* No need to continue if DP0 is not present */ in sdw_initialize_slave() 1451 /* Enable DP0 interrupts */ in sdw_initialize_slave() 1513 /* Read DP0 interrupt again */ in sdw_handle_dp0_interrupt() 1529 dev_warn(&slave->dev, "Reached MAX_RETRY on DP0 read\n"); in sdw_handle_dp0_interrupt()
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-soundwire-slave | 48 What: /sys/bus/soundwire/devices/sdw:.../dp0/max_word 49 /sys/bus/soundwire/devices/sdw:.../dp0/min_word 50 /sys/bus/soundwire/devices/sdw:.../dp0/words 51 /sys/bus/soundwire/devices/sdw:.../dp0/BRA_flow_controlled 52 /sys/bus/soundwire/devices/sdw:.../dp0/simple_ch_prep_sm 53 /sys/bus/soundwire/devices/sdw:.../dp0/imp_def_interrupts
|
/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a75/ |
H A D | pipeline.json | 33 … issue queue are busy. This event counts the cycles where all slots in the DP0 and DP1 IQs are ful… 36 … issue queue are busy. This event counts the cycles where all slots in the DP0 and DP1 IQs are ful…
|
/openbmc/linux/drivers/parisc/ |
H A D | iosapic.c | 517 static void iosapic_rd_irt_entry(struct vector_info *vi , u32 *dp0, u32 *dp1) in iosapic_rd_irt_entry() argument 522 *dp0 = iosapic_read(isp->addr, IOSAPIC_IRDT_ENTRY(idx)); in iosapic_rd_irt_entry() 527 static void iosapic_wr_irt_entry(struct vector_info *vi, u32 dp0, u32 dp1) in iosapic_wr_irt_entry() argument 532 vi->irqline, isp->isi_hpa, dp0, dp1); in iosapic_wr_irt_entry() 534 iosapic_write(isp->addr, IOSAPIC_IRDT_ENTRY(vi->irqline), dp0); in iosapic_wr_irt_entry() 537 dp0 = readl(isp->addr+IOSAPIC_REG_WINDOW); in iosapic_wr_irt_entry() 546 ** set_irt prepares the data (dp0, dp1) according to the vector_info 547 ** and target cpu (id_eid). dp0/dp1 are then used to program I/O SAPIC 551 iosapic_set_irt_data( struct vector_info *vi, u32 *dp0, u32 *dp1) in iosapic_set_irt_data() argument 567 *dp0 = mode | (u32) vi->txn_data; in iosapic_set_irt_data() [all …]
|
/openbmc/linux/drivers/usb/typec/mux/ |
H A D | nb7vpq904m.c | 187 * D -> DP0 in nb7vpq904m_set() 189 * A -> DP0 in nb7vpq904m_set() 226 * D -> DP0 in nb7vpq904m_set() 228 * A -> DP0 in nb7vpq904m_set()
|
/openbmc/linux/Documentation/devicetree/bindings/arm/tegra/ |
H A D | nvidia,tegra186-pmc.yaml | 89 hdmi-dp0, hdmi-dp1, pex-cntrl, sdmmc2-hv, sdmmc4, cam, dsib, 99 hdmi-dp0, hdmi-dp1, pex-cntrl, pex-ctl2, pex-l0-rst,
|
/openbmc/linux/Documentation/devicetree/bindings/display/connector/ |
H A D | dp-connector.yaml | 45 label = "dp0";
|
/openbmc/linux/Documentation/devicetree/bindings/display/ |
H A D | arm,malidp.yaml | 102 dp0: malidp@6f200000 {
|
/openbmc/linux/arch/arm64/boot/dts/ti/ |
H A D | k3-j721e-beagleboneai64.dts | 293 dp0: connector { label 295 label = "DP0"; 362 dp0_3v3_en_pins_default:dp0-3v3-en-default-pins { 368 dp0_pins_default: dp0-default-pins {
|
H A D | k3-j721e-common-proc-board.dts | 174 dp0: connector { label 176 label = "DP0"; 258 dp0_pins_default: dp0-default-pins {
|
H A D | k3-j721e-sk.dts | 224 dp0: connector { label 226 label = "DP0"; 355 dp0_pins_default: dp0-default-pins {
|
/openbmc/linux/sound/soc/codecs/ |
H A D | sdw-mockup.c | 147 * DP0 is not supported in sdw_mockup_read_prop()
|
/openbmc/linux/include/linux/soundwire/ |
H A D | sdw_registers.h | 22 * DP0 Interrupt register & bits
|
H A D | sdw.h | 228 * struct sdw_dp0_prop - DP0 properties
|
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | npc.h | 248 u16 dp0; member
|
/openbmc/linux/drivers/soc/tegra/ |
H A D | pmc.c | 3779 TEGRA_IO_PAD(TEGRA_IO_PAD_HDMI_DP0, 28, 0x74, 0x78, UINT_MAX, "hdmi-dp0"), 3820 TEGRA_IO_PIN_DESC(TEGRA_IO_PAD_HDMI_DP0, "hdmi-dp0"), 3986 TEGRA_IO_PAD(TEGRA_IO_PAD_HDMI_DP0, 28, 0x74, 0x78, UINT_MAX, "hdmi-dp0"), 4038 TEGRA_IO_PIN_DESC(TEGRA_IO_PAD_HDMI_DP0, "hdmi-dp0"), 4147 TEGRA_IO_PAD(TEGRA_IO_PAD_HDMI_DP0, 0, 0xe0d0, 0xe0d4, UINT_MAX, "hdmi-dp0"), 4165 TEGRA_IO_PIN_DESC(TEGRA_IO_PAD_HDMI_DP0, "hdmi-dp0"),
|
/openbmc/linux/drivers/phy/xilinx/ |
H A D | phy-zynqmp.c | 690 * Wait for the PLL to lock. For DP, only wait on DP0 to avoid in xpsgtr_phy_power_on()
|
/openbmc/linux/drivers/gpu/drm/bridge/ |
H A D | tc358767.c | 1004 /* SSCG and BW27 on DP1 must be set to the same as on DP0 */ in tc_main_link_enable() 1128 /* Enable DP0 to start Link Training */ in tc_main_link_enable()
|
/openbmc/linux/drivers/pinctrl/sunxi/ |
H A D | pinctrl-sun50i-a100.c | 204 SUNXI_FUNCTION(0x4, "dsi0"), /* DP0 */
|
/openbmc/linux/arch/arm64/boot/dts/exynos/ |
H A D | exynosautov9-pinctrl.dtsi | 40 dp0_hpd: dp0-hpd-pins {
|
/openbmc/linux/drivers/gpu/drm/amd/include/ |
H A D | atomfirmware.h | 1459 struct atom_hdmi_retimer_redriver_set dp0_retimer_set; //for DP0 1508 struct atom_hdmi_retimer_redriver_set dp0_retimer_set; //for DP0 1566 struct atom_hdmi_retimer_redriver_set dp0_retimer_set; //for DP0
|
/openbmc/linux/arch/arm64/boot/dts/nvidia/ |
H A D | tegra194-p3509-0000.dtsi | 2190 /* DP0 */
|