Home
last modified time | relevance | path

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

123456

/linux-6.14.4/drivers/staging/media/atomisp/pci/css_2401_system/hrt/
Dibuf_cntrl_defs.h1 /* SPDX-License-Identifier: GPL-2.0 */
27 /* time out bits, maximum time out value is 2^_IBUF_CNTRL_TIME_OUT_BITS - 1 */
30 /* command token definition */
41 /* acknowledge token definition */
47 …TRL_ACK_TOKEN_MSB (_IBUF_CNTRL_ACK_TOKEN_ITEMS_BITS + _IBUF_CNTRL_ACK_TOKEN_ITEMS_IDX - 1)
81 /* send a frame sync or not, default 1 */
117 /* store an online frame (sync with ISP, use end cfg start, stride and end address: */
120 /* store an offline frame (don't sync with ISP, requires start address as 2nd token, no end address…
123 /* false command token, should be different then commands. Use online bit, not store frame: */
/linux-6.14.4/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 <[email protected]>
11 - Jon Hunter <[email protected]>
12 - Thierry Reding <[email protected]>
17 - items:
18 - enum:
19 - nvidia,tegra132-vde
[all …]
/linux-6.14.4/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-6.14.4/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 …]
/linux-6.14.4/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-6.14.4/tools/testing/selftests/drivers/net/hw/
Dncdevmem.c1 // SPDX-License-Identifier: GPL-2.0
9 * ncdevmem -s <server IP> [-c <client IP>] -f eth1 -l -p 5201
12 * echo -n "hello\nworld" | nc -s <server IP> 5201 -p 5201
17 * ncdevmem -s <server IP> [-c <client IP>] -f eth1 -l -p 5201 -v 7
20 * yes $(echo -e \\x01\\x02\\x03\\x04\\x05\\x06) | \
22 * head -c 5G | \
23 * nc <server IP> 5201 -p 5201
51 #include <linux/dma-buf.h>
62 #include "netdev-user.h"
63 #include "ethtool-user.h"
[all …]
/linux-6.14.4/drivers/mtd/devices/
Dblock2mtd.c2 * block2mtd.c - create an mtd from a block device
5 * Copyright (C) 2004-2006 Joern Engel <[email protected]-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->bdev_file->f_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-6.14.4/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/
Ddebug_public.h1 /* SPDX-License-Identifier: GPL-2.0 */
20 * which contain duplicate data (when in sync).
46 /*! Dequeue a token from the debug data buffer
/linux-6.14.4/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); in vmpressure_event()
[all …]
/linux-6.14.4/drivers/net/wireless/intel/iwlwifi/fw/api/
Ddatapath.h1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
4 * Copyright (C) 2012-2014, 2018-2022 Intel Corporation
5 * Copyright (C) 2013-2015 Intel Mobile Communications GmbH
6 * Copyright (C) 2016-2017 Intel Deutschland GmbH
12 * enum iwl_data_path_subcmd_ids - data path group commands
138 * struct iwl_mu_group_mgmt_cmd - VHT MU-MIMO group configuration
143 * group then bits (group * 2) is the position -1
152 * struct iwl_mu_group_mgmt_notif - VHT MU-MIMO group id notification
156 * group then bits (group * 2) is the position -1
175 * struct iwl_time_sync_cfg_cmd - TM/FTM time sync measurement configuration
[all …]
/linux-6.14.4/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-6.14.4/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-6.14.4/drivers/virtio/
Dvirtio_ring.c1 // SPDX-License-Identifier: GPL-2.0-or-later
13 #include <linux/dma-mapping.h>
22 dev_err(&(_vq)->vq.vdev->dev, \
23 "%s:"fmt, (_vq)->vq.name, ##args); \
29 if ((_vq)->in_use) \
31 (_vq)->vq.name, (_vq)->in_use); \
32 (_vq)->in_use = __LINE__; \
35 do { BUG_ON(!(_vq)->in_use); (_vq)->in_use = 0; } while(0)
41 if ((_vq)->last_add_time_valid) \
43 (_vq)->last_add_time)) > 100); \
[all …]
/linux-6.14.4/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-6.14.4/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-6.14.4/drivers/md/
Dmd-cluster.c1 // SPDX-License-Identifier: GPL-2.0-or-later
13 #include "md-bitmap.h"
14 #include "md-cluster.h"
50 * MD. Token needs to be locked and held until the operation
124 res->sync_locking_done = true; in sync_ast()
125 wake_up(&res->sync_locking); in sync_ast()
132 ret = dlm_lock(res->ls, mode, &res->lksb, in dlm_lock_sync()
133 res->flags, res->name, strlen(res->name), in dlm_lock_sync()
134 0, sync_ast, res, res->bast); in dlm_lock_sync()
137 ret = wait_event_timeout(res->sync_locking, res->sync_locking_done, in dlm_lock_sync()
[all …]
/linux-6.14.4/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-6.14.4/drivers/net/ethernet/ti/
Dcpsw_priv.h1 /* SPDX-License-Identifier: GPL-2.0 */
26 dev_info(priv->dev, format, ## __VA_ARGS__); \
32 dev_err(priv->dev, format, ## __VA_ARGS__); \
38 dev_dbg(priv->dev, format, ## __VA_ARGS__); \
44 dev_notice(priv->dev, format, ## __VA_ARGS__); \
127 #define CPSW_FIFO_SHAPERS_NUM (CPSW_TC_NUM - 1)
185 #define CPSW1_TS_CTL 0x14 /* Time Sync Control */
186 #define CPSW1_TS_SEQ_LTYPE 0x18 /* Time Sync Sequence ID Offset and Msg Type */
187 #define CPSW1_TS_VLAN 0x1c /* Time Sync VLAN1 and VLAN2 */
196 #define CPSW2_TS_SEQ_MTYPE 0x1c /* Time Sync Sequence ID Offset and Msg Type */
[all …]
/linux-6.14.4/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 */
315 * bit 0: sync
337 * bits 6-7: reserved
369 * bits 1-6: reserved
388 * bits 1-6: reserved
419 * bits 3-7: reserved
448 * bits 1-6: reserved
[all …]
/linux-6.14.4/Documentation/driver-api/media/drivers/
Dipu6.rst1 .. SPDX-License-Identifier: GPL-2.0
31 interrupt handling, firmware authentication and global timer sync.
34 ------------------------
51 ---------
61 -------------------------------------
75 Global timer sync
76 -----------------
80 Buttress with a copy of the SoC time, this counter maintains the up-to-date time
90 32-bit virtual address space. The IPU6 has MMU address translation hardware to
94 IPU6 driver. The IPU6 driver sets the level-1 page table base address to MMU
[all …]
/linux-6.14.4/include/linux/mlx5/
Ddriver.h2 * Copyright (c) 2013-2015, Mellanox Technologies. All rights reserved.
14 * - Redistributions of source code must retain the above
18 * - Redistributions in binary form must reproduce the above
227 MLX5_DEV_EVENT_SYS_ERROR = 128, /* 0 - 127 are FW events */
320 /* protect token allocations
323 u8 token; member
385 #define MLX5_24BIT_MASK ((1 << 24) - 1)
754 /* sync pci state */
774 /* sync interface state */
803 /* MACsec notifier chain to sync MACsec core and IB database */
[all …]
/linux-6.14.4/drivers/platform/x86/dell/
Ddell-laptop.c1 // SPDX-License-Identifier: GPL-2.0-only
10 * Copyright (C) 2005-2014 Dell Inc.
33 #include "dell-rbtn.h"
34 #include "dell-smbios.h"
36 #include "dell-wmi-privacy.h"
47 * The list must end with -1
60 quirks = dmi->driver_data; in dmi_matched()
70 .kbd_timeouts = { 0, 5, 15, 60, 5 * 60, 15 * 60, -1 },
91 .name = "dell-laptop",
105 int token; member
[all …]
/linux-6.14.4/arch/powerpc/include/asm/
Dio.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
77 * This provides the non-bus specific accessors to MMIO. Those are PowerPC
95 /* -mprefixed can generate offsets beyond range, fall back hack */
101 __asm__ __volatile__("sync;"#insn" %0,0,%1;twi 0,%0,0;isync" \
109 __asm__ __volatile__("sync;"#insn" %1,0,%0" \
118 __asm__ __volatile__("sync;"#insn" %0,0(%1);twi 0,%0,0;isync"\
126 __asm__ __volatile__("sync;"#insn" %1,0(%0)" \
135 __asm__ __volatile__("sync;"#insn" %0,%y1;twi 0,%0,0;isync" \
143 __asm__ __volatile__("sync;"#insn" %1,%y0" \
152 __asm__ __volatile__("sync;"#insn"%U1%X1 %0,%1;twi 0,%0,0;isync"\
[all …]
/linux-6.14.4/security/integrity/ima/
Dima_policy.c1 // SPDX-License-Identifier: GPL-2.0-only
7 * - initialize default measure policy rules
323 return ERR_PTR(-ENOMEM); in ima_alloc_rule_opt_list()
330 return ERR_PTR(-EINVAL); in ima_alloc_rule_opt_list()
338 return ERR_PTR(-EINVAL); in ima_alloc_rule_opt_list()
344 return ERR_PTR(-ENOMEM); in ima_alloc_rule_opt_list()
346 opt_list->count = count; in ima_alloc_rule_opt_list()
350 * leaving a byte sequence of NUL-terminated strings. Reference each in ima_alloc_rule_opt_list()
359 opt_list->items[i] = cur; in ima_alloc_rule_opt_list()
371 if (opt_list->count) { in ima_free_rule_opt_list()
[all …]

123456