| /kernel/linux/linux-5.10/tools/testing/selftests/net/ |
| D | vrf-xfrm-tests.sh | 70 out=$(eval ip netns exec host1 $cmd 2>&1) 180 ip netns del host1 186 create_ns "host1" 189 connect_ns "host1" eth0 ${HOST1_4}/24 ${HOST1_6}/64 \ 192 create_vrf "host1" ${VRF} ${TABLE} 193 ip -netns host1 link set dev eth0 master ${VRF} 198 for ns in host1 host2 220 # host1 - IPv4 out 221 ip -netns host1 xfrm policy add \ 230 # host1 - IPv4 in [all …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/net/ |
| D | vrf-xfrm-tests.sh | 70 out=$(eval ip netns exec host1 $cmd 2>&1) 180 ip netns del host1 186 create_ns "host1" 189 connect_ns "host1" eth0 ${HOST1_4}/24 ${HOST1_6}/64 \ 192 create_vrf "host1" ${VRF} ${TABLE} 193 ip -netns host1 link set dev eth0 master ${VRF} 198 for ns in host1 host2 220 # host1 - IPv4 out 221 ip -netns host1 xfrm policy add \ 230 # host1 - IPv4 in [all …]
|
| /kernel/linux/linux-5.10/drivers/soc/qcom/ |
| D | smem.c | 143 * @host1: second processor/host with access to this partition 152 __le16 host1; member 179 * @host1: second processor/host with access to this partition 190 __le16 host1; member 394 le16_to_cpu(phdr->host0), le16_to_cpu(phdr->host1)); in qcom_smem_alloc_private() 561 le16_to_cpu(phdr->host0), le16_to_cpu(phdr->host1)); in qcom_smem_get_private() 726 struct smem_ptable_entry *entry, u16 host0, u16 host1) in qcom_smem_partition_header() argument 745 if (host1 != le16_to_cpu(header->host1)) { in qcom_smem_partition_header() 746 dev_err(smem->dev, "bad host1 (%hu != %hu)\n", in qcom_smem_partition_header() 747 host1, le16_to_cpu(header->host1)); in qcom_smem_partition_header() [all …]
|
| /kernel/linux/linux-6.6/drivers/soc/qcom/ |
| D | smem.c | 145 * @host1: second processor/host with access to this partition 154 __le16 host1; member 181 * @host1: second processor/host with access to this partition 192 __le16 host1; member 430 le16_to_cpu(phdr->host0), le16_to_cpu(phdr->host1)); in qcom_smem_alloc_private() 641 le16_to_cpu(phdr->host0), le16_to_cpu(phdr->host1)); in qcom_smem_get_private() 861 struct smem_ptable_entry *entry, u16 host0, u16 host1) in qcom_smem_partition_header() argument 883 if (host1 != le16_to_cpu(header->host1)) { in qcom_smem_partition_header() 884 dev_err(smem->dev, "bad host1 (%hu != %hu)\n", in qcom_smem_partition_header() 885 host1, le16_to_cpu(header->host1)); in qcom_smem_partition_header() [all …]
|
| /kernel/linux/linux-6.6/drivers/pci/endpoint/functions/ |
| D | pci-epf-ntb.c | 14 * HOST1 and HOST2 can communicate with each other using SoC as a bridge. 18 * | HOST1 | | HOST2 | 133 * @ntb: NTB device that facilitates communication between HOST1 and HOST2 136 * Once NTB function in HOST1 and the NTB function in HOST2 invoke 178 * @ntb: NTB device that facilitates communication between HOST1 and HOST2 223 * BAR_MW4 for rest of the BARs of epf_ntb_epc that is connected to HOST1. This 287 * @ntb: NTB device that facilitates communication between HOST1 and HOST2 324 * @ntb: NTB device that facilitates communication between HOST1 and HOST2 371 * HOST1. This is populated in epf_ntb_alloc_peer_mem() in this driver along 427 * @ntb: NTB device that facilitates communication between HOST1 and HOST2 [all …]
|
| /kernel/linux/linux-5.10/include/linux/platform_data/ |
| D | usb-mx2.h | 23 host1_xcverless:1, /* traceiverless host1 port */ 24 host1_txenoe:1, /* output enable host1 transmit enable */
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | rk3288-veyron-chromebook.dtsi | 61 /* This turns on vbus for host1 (dwc2) */ 62 vcc5_host1: vcc5-host1-regulator { 174 host1_pwr_en: host1-pwr-en {
|
| D | aspeed-bmc-facebook-yosemitev2.dts | 51 // Host1 Console 123 //Host1 IPMB bus
|
| D | rk3288-phycore-rdk.dts | 50 vcc_host1_5v: usb-host1-regulator { 211 host1_vbus_drv: host1-vbus-drv {
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/rockchip/ |
| D | rk3288-veyron-chromebook.dtsi | 61 /* This turns on vbus for host1 (dwc2) */ 62 vcc5_host1: vcc5-host1-regulator { 174 host1_pwr_en: host1-pwr-en {
|
| D | rk3288-phycore-rdk.dts | 50 vcc_host1_5v: usb-host1-regulator { 211 host1_vbus_drv: host1-vbus-drv {
|
| /kernel/linux/linux-6.6/Documentation/PCI/endpoint/ |
| D | pci-ntb-function.rst | 23 configures the SoC with multiple EP instances, HOST1 and HOST2 can 30 | HOST1 | | HOST2 | 291 Above diagram shows Config region + Scratchpad region for HOST1 (connected to 292 EP controller 1) allocated in local memory. The HOST1 can access the config 297 for HOST1, however the same is applicable for HOST2. 336 HOST1 can raise doorbell interrupt on HOST2 and also how HOST1 can access
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/nfs/ |
| D | nfs-rdma.rst | 187 assumes you have two IB hosts named host1 and host2): 191 host1$ ip link set dev ib0 up 192 host1$ ip address add dev ib0 a.b.c.x 195 host1$ ping a.b.c.y
|
| /kernel/linux/linux-6.6/Documentation/admin-guide/nfs/ |
| D | nfs-rdma.rst | 187 assumes you have two IB hosts named host1 and host2): 191 host1$ ip link set dev ib0 up 192 host1$ ip address add dev ib0 a.b.c.x 195 host1$ ping a.b.c.y
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/pinctrl/ |
| D | ralink,rt3883-pinctrl.yaml | 39 lna a, lna g, mdio, pci-dev, pci-fnc, pci-host1, pci-host2, 173 const: pci-host1
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/msm/dsi/ |
| D | dsi_manager.c | 135 * during PLL0 clock's set_rate. The PHY1 reset called by host1 here in dsi_mgr_phy_enable() 257 pr_err("%s: power on host1 failed, %d\n", in dsi_mgr_bridge_power_on() 330 pr_err("%s: enable host1 failed, %d\n", __func__, ret); in dsi_mgr_bridge_pre_enable() 385 pr_err("%s: host1 disable failed, %d\n", __func__, ret); in dsi_mgr_bridge_post_disable() 402 pr_err("%s: host1 power off failed, %d\n", in dsi_mgr_bridge_post_disable()
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/aspeed/ |
| D | aspeed-bmc-facebook-yosemitev2.dts | 51 // Host1 Console 123 //Host1 IPMB bus
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/msm/dsi/ |
| D | dsi_manager.c | 150 * during PLL0 clock's set_rate. The PHY1 reset called by host1 here in dsi_mgr_phy_enable() 402 pr_err("%s: power on host1 failed, %d\n", in dsi_mgr_bridge_pre_enable() 429 pr_err("%s: enable host1 failed, %d\n", __func__, ret); in dsi_mgr_bridge_pre_enable() 532 pr_err("%s: host1 disable failed, %d\n", __func__, ret); in dsi_mgr_bridge_post_disable() 553 pr_err("%s: host1 power off failed, %d\n", in dsi_mgr_bridge_post_disable()
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/phy/ |
| D | rockchip-usb-phy.txt | 24 "0x348" - for PHY attach to HOST1 controller
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/phy/ |
| D | marvell,armada-cp110-utmi-phy.yaml | 24 1.H----- USB HOST1
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
| D | gp100.c | 38 { 0x07, "HOST1", NULL, NVKM_ENGINE_FIFO },
|
| D | tu102.c | 63 { 0x21, "HOST1" },
|
| D | gm107.c | 57 { 0x08, "HOST1", NULL, NVKM_ENGINE_FIFO },
|
| /kernel/linux/linux-6.6/drivers/pinctrl/mediatek/ |
| D | pinctrl-rt3883.c | 61 FUNC("pci-host1", 2, 40, 32),
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
| D | gp100.c | 62 { 0x07, "HOST1" },
|