Home
last modified time | relevance | path

Searched +full:os +full:- +full:initiated (Results 1 – 25 of 144) sorted by relevance

123456

/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dkernel-per-CPU-kthreads.rst2 Reducing OS jitter due to per-cpu kthreads
5 This document lists per-CPU kthreads in the Linux kernel and presents
6 options to control their OS jitter. Note that non-per-CPU kthreads are
7 not listed here. To reduce OS jitter from non-per-CPU kthreads, bind
13 - Documentation/core-api/irq/irq-affinity.rst: Binding interrupts to sets of CPUs.
15 - Documentation/admin-guide/cgroup-v1: Using cgroups to bind tasks to sets of CPUs.
17 - man taskset: Using the taskset command to bind tasks to sets
20 - man sched_setaffinity: Using the sched_setaffinity() system
23 - /sys/devices/system/cpu/cpuN/online: Control CPU N's hotplug state,
26 - In order to locate kernel-generated OS jitter on CPU N:
[all …]
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-class-mic8 PCIe form factor add-in Coprocessor card based on the Intel Many
9 Integrated Core (MIC) architecture that runs a Linux OS.
26 MIC device. For example - "x100"
34 MIC device. For example - "A0" or "B0"
42 MIC device in the context of the card OS. Possible values that
47 "ready" The MIC device is ready to boot the card OS.
52 "booting" The MIC device has initiated booting a card OS.
54 "shutting_down" The card OS is shutting down.
55 "resetting" A reset has been initiated for the MIC device
60 operations depending upon the current state of the card OS.
[all …]
/OK3568_Linux_fs/u-boot/drivers/misc/
H A DKconfig62 bool "Rockchip e-fuse support"
65 Enable (read-only) access for the e-fuse block found in Rockchip
67 or through child-nodes that are generated based on the e-fuse map
79 from otp, such as cpu-leakage.
85 This driver support Decompress IP built-in Rockchip SoC, support
92 This driver support Decompress IP built-in Rockchip SoC, support
111 Enable command-line access to the Chrome OS EC (Embedded
113 a number of sub-commands for performing EC tasks such as
118 bool "Enable Chrome OS EC"
120 Enable access to the Chrome OS EC. This is a separate
[all …]
/OK3568_Linux_fs/yocto/poky/documentation/test-manual/
H A Dintro.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
23 release date. This manual is a work-in-progress and is being initially
27 - *yocto-autobuilder2:* This
28 :yocto_git:`README.md </yocto-autobuilder2/tree/README.md>`
30 Autobuilder. The ``yocto-autobuilder2`` repository represents the
35 - *yocto-autobuilder-helper:* This :yocto_git:`README </yocto-autobuilder-helper/tree/README/>`
37 configuration. The ``yocto-autobuilder-helper`` repository contains
58 drive its integration and testing. Buildbot Nine has a plug-in interface
60 ``yocto-autobuilder2`` repository, adding its own console UI plugin. The
61 resulting UI plug-in allows you to visualize builds in a way suited to
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/
H A Dpsci.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
15 processors") can be used by Linux to initiate various CPU-centric power
25 r0 => 32-bit Function ID / return value
26 {r1 - r3} => Parameters
40 - description:
44 - description:
46 const: arm,psci-0.2
[all …]
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Damigaints.h2 ** amigaints.h -- Amiga Linux interrupt handling structs and prototypes
87 #define IF_SOFT 0x0004 /* software initiated interrupt */
104 ** these functions, they behave exactly like the amiga os routines
113 #endif /* asm-m68k/amigaints.h */
/OK3568_Linux_fs/kernel/drivers/usb/typec/
H A Dbus.c1 // SPDX-License-Identifier: GPL-2.0
3 * Bus for USB Type-C Alternate Modes
18 if (!alt->mux) in typec_altmode_set_mux()
21 state.alt = &alt->adev; in typec_altmode_set_mux()
25 return alt->mux->set(alt->mux, &state); in typec_altmode_set_mux()
31 bool is_port = is_typec_port(adev->dev.parent); in typec_altmode_set_state()
34 port_altmode = is_port ? to_altmode(adev) : to_altmode(adev)->partner; in typec_altmode_set_state()
39 /* -------------------------------------------------------------------------- */
43 * typec_altmode_notify - Communication between the OS and alternate mode driver
68 if (!altmode->partner) in typec_altmode_notify()
[all …]
/OK3568_Linux_fs/kernel/Documentation/sphinx/
H A Dkfigure.py1 # -*- coding: utf-8; mode: python -*-
14 handling from the author's POV. Directives like ``kernel-figure`` implement
15 methods *to* always get the best output-format even if some tools are not
19 * ``.. kernel-image``: for image handling / a ``.. image::`` replacement
21 * ``.. kernel-figure``: for figure handling / a ``.. figure::`` replacement
23 * ``.. kernel-render``: for render markup / a concept to embed *render*
26 - ``DOT``: render embedded Graphviz's **DOC**
27 - ``SVG``: render embedded Scalable Vector Graphics (**SVG**)
28 - ... *developable*
33 available, the DOT language is inserted as literal-block.
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/storage/
H A Dscsiglue.c1 // SPDX-License-Identifier: GPL-2.0+
7 * (c) 1999-2002 Matthew Dharm (mdharm-usb@one-eyed-alien.net)
10 * (c) 2000 David L. Brown, Jr. (usb-storage@davidb.org)
20 * similar to commands in the SCSI-II and ATAPI specifications.
23 * exhibits class-specific exemptions from the USB specification.
32 #include <linux/dma-mapping.h>
65 return us->scsi_name; in host_info()
70 struct us_data *us = host_to_us(sdev->host); in slave_alloc()
77 sdev->inquiry_len = 36; in slave_alloc()
81 * We'll play it safe by requiring 512-byte alignment always. in slave_alloc()
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dvisorbus.h1 // SPDX-License-Identifier: GPL-2.0+
3 * Copyright (C) 2010 - 2013 UNISYS CORPORATION
43 * @CHANNELCLI_OWNED: "No worries" state - client can access channel
69 * struct channel_header - Common Channel Header
71 * @legacy_state: DEPRECATED - being replaced by.
82 * @cli_str_offset: Offset from channel header to null-terminated
84 * @cli_state_boot: CHANNEL_CLIENTSTATE of pre-boot EFI client of this
88 * @cli_state_os: CHANNEL_CLIENTSTATE of Guest OS client of this channel.
95 * @cli_error_os: Bits to indicate err states for OS clients, so err
98 * @recover_channel: Please add all new single-byte values below here.
[all …]
/OK3568_Linux_fs/kernel/drivers/hid/intel-ish-hid/ipc/
H A Dipc.c1 // SPDX-License-Identifier: GPL-2.0-only
5 * Copyright (c) 2014-2016, Intel Corporation.
13 #include "hw-ish.h"
21 * ish_reg_read() - Read register
34 return readl(hw->mem_addr + offset); in ish_reg_read()
38 * ish_reg_write() - Write register
51 writel(value, hw->mem_addr + offset); in ish_reg_write()
55 * _ish_read_fw_sts_reg() - Read FW status register
68 * check_generated_interrupt() - Check if ISH interrupt
80 if (dev->pdev->device == CHV_DEVICE_ID) { in check_generated_interrupt()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-security/nmap/files/
H A D0001-Make-ndiff-support-python3.patch9 …to https://sources.debian.org/data/main/n/nmap/7.80+dfsg1-2/debian/patches/0004-Python3-port-of-nd…
11 Upstream-Status: Pending
13 Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
14 ---
15 Makefile.in | 12 +-
16 ndiff/ndiff.py | 495 +++++++++++++++++-----------------
17 ndiff/ndifftest.py | 94 +++----
18 ndiff/scripts/ndiff | 14 +-
19 ndiff/setup.py | 34 +--
20 ndiff/test-scans/anonymize.py | 18 +-
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dbcmevent.h23 * <<Broadcom-WL-IPTag/Dual:>>
36 /* #include <ethernet.h> -- TODO: req., excluded to overwhelming coupling (break up ethernet.h) */
53 #define WLC_EVENT_MSG_UNKIF 0x10 /* unknown source OS i/f */
83 uint8 ifidx; /* destination OS i/f index */
108 #define BCM_MSG_LEN (sizeof(bcm_event_t) - sizeof(bcmeth_hdr_t) - sizeof(struct ether_header))
171 #define WLC_E_PRE_REASSOC_IND 62 /* re-assoc request received */
214 #define WLC_E_NATIVE 94 /* port-specific event and payload (e.g. NDIS) */
224 #define WLC_E_NAN 100 /* NAN event - Reserved for future */
251 #define WLC_E_BT_WIFI_HANDOVER_REQ 130 /* Handover Request Initiated */
269 #define WLC_E_PSK_AUTH 150 /* PSK AUTH WPA2-PSK 4 WAY Handshake failure */
[all …]
/OK3568_Linux_fs/kernel/Documentation/PCI/
H A Dpcieaer-howto.rst1 .. SPDX-License-Identifier: GPL-2.0
8 :Authors: - T. Long Nguyen <tom.l.nguyen@intel.com>
9 - Yanmin Zhang <yanmin.zhang@intel.com>
17 ----------------
26 -----------------------------------
29 or on behalf of transactions initiated on the link. PCI Express
41 - Gathers the comprehensive error information if errors occurred.
42 - Reports error to the users.
43 - Performs error recovery actions.
45 AER driver only attaches root ports which support PCI-Express AER
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dbcmevent.h23 * <<Broadcom-WL-IPTag/Dual:>>
36 /* #include <ethernet.h> -- TODO: req., excluded to overwhelming coupling (break up ethernet.h) */
53 #define WLC_EVENT_MSG_UNKIF 0x10 /* unknown source OS i/f */
83 uint8 ifidx; /* destination OS i/f index */
108 #define BCM_MSG_LEN (sizeof(bcm_event_t) - sizeof(bcmeth_hdr_t) - sizeof(struct ether_header))
171 #define WLC_E_PRE_REASSOC_IND 62 /* re-assoc request received */
214 #define WLC_E_NATIVE 94 /* port-specific event and payload (e.g. NDIS) */
224 #define WLC_E_NAN 100 /* NAN event - Reserved for future */
251 #define WLC_E_BT_WIFI_HANDOVER_REQ 130 /* Handover Request Initiated */
269 #define WLC_E_PSK_AUTH 150 /* PSK AUTH WPA2-PSK 4 WAY Handshake failure */
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dbcmevent.h1 /* SPDX-License-Identifier: GPL-2.0 */
7 * Copyright (C) 1999-2017, Broadcom Corporation
28 * <<Broadcom-WL-IPTag/Open:>>
30 * $Id: bcmevent.h 700076 2017-05-17 14:42:22Z $
43 /* #include <ethernet.h> -- TODO: req., excluded to overwhelming coupling (break up ethernet.h) */
60 #define WLC_EVENT_MSG_UNKIF 0x10 /* unknown source OS i/f */
90 uint8 ifidx; /* destination OS i/f index */
115 #define BCM_MSG_LEN (sizeof(bcm_event_t) - sizeof(bcmeth_hdr_t) - sizeof(struct ether_header))
178 #define WLC_E_PRE_REASSOC_IND 62 /* re-assoc request received */
220 #define WLC_E_NATIVE 94 /* port-specific event and payload (e.g. NDIS) */
[all …]
/OK3568_Linux_fs/kernel/Documentation/scsi/
H A DChangeLog.megaraid_sas1 Release Date : Thu. Jun 19, 2014 17:00:00 PST 2014 -
2 (emaild-id:megaraidlinux@lsi.com)
7 Current Version : 06.803.02.00-rc1
8 Old Version : 06.803.01.00-rc1
14 -------------------------------------------------------------------------------
15 Release Date : Mon. Mar 10, 2014 17:00:00 PST 2014 -
16 (emaild-id:megaraidlinux@lsi.com)
20 Current Version : 06.803.01.00-rc1
21 Old Version : 06.700.06.00-rc1
25 4. Add Dell PowerEdge VRTX SR-IOV VF device support.
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/bfa/
H A Dbfa_fcpim.h1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (c) 2005-2014 Brocade Communications Systems, Inc.
4 * Copyright (c) 2014- QLogic Corporation.
8 * Linux driver for QLogic BR-series Fibre Channel Host Bus Adapter.
40 #define BFA_FCP_MOD(_hal) (&(_hal)->modules.fcp_mod)
41 #define BFA_MEM_FCP_KVA(__bfa) (&(BFA_FCP_MOD(__bfa)->kva_seg))
43 (&(_fcp)->iotag_arr[(_tag & BFA_IOIM_IOTAG_MASK)])
45 ((_fcp)->itn_arr + ((_tag) & ((_fcp)->num_itns - 1)))
64 (__itnim->ioprofile.iocomps[__index]++)
75 return BFA_IOBUCKET_MAX - 1; in bfa_ioim_get_index()
[all …]
/OK3568_Linux_fs/kernel/Documentation/powerpc/
H A Dultravisor.rst1 .. SPDX-License-Identifier: GPL-2.0
16 (PVR=0x004e1203) or greater will be PEF-capable. A new ISA release
25 +------------------+
29 +------------------+
31 +------------------+
33 +------------------+
35 +------------------+
75 +---+---+---+---------------+
79 +---+---+---+---------------+
80 | 1 | 0 | 0 | Privileged(OS)|
[all …]
/OK3568_Linux_fs/kernel/tools/power/pm-graph/
H A DREADME8 pm-graph: suspend/resume/boot timing analysis tools
11 Home Page: https://01.org/pm-graph
13 Report bugs/issues at bugzilla.kernel.org Tools/pm-graph
14 - https://bugzilla.kernel.org/buglist.cgi?component=pm-graph&product=Tools
17 - Getting Started:
18 https://01.org/pm-graph/documentation/getting-started
20 - Config File Format:
21 https://01.org/pm-graph/documentation/3-config-file-format
23 - upstream version in git:
24 https://github.com/intel/pm-graph/
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dbcmevent.h8 * Copyright (C) 1999-2017, Broadcom Corporation
29 * <<Broadcom-WL-IPTag/Open:>>
44 /* #include <ethernet.h> -- TODO: req., excluded to overwhelming coupling (break up ethernet.h) */
61 #define WLC_EVENT_MSG_UNKIF 0x10 /* unknown source OS i/f */
91 uint8 ifidx; /* destination OS i/f index */
116 #define BCM_MSG_LEN (sizeof(bcm_event_t) - sizeof(bcmeth_hdr_t) - sizeof(struct ether_header))
179 #define WLC_E_PRE_REASSOC_IND 62 /* re-assoc request received */
217 #define WLC_E_NATIVE 94 /* port-specific event and payload (e.g. NDIS) */
220 #define WLC_E_NAN 100 /* NAN event - Reserved for future */
247 #define WLC_E_BT_WIFI_HANDOVER_REQ 130 /* Handover Request Initiated */
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dbcmevent.h8 * Copyright (C) 1999-2017, Broadcom Corporation
29 * <<Broadcom-WL-IPTag/Open:>>
44 /* #include <ethernet.h> -- TODO: req., excluded to overwhelming coupling (break up ethernet.h) */
61 #define WLC_EVENT_MSG_UNKIF 0x10 /* unknown source OS i/f */
91 uint8 ifidx; /* destination OS i/f index */
116 #define BCM_MSG_LEN (sizeof(bcm_event_t) - sizeof(bcmeth_hdr_t) - sizeof(struct ether_header))
179 #define WLC_E_PRE_REASSOC_IND 62 /* re-assoc request received */
217 #define WLC_E_NATIVE 94 /* port-specific event and payload (e.g. NDIS) */
220 #define WLC_E_NAN 100 /* NAN event - Reserved for future */
247 #define WLC_E_BT_WIFI_HANDOVER_REQ 130 /* Handover Request Initiated */
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dbcmevent.h8 * Copyright (C) 1999-2017, Broadcom Corporation
29 * <<Broadcom-WL-IPTag/Open:>>
44 /* #include <ethernet.h> -- TODO: req., excluded to overwhelming coupling (break up ethernet.h) */
61 #define WLC_EVENT_MSG_UNKIF 0x10 /* unknown source OS i/f */
91 uint8 ifidx; /* destination OS i/f index */
116 #define BCM_MSG_LEN (sizeof(bcm_event_t) - sizeof(bcmeth_hdr_t) - sizeof(struct ether_header))
179 #define WLC_E_PRE_REASSOC_IND 62 /* re-assoc request received */
217 #define WLC_E_NATIVE 94 /* port-specific event and payload (e.g. NDIS) */
220 #define WLC_E_NAN 100 /* NAN event - Reserved for future */
247 #define WLC_E_BT_WIFI_HANDOVER_REQ 130 /* Handover Request Initiated */
[all …]
/OK3568_Linux_fs/kernel/drivers/net/fddi/skfp/
H A Dskfddi.c1 // SPDX-License-Identifier: GPL-2.0-or-later
41 * 02-Mar-98 CG Created.
43 * 10-Mar-99 CG Support for 2.2.x added.
44 * 25-Mar-99 CG Corrected IRQ routing for SMP (APIC)
45 * 26-Oct-99 CG Fixed compilation error on 2.2.13
46 * 12-Nov-99 CG Source code release
47 * 22-Nov-99 CG Included in kernel source.
48 * 07-May-00 DM 64 bit fixes, new dma interface
49 * 31-Jul-03 DB Audit copy_*_user in skfp_ioctl
51 * 03-Dec-03 SH Convert to PCI device model
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/php/php/
H A Dphp-fpm.conf7 ; '-p' argument from the command line.
13 ; - the global prefix if it's been set (-p arguement)
14 ; - /usr otherwise
25 ;pid = run/php-fpm.pid
31 ; Default Value: log/php-fpm.log
32 ;error_log = log/php-fpm.log
44 ; Default Value: php-fpm
45 ;syslog.ident = php-fpm
59 ; a graceful restart will be initiated. This can be useful to work around
80 ; The value can vary from -19 (highest priority) to 20 (lower priority)
[all …]

123456