Home
last modified time | relevance | path

Searched +full:host +full:- +full:only (Results 1 – 25 of 1185) sorted by relevance

12345678910>>...48

/OK3568_Linux_fs/kernel/drivers/scsi/fnic/
H A Dfcpio.h25 * communication by the host driver to the fcp firmware.
29 * Exchange and sequence id space allocated to the host driver
117 * The header command tag. All host requests will use the "tag" field
119 * a host request, it will copy the tag field into the response.
121 * The only firmware requests that will use the rx_id/ox_id fields instead
123 * requests. These two requests do not have corresponding host requests
139 tag->u.req_id = id; in fcpio_tag_id_enc()
145 *id = tag->u.req_id; in fcpio_tag_id_dec()
151 tag->u.ex_id.rx_id = rx_id; in fcpio_tag_exid_enc()
152 tag->u.ex_id.ox_id = ox_id; in fcpio_tag_exid_enc()
[all …]
/OK3568_Linux_fs/kernel/drivers/misc/mei/
H A Dhw-me-regs.h1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
3 * Copyright (c) 2003-2019, Intel Corporation. All rights reserved.
53 #define MEI_DEV_ID_LPT_W 0x8D3A /* Lynx Point - Wellsburg */
118 /* Host Firmware Status Registers in PCI Config Space */
132 /* H_CB_WW - Host Circular Buffer (CB) Write Window register */
134 /* H_CSR - Host Control Status register */
136 /* ME_CB_RW - ME Circular Buffer Read Window register (read only) */
138 /* ME_CSR_HA - ME Control Status Host Access register (read only) */
140 /* H_HGC_CSR - PGI register */
142 /* H_D0I3C - D0I3 Control */
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/ufs/
H A Dufs-qcom-ice.c1 // SPDX-License-Identifier: GPL-2.0-only
5 * Copyright (c) 2014-2019, The Linux Foundation. All rights reserved.
12 #include "ufshcd-crypto.h"
13 #include "ufs-qcom.h"
29 /* QCOM ICE v3.X only */
34 /* QCOM ICE v2.X only */
54 /* BIST ("built-in self-test"?) status flags */
61 #define qcom_ice_writel(host, val, reg) \ argument
62 writel((val), (host)->ice_mmio + (reg))
63 #define qcom_ice_readl(host, reg) \ argument
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/dnsmasq/files/
H A Ddnsmasq.conf5 # "/usr/bin/dnsmasq --help" or "man 8 dnsmasq" for details.
9 # leaving only DHCP and/or TFTP.
13 # Only one of mx-host and mx-target need be set, the other defaults
14 # to the name of the host running dnsmasq.
15 #mx-host=
16 #mx-target=
23 # uneccessarily. If you have a dial-on-demand link they also stop
27 domain-needed
28 # Never forward addresses in the non-routed address spaces.
29 bogus-priv
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/go/go-1.18/
H A D0006-cmd-dist-separate-host-and-target-builds.patch4 Subject: [PATCH] cmd/dist: separate host and target builds
6 Upstream-Status: Inappropriate [OE specific]
8 Change the dist tool to allow for OE-style cross-
9 and cross-canadian builds:
11 - command flags --host-only and --target only are added;
17 - for OE cross builds, go_bootstrap is always built for
18 the current build host, and is moved, along with the supporting
22 - go_bootstrap is not automatically removed after the build,
26 Note that for --host-only builds, it would be nice to specify
27 just the "cmd" package to build only the go commands/tools,
[all …]
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A Dperf-kvm.txt1 perf-kvm(1)
5 ----
6 perf-kvm - Tool to trace/measure kvm guest os
9 --------
11 'perf kvm' [--host] [--guest] [--guestmount=<path>
12 [--guestkallsyms=<path> --guestmodules=<path> | --guestvmlinux=<path>]]
13 {top|record|report|diff|buildid-list} [<options>]
14 'perf kvm' [--host] [--guest] [--guestkallsyms=<path> --guestmodules=<path>
15 | --guestvmlinux=<path>] {top|record|report|diff|buildid-list|stat} [<options>]
19 -----------
[all …]
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dtmio_mmc.h1 /* SPDX-License-Identifier: GPL-2.0 */
7 * Copyright (C) 2015-19 Renesas Electronics Corporation
8 * Copyright (C) 2016-19 Sang Engineering, Wolfram Sang
9 * Copyright (C) 2016-17 Horms Solutions, Simon Horman
70 #define TMIO_STAT_DAT0 BIT(23) /* only known on R-Car so far */
73 #define TMIO_STAT_ALWAYS_SET_27 BIT(27) /* only known on R-Car 2+ so far */
74 #define TMIO_STAT_ILL_FUNC BIT(29) /* only when !TMIO_MMC_HAS_IDLE_WAIT */
75 #define TMIO_STAT_SCLKDIVEN BIT(29) /* only when TMIO_MMC_HAS_IDLE_WAIT */
100 #define TMIO_MASK_INIT_RCAR2 0x8b7f031d /* Initial value for R-Car Gen2+ */
114 void (*start)(struct tmio_mmc_host *host, struct mmc_data *data);
[all …]
H A Drenesas_sdhi_internal_dmac.c1 // SPDX-License-Identifier: GPL-2.0
5 * Copyright (C) 2016-19 Renesas Electronics Corporation
6 * Copyright (C) 2016-17 Horms Solutions, Simon Horman
7 * Copyright (C) 2018-19 Sang Engineering, Wolfram Sang
12 #include <linux/dma-mapping.h>
13 #include <linux/io-64-nonatomic-hi-lo.h>
15 #include <linux/mmc/host.h>
61 * - host->chan_{rx,tx} will be used as a flag of enabling/disabling the dma
62 * - Since this SDHI DMAC register set has 16 but 32-bit width, we
69 * On R-Car H3 ES1.* and M3-W ES1.0, when multiple SDHI channels use
[all …]
/OK3568_Linux_fs/buildroot/package/
H A Dpkg-python.mk12 # .mk file to only specify metadata information about the package:
32 PKG_PYTHON_HOST_PLATFORM = linux-$(PKG_PYTHON_ARCH)
38 PKG_PYTHON_SYSCONFIGDATA_NAME = `{ [ -e $(PKG_PYTHON_SYSCONFIGDATA_PATH) ] && basename $(PKG_PYTHON…
53 # Host python packages
59 # Target distutils-based packages
62 LDSHARED="$(TARGET_CROSS)gcc -shared" \
66 --executable=/usr/bin/python
69 --install-headers=/usr/include/python$(PYTHON3_VERSION_MAJOR) \
70 --prefix=/usr
74 --root=$(TARGET_DIR)
[all …]
H A Dpkg-perl.mk11 # the .mk file to only specify metadata information about the
22 PERL_ARCHNAME = $(ARCH)-linux
26 # inner-perl-package -- defines how the configuration, compilation and
34 # for host packages
36 # for host packages
37 # argument 4 is the type (target or host)
40 define inner-perl-package
43 # runtime) and the perl interpreter on the host (for
44 # compilation). However, host packages only need the perl
45 # interpreter on the host.
[all …]
/OK3568_Linux_fs/kernel/drivers/net/usb/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
5 comment "Host-side USB support is needed for USB Network Adapter support"
16 tristate "USB CATC NetMate-based Ethernet device support"
28 typically on eth0, if it is the only ethernet device, or perhaps on
35 tristate "USB KLSI KL5USB101-based ethernet device support"
37 Say Y here if you want to use one of the following 10Mbps only
40 ADS USB-10BT
45 D-Link DSB-650C and DU-E10
47 I-O DATA USB-ET/T
51 Mobility USB-Ethernet Adapter
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0
3 # USB Host Controller Drivers
5 comment "USB Host Controller Drivers"
11 The Cypress C67x00 (EZ-Host/EZ-OTG) chips are dual-role
12 host/peripheral/OTG USB controllers.
14 Enable this option to support this chip in host controller mode.
24 The eXtensible Host Controller Interface (xHCI) is standard for USB 3.0
25 "SuperSpeed" host controller hardware.
28 module will be called xhci-hcd.
36 sure that your xHCI host supports the extended debug capability and
[all …]
H A Dehci-xilinx-of.c1 // SPDX-License-Identifier: GPL-2.0+
3 * EHCI HCD (Host Controller Driver) for USB.
9 * Based on "ehci-ppc-of.c" by Valentine Barshak <vbarshak@ru.mvista.com>
10 * and "ehci-ppc-soc.c" by Stefan Roese <sr@denx.de>
11 * and "ohci-ppc-of.c" by Sylvain Munaut <tnt@246tNt.com>
23 * ehci_xilinx_port_handed_over - hand the port out if failed to enable it
24 * @hcd: Pointer to the usb_hcd device to which the host controller bound
27 * This function is used as a place to tell the user that the Xilinx USB host
28 * controller does support LS devices. And in an HS only configuration, it
32 * There are cases when the host controller fails to enable the port due to,
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/dsi/
H A Ddsi_manager.c1 // SPDX-License-Identifier: GPL-2.0-only
49 /* We assume 2 dsi nodes have the same information of dual-dsi and in dsi_mgr_parse_dual_dsi()
50 * sync-mode, and only one node specifies master in case of dual mode. in dsi_mgr_parse_dual_dsi()
52 if (!msm_dsim->is_dual_dsi) in dsi_mgr_parse_dual_dsi()
53 msm_dsim->is_dual_dsi = of_property_read_bool( in dsi_mgr_parse_dual_dsi()
54 np, "qcom,dual-dsi-mode"); in dsi_mgr_parse_dual_dsi()
56 if (msm_dsim->is_dual_dsi) { in dsi_mgr_parse_dual_dsi()
57 if (of_property_read_bool(np, "qcom,master-dsi")) in dsi_mgr_parse_dual_dsi()
58 msm_dsim->master_dsi_link_id = id; in dsi_mgr_parse_dual_dsi()
59 if (!msm_dsim->is_sync_needed) in dsi_mgr_parse_dual_dsi()
[all …]
/OK3568_Linux_fs/kernel/drivers/hv/
H A Dring_buffer.c1 // SPDX-License-Identifier: GPL-2.0-only
26 * When we write to the ring buffer, check if the host needs to
29 * 1. The host guarantees that while it is draining the
34 * 2. The host guarantees that it will completely drain
37 * interrupt_mask and re-check to see if new data has
43 * the interrupt. The host expects interrupts only when the ring
44 * transitions from empty to non-empty (or full to non full on the guest
45 * to host ring).
47 * host logic is fixed.
52 struct hv_ring_buffer_info *rbi = &channel->outbound; in hv_signal_on_write()
[all …]
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Dxillybus.rst10 - Introduction
11 -- Background
12 -- Xillybus Overview
14 - Usage
15 -- User interface
16 -- Synchronization
17 -- Seekable pipes
19 - Internals
20 -- Source code organization
21 -- Pipe attributes
[all …]
/OK3568_Linux_fs/kernel/Documentation/driver-api/usb/
H A Dgadget.rst11 This document presents a Linux-USB "Gadget" kernel mode API, for use
17 - Supports USB 2.0, for high speed devices which can stream data at
20 - Handles devices with dozens of endpoints just as well as ones with
21 just two fixed-function ones. Gadget drivers can be written so
24 - Flexible enough to expose more complex USB device capabilities such
28 - USB "On-The-Go" (OTG) support, in conjunction with updates to the
29 Linux-USB host side.
31 - Sharing data structures and API models with the Linux-USB host side
32 API. This helps the OTG support, and looks forward to more-symmetric
33 frameworks (where the same I/O model is used by both host and device
[all …]
/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dsd.c1 // SPDX-License-Identifier: GPL-2.0-only
5 * Copyright (C) 2003-2004 Russell King, All Rights Reserved.
7 * Copyright (C) 2005-2007 Pierre Ossman, All Rights Reserved.
16 #include <linux/mmc/host.h>
25 #include "host.h"
60 const u32 __mask = (__size < 32 ? 1 << __size : 0) - 1; \
61 const int __off = 3 - ((start) / 32); \
67 __res |= resp[__off-1] << ((32 - __shft) % 32); \
76 u32 *resp = card->raw_cid; in mmc_decode_cid()
82 card->cid.manfid = UNSTUFF_BITS(resp, 120, 8); in mmc_decode_cid()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ieee802154/
H A Datusb.h1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * atusb.h - Definitions shared between kernel and ATUSB firmware
11 * Firmware: ben-wpan/atusb/fw/include/atusb/atusb.h
19 /* -- - - */
30 ATUSB_TEST, /* atusb-sil only */
52 ATUSB_HW_TYPE_100813, /* 2010-08-13 */
53 ATUSB_HW_TYPE_101216, /* 2010-12-16 */
54 ATUSB_HW_TYPE_110131, /* 2011-01-31, ATmega32U2-based */
62 * ->host ATUSB_ID - - 3
63 * ->host ATUSB_BUILD - - #bytes
[all …]
/OK3568_Linux_fs/buildroot/package/efl/
H A Defl.mk8 EFL_SOURCE = efl-$(EFL_VERSION).tar.xz
10 EFL_LICENSE = BSD-2-Clause, LGPL-2.1+, GPL-2.0+, FTL, MIT
20 licenses/COPYING.NGINX-MIT \
25 EFL_DEPENDENCIES = host-pkgconf host-efl host-luajit dbus freetype \
31 # embedded-lz4=false: use liblz4 from lz4 package.
32 # native-arch-optimization=false: avoid optimization flags added by meson.
33 # network-backend=none: disable connman networkmanager.
35 -Davahi=false \
36 -Dbuild-examples=false \
37 -Dbuild-tests=false \
[all …]
/OK3568_Linux_fs/kernel/drivers/misc/vmw_vmci/
H A Dvmci_route.c1 // SPDX-License-Identifier: GPL-2.0-only
31 * "from_guest" is only ever set to true by in vmci_route()
38 * not touch a non-existent device. in vmci_route()
42 if (VMCI_INVALID_ID == dst->context) in vmci_route()
46 if (VMCI_HYPERVISOR_CONTEXT_ID == dst->context) { in vmci_route()
63 /* And we cannot send if the source is the host context. */ in vmci_route()
64 if (VMCI_HOST_CONTEXT_ID == src->context) in vmci_route()
70 * However, if they passed only an invalid context, in vmci_route()
75 if (VMCI_INVALID_ID == src->context && in vmci_route()
76 VMCI_INVALID_ID != src->resource) in vmci_route()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Dia_css_pipe_public.h1 /* SPDX-License-Identifier: GPL-2.0 */
49 IA_CSS_PIPE_MODE_COPY, /** Copy pipe, only used for embedded/image data copying */
88 /** For IPU3 only: use output_system_in_res to specify what input resolution
93 /** dvs crop, video only, not in use yet. Use dvs_envelope below. */
110 /** For acceleration pipes only: determine how many times the pipe
111 should be run. Setting this to -1 means it will run until
122 instead of vf_pp. This only applies to viewfinder post
127 /** Enabling of monochrome mode for a pipeline. If enabled only luma processing
130 /** Enabling of TNR (temporal noise reduction). This is only applicable to video
131 pipes. Non video-pipes should always set this parameter to false. */
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/hostap/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
3 tristate "IEEE 802.11 for Host AP (Prism2/2.5/3 and WEP/TKIP/CCMP)"
17 Host AP mode that allows the card to act as an IEEE 802.11
21 Host AP driver configuration and tools. This site includes
25 This option includes the base Host AP driver code that is shared by
33 bool "Support downloading firmware images with Host AP driver"
36 Configure Host AP driver to include support for firmware image
37 download. This option by itself only enables downloading to the
39 support cards that don't have firmware in flash, such as D-Link
40 DWL-520 rev E and D-Link DWL-650 rev P.
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/
H A Dmipi-dsi-bus.txt5 communication between a host and up to four peripherals. This document will
8 This document describes DSI bus-specific properties only or defines existing
11 Each DSI host provides a DSI bus. The DSI host controller's node contains a
15 The following assumes that only a single peripheral is connected to a DSI
16 host. Experience shows that this is true for the large majority of setups.
18 DSI host
22 a DSI host, the following properties apply to a node representing a DSI host.
25 - #address-cells: The number of cells required to represent an address on the
26 bus. DSI peripherals are addressed using a 2-bit virtual channel number, so
29 - #size-cells: Should be 0. There are cases where it makes sense to use a
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/isp1760/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0
7 Say Y or M here if your system as an ISP1760 USB host controller
8 or an ISP1761 USB dual-role controller.
11 This USB controller is usually attached to a non-DMA-Master
34 bool "Host only mode"
38 Select this if you want to use the ISP1760 in host mode only. The
42 bool "Gadget only mode"
46 Select this if you want to use the ISP1760 in peripheral mode only.
47 The host function will be disabled.
56 Select this if you want to use the ISP1760 in both host and

12345678910>>...48