Home
last modified time | relevance | path

Searched +full:sync +full:- +full:token (Results 1 – 25 of 123) sorted by relevance

12345

/Linux-v6.1/drivers/staging/media/atomisp/pci/css_2401_system/hrt/
Dibuf_cntrl_defs.h1 /* SPDX-License-Identifier: GPL-2.0 */
36 /* time out bits, maximum time out value is 2^_IBUF_CNTRL_TIME_OUT_BITS - 1 */
39 /* command token definition */
50 /* acknowledge token definition */
56 …TRL_ACK_TOKEN_MSB (_IBUF_CNTRL_ACK_TOKEN_ITEMS_BITS + _IBUF_CNTRL_ACK_TOKEN_ITEMS_IDX - 1)
90 /* send a frame sync or not, default 1 */
126 /* store an online frame (sync with ISP, use end cfg start, stride and end address: */
129 /* store an offline frame (don't sync with ISP, requires start address as 2nd token, no end address…
132 /* false command token, should be different then commands. Use online bit, not store frame: */
/Linux-v6.1/Documentation/devicetree/bindings/media/
Dnvidia,tegra-vde.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/media/nvidia,tegra-vde.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Dmitry Osipenko <digetx@gmail.com>
11 - Jon Hunter <jonathanh@nvidia.com>
12 - Thierry Reding <thierry.reding@gmail.com>
17 - items:
18 - enum:
19 - nvidia,tegra132-vde
[all …]
/Linux-v6.1/include/dt-bindings/gce/
Dmt8186-gce.h1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
349 * Following definitions are gce sw token which may use by clients
351 * Note that token 512 to 639 may set secure
354 /* end of hw event and begin of sw token */
368 * MUST NOT CHANGE, this token sync with secure world
372 /* CMDQ use sw token */
378 /* ISP sw token */
382 /* DISP sw token */
386 * There are 15 32-bit GPR, 3 GPR form a set
387 * (64-bit for address, 32-bit for value)
[all …]
/Linux-v6.1/drivers/net/fddi/skfp/h/
Dfddi.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
27 #define FDDI_RAW_MTU (4500-5) /* exl. Pr,SD, ED/FS */
34 #define FC_TOKEN 0x80 /* token */
35 #define FC_RES_TOKEN 0xc0 /* restricted token */
46 #define FC_SYNC_LLC 0xd0 /* sync. LLC frame */
48 #define FC_SYNC_BIT 0x80 /* sync. bit in FC */
Dfplustm.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
41 u_long err_tkiss ; /* token issued */
42 u_long err_tkerr ; /* token error */
59 struct s_txd_os txd_os ; /* OS - specific struct */
76 struct s_rxd_os rxd_os ; /* OS - specific struct */
125 #define RX_FIFO_SPACE 0x4000 - RX_FIFO_OFF
130 #define TX_LARGE_FIFO TX_FIFO_SPACE - TX_SMALL_FIFO
133 #define RX_LARGE_FIFO RX_FIFO_SPACE - RX_SMALL_FIFO
142 u_short tx_s_start ; /* sync queue start address */
143 u_short tx_s_size ; /* sync queue size */
[all …]
Dsupern_2.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
48 #define FS_SSRCRTG (1<<12) /* if SA has set MSB (source-routing)*/
54 #define FS_SFRMTY2 (1<<6) /* frame-class bit */
55 #define FS_SFRMTY1 (1<<5) /* frame-type bit (impementor) */
56 #define FS_SFRMTY0 (1<<4) /* frame-type bit (LLC) */
58 #define FS_ERFBB0 (1<<0) /* - " - */
95 unsigned int rx_sadrrg :1 ; /* DA == MA or broad-/multicast */
97 unsigned int rx_seac0 :1 ; /* frame-copied C-indicator */
98 unsigned int rx_seac1 :1 ; /* address-match A-indicator */
99 unsigned int rx_seac2 :1 ; /* frame-error E-indicator */
[all …]
/Linux-v6.1/drivers/scsi/
Dsense_codes.h1 /* SPDX-License-Identifier: GPL-2.0 */
4 * http://www.t10.org/lists/asc-num.txt [most recent: 20200817]
9 SENSE_CODE(0x0002, "End-of-partition/medium detected")
11 SENSE_CODE(0x0004, "Beginning-of-partition/medium detected")
12 SENSE_CODE(0x0005, "End-of-data detected")
51 SENSE_CODE(0x0409, "Logical unit not ready, self-test in progress")
87 SENSE_CODE(0x0801, "Logical unit communication time-out")
89 SENSE_CODE(0x0803, "Logical unit communication CRC error (Ultra-DMA/32)")
102 SENSE_CODE(0x0B01, "Warning - specified temperature exceeded")
103 SENSE_CODE(0x0B02, "Warning - enclosure degraded")
[all …]
/Linux-v6.1/drivers/mtd/devices/
Dblock2mtd.c2 * block2mtd.c - create an mtd from a block device
5 * Copyright (C) 2004-2006 Joern Engel <joern@wh.fh-wedel.de>
23 #include <linux/backing-dev.h>
34 /* Maximum number of comma-separated items in the 'block2mtd=' parameter */
58 struct address_space *mapping = dev->blkdev->bd_inode->i_mapping; in _block2mtd_erase()
72 if (*p != -1UL) { in _block2mtd_erase()
82 pages--; in _block2mtd_erase()
89 struct block2mtd_dev *dev = mtd->priv; in block2mtd_erase()
90 size_t from = instr->addr; in block2mtd_erase()
91 size_t len = instr->len; in block2mtd_erase()
[all …]
/Linux-v6.1/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/
Ddebug_public.h1 /* SPDX-License-Identifier: GPL-2.0 */
29 * which contain duplicate data (when in sync).
55 /*! Dequeue a token from the debug data buffer
/Linux-v6.1/mm/
Dvmpressure.c1 // SPDX-License-Identifier: GPL-2.0-only
27 * rate-limit tunable for the "low" level notification, and also for
58 * prio <= DEF_PRIORITY - 2 : kswapd becomes somewhat overwhelmed
140 pressure = scale - (reclaimed * scale / scanned); in vmpressure_calc_level()
164 mutex_lock(&vmpr->events_lock); in vmpressure_event()
165 list_for_each_entry(ev, &vmpr->events, node) { in vmpressure_event()
166 if (ancestor && ev->mode == VMPRESSURE_LOCAL) in vmpressure_event()
168 if (signalled && ev->mode == VMPRESSURE_NO_PASSTHROUGH) in vmpressure_event()
170 if (level < ev->level) in vmpressure_event()
172 eventfd_signal(ev->efd, 1); in vmpressure_event()
[all …]
/Linux-v6.1/kernel/cgroup/
Dmisc.c1 // SPDX-License-Identifier: GPL-2.0
19 /* Miscellaneous res name, keep it in sync with enum misc_res_type */
24 /* AMD SEV-ES ASIDs resource */
43 * parent_misc() - Get the parent of the passed misc cgroup.
48 * * struct misc_cg* - Parent of the @cgroup.
49 * * %NULL - If @cgroup is null or the passed cgroup does not have a parent.
53 return cgroup ? css_misc(cgroup->css.parent) : NULL; in parent_misc()
57 * valid_type() - Check if @type is valid or not.
62 * * true - If valid type.
63 * * false - If not valid type.
[all …]
/Linux-v6.1/drivers/tty/
Dtty_baudrate.c1 // SPDX-License-Identifier: GPL-2.0
17 * Note that the baud_table needs to be kept in sync with the
53 * ->c_[io]speed directly as they are updated.
62 cbaud = termios->c_cflag & CBAUD; in tty_termios_baud_rate()
64 /* Magic token for arbitrary speed via c_ispeed/c_ospeed */ in tty_termios_baud_rate()
66 return termios->c_ospeed; in tty_termios_baud_rate()
83 * ->c_[io]speed directly as they are updated.
90 unsigned int cbaud = (termios->c_cflag >> IBSHIFT) & CBAUD; in tty_termios_input_baud_rate()
95 /* Magic token for arbitrary speed via c_ispeed */ in tty_termios_input_baud_rate()
97 return termios->c_ispeed; in tty_termios_input_baud_rate()
[all …]
/Linux-v6.1/drivers/video/fbdev/omap2/omapfb/
Domapfb-main.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * linux/drivers/video/omap2/omapfb-main.c
16 #include <linux/dma-mapping.h>
56 struct fb_var_screeninfo *var = &fbi->var; in draw_pixel()
57 struct fb_fix_screeninfo *fix = &fbi->fix; in draw_pixel()
58 void __iomem *addr = fbi->screen_base; in draw_pixel()
59 const unsigned bytespp = var->bits_per_pixel >> 3; in draw_pixel()
60 const unsigned line_len = fix->line_length / bytespp; in draw_pixel()
66 if (var->bits_per_pixel == 16) { in draw_pixel()
75 } else if (var->bits_per_pixel == 24) { in draw_pixel()
[all …]
/Linux-v6.1/fs/
Dfs_context.c1 // SPDX-License-Identifier: GPL-2.0-or-later
46 { "sync", SB_SYNCHRONOUS },
63 unsigned int token; in vfs_parse_sb_flag() local
65 token = lookup_constant(common_set_sb_flag, key, 0); in vfs_parse_sb_flag()
66 if (token) { in vfs_parse_sb_flag()
67 fc->sb_flags |= token; in vfs_parse_sb_flag()
68 fc->sb_flags_mask |= token; in vfs_parse_sb_flag()
72 token = lookup_constant(common_clear_sb_flag, key, 0); in vfs_parse_sb_flag()
73 if (token) { in vfs_parse_sb_flag()
74 fc->sb_flags &= ~token; in vfs_parse_sb_flag()
[all …]
/Linux-v6.1/include/uapi/linux/
Drio_mport_cdev.h1 /* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) */
3 * Copyright (c) 2015-2016, Integrated Device Technology Inc.
11 * License(GPL) Version 2, or the BSD-3 Clause license below:
57 * - memory mapped (MAPPED)
58 * - packet generation from memory (TRANSFER)
91 * - incoming port-writes
92 * - incoming doorbells
122 * indicates that no specific RIO-to-local address translation is requested
123 * and driver should use direct (one-to-one) address mapping.
154 RIO_TRANSFER_FAF, /* fire-and-forget transfer */
[all …]
/Linux-v6.1/drivers/md/
Dmd-cluster.c1 // SPDX-License-Identifier: GPL-2.0-or-later
13 #include "md-bitmap.h"
14 #include "md-cluster.h"
49 * MD. Token needs to be locked and held until the operation
120 res->sync_locking_done = true; in sync_ast()
121 wake_up(&res->sync_locking); in sync_ast()
128 ret = dlm_lock(res->ls, mode, &res->lksb, in dlm_lock_sync()
129 res->flags, res->name, strlen(res->name), in dlm_lock_sync()
130 0, sync_ast, res, res->bast); in dlm_lock_sync()
133 wait_event(res->sync_locking, res->sync_locking_done); in dlm_lock_sync()
[all …]
/Linux-v6.1/drivers/platform/x86/dell/
Ddell-laptop.c1 // SPDX-License-Identifier: GPL-2.0-only
10 * Copyright (C) 2005-2014 Dell Inc.
31 #include "dell-rbtn.h"
32 #include "dell-smbios.h"
34 #include "dell-wmi-privacy.h"
45 * The list must end with -1
58 quirks = dmi->driver_data; in dmi_matched()
68 .kbd_timeouts = { 0, 5, 15, 60, 5 * 60, 15 * 60, -1 },
89 .name = "dell-laptop",
359 buffer->input[0] = arg0; in dell_fill_request()
[all …]
/Linux-v6.1/scripts/
Dkallsyms.c8 * Usage: nm -n vmlinux | scripts/kallsyms [--all-symbols] > symbols.S
46 "Please keep KSYM_NAME_LEN_BUFFER in sync with KSYM_NAME_LEN"
72 "__per_cpu_start", "__per_cpu_end", -1ULL, 0
90 fprintf(stderr, "Usage: kallsyms [--all-symbols] [--absolute-percpu] " in usage()
91 "[--base-relative] in.map > out.S\n"); in usage()
97 return (char *)s->sym + 1; in sym_name()
108 * when --all-symbols is specified so exclude them to get a in is_ignored_symbol()
128 "__kvm_nvhe_$", /* arm64 local symbols in non-VHE KVM namespace */ in is_ignored_symbol()
129 "__kvm_nvhe_.L", /* arm64 local symbols in non-VHE KVM namespace */ in is_ignored_symbol()
166 int l = strlen(name) - strlen(*p); in is_ignored_symbol()
[all …]
/Linux-v6.1/drivers/net/ethernet/ti/
Dcpsw_priv.h1 /* SPDX-License-Identifier: GPL-2.0 */
25 dev_info(priv->dev, format, ## __VA_ARGS__); \
31 dev_err(priv->dev, format, ## __VA_ARGS__); \
37 dev_dbg(priv->dev, format, ## __VA_ARGS__); \
43 dev_notice(priv->dev, format, ## __VA_ARGS__); \
126 #define CPSW_FIFO_SHAPERS_NUM (CPSW_TC_NUM - 1)
184 #define CPSW1_TS_CTL 0x14 /* Time Sync Control */
185 #define CPSW1_TS_SEQ_LTYPE 0x18 /* Time Sync Sequence ID Offset and Msg Type */
186 #define CPSW1_TS_VLAN 0x1c /* Time Sync VLAN1 and VLAN2 */
195 #define CPSW2_TS_SEQ_MTYPE 0x1c /* Time Sync Sequence ID Offset and Msg Type */
[all …]
/Linux-v6.1/block/
Dopal_proto.h1 /* SPDX-License-Identifier: GPL-2.0 */
16 * SPC-4 section
25 * Token defs derived from:
33 OPAL_DTA_TOKENID_TOKEN = 0xe3, /* actual token is returned */
300 * bit 0: sync
322 * bits 6-7: reserved
354 * bits 1-6: reserved
373 * bits 1-6: reserved
404 * bits 3-7: reserved
433 * bits 1-6: reserved
[all …]
/Linux-v6.1/fs/btrfs/
Dsuper.c1 // SPDX-License-Identifier: GPL-2.0
15 #include <linux/backing-dev.h>
29 #include "delayed-inode.h"
31 #include "disk-io.h"
34 #include "print-tree.h"
40 #include "rcu-string.h"
41 #include "dev-replace.h"
42 #include "free-space-cache.h"
44 #include "space-info.h"
47 #include "tests/btrfs-tests.h"
[all …]
/Linux-v6.1/net/smc/
Dsmc.h1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Shared Memory Communications over RDMA (SMC-R) and RoCE
29 #define SMC_MAX_ISM_DEVS 8 /* max # of proposed non-native ISM
110 union smc_host_cursor { /* SMC cursor - an offset in an RMBE */
128 u32 token; /* alert_token */ member
153 struct smc_link *lnk; /* assigned SMC-R link */
176 /* prod crsr - confirmed by peer
178 union smc_host_cursor tx_curs_prep; /* tx - prepared data
181 union smc_host_cursor tx_curs_sent; /* tx - sent data
184 union smc_host_cursor tx_curs_fin; /* tx - confirmed by peer
[all …]
/Linux-v6.1/arch/powerpc/include/asm/
Dio.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
82 * This provides the non-bus specific accessors to MMIO. Those are PowerPC
104 __asm__ __volatile__("sync;"#insn" %0,%y1;twi 0,%0,0;isync" \
112 __asm__ __volatile__("sync;"#insn" %1,%y0" \
121 __asm__ __volatile__("sync;"#insn"%U1%X1 %0,%1;twi 0,%0,0;isync"\
129 __asm__ __volatile__("sync;"#insn"%U0%X0 %1,%0" \
230 * provides fairly heavy weight barriers for the non-raw versions
282 #define PCI_SET_ADDR_TOKEN(addr, token) \ argument
286 __a |= ((unsigned long)(token)) << PCI_IO_IND_TOKEN_SHIFT; \
295 * Non ordered and non-swapping "raw" accessors
[all …]
/Linux-v6.1/security/integrity/ima/
Dima_policy.c1 // SPDX-License-Identifier: GPL-2.0-only
7 * - initialize default measure policy rules
298 return ERR_PTR(-ENOMEM); in ima_alloc_rule_opt_list()
305 return ERR_PTR(-EINVAL); in ima_alloc_rule_opt_list()
313 return ERR_PTR(-EINVAL); in ima_alloc_rule_opt_list()
319 return ERR_PTR(-ENOMEM); in ima_alloc_rule_opt_list()
324 * leaving a byte sequence of NUL-terminated strings. Reference each in ima_alloc_rule_opt_list()
333 opt_list->items[i] = cur; in ima_alloc_rule_opt_list()
336 opt_list->count = count; in ima_alloc_rule_opt_list()
346 if (opt_list->count) { in ima_free_rule_opt_list()
[all …]
/Linux-v6.1/drivers/firmware/
Dqemu_fw_cfg.c7 * sysfs (read-only, under "/sys/firmware/qemu_fw_cfg/...").
46 /* fw_cfg revision attribute, in /sys/firmware/qemu_fw_cfg top-level dir. */
76 /* qemu fw_cfg device is sync today, but spec says it may become async */
80 u32 ctrl = be32_to_cpu(READ_ONCE(d->control)); in fw_cfg_wait_for_control()
82 /* do not reorder the read to d->control */ in fw_cfg_wait_for_control()
99 ret = -ENOMEM; in fw_cfg_dma_transfer()
113 /* force memory to sync before notifying device via MMIO */ in fw_cfg_dma_transfer()
119 if (be32_to_cpu(READ_ONCE(d->control)) & FW_CFG_DMA_CTL_ERROR) { in fw_cfg_dma_transfer()
120 ret = -EIO; in fw_cfg_dma_transfer()
130 /* read chunk of given fw_cfg blob (caller responsible for sanity-check) */
[all …]

12345