Home
last modified time | relevance | path

Searched +full:device +full:- +full:id (Results 1 – 25 of 1083) sorted by relevance

12345678910>>...44

/freebsd/sbin/nvmecontrol/
H A Dnvmecontrol.83 .\" Copyright (c) 2018-2019 Alexander Motin <mav@FreeBSD.org>
51 .Aq Ar device-id | Ar namespace-id
59 .Aq Ar namespace-id
62 .Aq Ar device-id
67 .Op Fl v Ar vendor-string
72 .Aq Ar device-id | Ar namespace-id
75 .Aq Ar device-id
78 .Aq Ar device-id
83 .Aq Ar device-id
87 .Aq Ar device-id
[all …]
/freebsd/contrib/libfido2/man/
H A Dfido2-token.11 .\" Copyright (c) 2018-2022 Yubico AB. All rights reserved.
26 .\" SPDX-License-Identifier: BSD-2-Clause
32 .Nm fido2-token
38 .Ar device
44 .Ar device
50 .Ar device
57 .Ar device
64 .Ar device
69 .Ar device
76 .Ar device
[all …]
/freebsd/sys/dev/bhnd/
H A Dbhnd_ids.h1 /*-
2 * SPDX-License-Identifier: ISC
4 * Copyright (c) 2015-2016 Landon Fuller <landon@landonf.org>
5 * Copyright (c) 1999-2015, Broadcom Corporation
9 * with the dd-wrt project, and the hndsoc.h header distributed with Broadcom's
30 * JEDEC JEP-106 Core Vendor IDs
32 * These are the JEDEC JEP-106 manufacturer ID representions (with ARM's
33 * non-standard 4-bit continutation code), as used in ARM's PrimeCell
38 * will need to convert bus-specific vendor IDs to their BHND_MFGID
39 * JEP-106 equivalents.
[all …]
/freebsd/sys/dev/qat/qat_common/
H A Dadf_dev_mgr.c1 /* SPDX-License-Identifier: BSD-3-Clause */
2 /* Copyright(c) 2007-2022 Intel Corporation */
28 u32 id; member
35 * adf_get_vf_real_id() - Translate fake to real device id
37 * The "real" id is assigned to a device when it is initially
39 * The "fake" id is usually the same as the real id, but
41 * perhaps to assign the device to a guest.
51 if (ptr->fake_id == fake) in adf_get_vf_real_id()
52 return ptr->id; in adf_get_vf_real_id()
54 return -1; in adf_get_vf_real_id()
[all …]
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_cma.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0
5 * Copyright (c) 2002-2005, Network Appliance, Inc. All rights reserved.
6 * Copyright (c) 1999-2005, Mellanox Technologies, Inc. All rights reserved.
7 * Copyright (c) 2005-2006 Intel Corporation. All rights reserved.
19 * - Redistributions of source code must retain the above
23 * - Redistributions in binary form must reproduce the above
100 [RDMA_CM_EVENT_DEVICE_REMOVAL] = "device removal",
116 const char *__attribute_const__ rdma_reject_msg(struct rdma_cm_id *id, in rdma_reject_msg() argument
119 if (rdma_ib_or_roce(id->device, id->port_num)) in rdma_reject_msg()
[all …]
/freebsd/share/man/man9/
H A Dbhnd.91 .\" Copyright (c) 2015-2016 Landon Fuller <landonf@FreeBSD.org>
251 .Ss "Device Configuration Functions"
273 .Ss "Device Information Functions"
323 .Ss "Device Matching Functions"
358 .Ss "Device Table Functions"
381 .Fa "vendor" "device" "desc" "quirks" "..."
392 .Bd -literal
398 .Bd -literal
406 .Bd -literal
414 .Bd -literal
[all …]
H A Dpci.9106 .Fn pci_find_device "uint16_t vendor" "uint16_t device"
120 .Fn pci_get_id "device_t dev" "enum pci_id_type type" "uintptr_t *id"
201 device information,
202 device configuration,
209 space of the device
222 space of the device
232 function is used to modify the value of a register in the PCI-express
233 capability register set of device
251 function is used to read the value of a register in the PCI-express
252 capability register set of device
[all …]
/freebsd/sys/dev/hptrr/
H A Dhptintf.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
69 * Logical device --- a device that can be accessed by OS.
70 * Physical device --- device attached to the controller.
71 * A logical device can be simply a physical device.
73 * Each logical and physical device has a 32bit ID. GUI will use this ID
75 * 1. The ID must be unique.
76 * 2. The ID must be immutable. Once an ID is assigned to a device, it
77 * must not change when system is running and the device exists.
78 * 3. The ID of logical device must be NOT reusable. If a device is
[all …]
/freebsd/lib/libmixer/
H A Dmixer.31 .\"-
2 .\" Copyright (c) 2021-2022 Christos Margiolis <christos@FreeBSD.org>
51 Mixer library (libmixer, -lmixer)
63 .Fn mixer_add_ctl "struct mix_dev *parent" "int id" "const char *name" \
71 .Fn mixer_get_ctl "struct mix_dev *d" "int id"
109 .Bd -literal
111 TAILQ_HEAD(mix_devhead, mix_dev) devs; /* device list */
112 struct mix_dev *dev; /* selected device */
139 .Bl -tag -width "f_default"
143 A pointer to the currently selected device.
[all …]
/freebsd/sbin/camcontrol/
H A Dcamcontrol.837 .Op device id
46 .Op device id
51 .Op device id
55 .Op device id
61 .Op device id
68 .Op device id
73 .Op device id
80 .Op device id
91 .Op device id
95 .Op device id
[all …]
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dtrace.h1 /* SPDX-License-Identifier: BSD-3-Clause-Clear */
42 __string(device, dev_name(ar->ab->dev))
43 __string(driver, dev_driver_string(ar->ab->dev))
50 __assign_str(device, dev_name(ar->ab->dev));
51 __assign_str(driver, dev_driver_string(ar->ab->dev));
52 __entry->buf_len = buf_len;
53 __entry->pktlog_checksum = pktlog_checksum;
60 __get_str(device),
61 __entry->buf_len,
62 __entry->pktlog_checksum
[all …]
/freebsd/sys/dev/uart/
H A Duart_bus_pci.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
52 /* Device interface */
68 uint16_t device; member
79 uint16_t device; member
92 { 0x103c, 0x1048, 0x103c, 0x1227, "HP Diva Serial [GSP] UART - Powerbar SP2",
100 "ASIX AX99100 PCIe 1/2/3/4-port RS-232/422/485", 0x10 },
103 { 0x131f, 0x1000, 0xffff, 0, "Siig CyberSerial (1-port) 16550", 0x18 },
104 { 0x131f, 0x1001, 0xffff, 0, "Siig CyberSerial (1-port) 16650", 0x18 },
105 { 0x131f, 0x1002, 0xffff, 0, "Siig CyberSerial (1-port) 16850", 0x18 },
[all …]
/freebsd/sys/dev/hpt27xx/
H A Dhptintf.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
70 * Logical device --- a device that can be accessed by OS.
71 * Physical device --- device attached to the controller.
72 * A logical device can be simply a physical device.
74 * Each logical and physical device has a 32bit ID. GUI will use this ID
76 * 1. The ID must be unique.
77 * 2. The ID must be immutable. Once an ID is assigned to a device, it
78 * must not change when system is running and the device exists.
79 * 3. The ID of logical device must be NOT reusable. If a device is
[all …]
/freebsd/sys/dev/hptnr/
H A Dhptintf.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
69 * Logical device --- a device that can be accessed by OS.
70 * Physical device --- device attached to the controller.
71 * A logical device can be simply a physical device.
73 * Each logical and physical device has a 32bit ID. GUI will use this ID
75 * 1. The ID must be unique.
76 * 2. The ID must be immutable. Once an ID is assigned to a device, it
77 * must not change when system is running and the device exists.
78 * 3. The ID of logical device must be NOT reusable. If a device is
[all …]
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h2 The device path protocol as defined in UEFI 2.0.
4 The device path represents a programmatic path to a device,
8 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
9 SPDX-License-Identifier: BSD-2-Clause-Patent
21 /// Device Path protocol.
29 /// Device Path guid definition for backward-compatible with EFI1.1.
36 This protocol can be used on any device handle to obtain generic path/location
37 information concerning the physical device or logical device. If the handle does
38 not logically map to a physical device, the handle may not necessarily support
39 the device path protocol. The device path describes the location of the device
[all …]
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dtrace.h1 /* SPDX-License-Identifier: ISC */
3 * Copyright (c) 2005-2011 Atheros Communications Inc.
4 * Copyright (c) 2011-2016 Qualcomm Atheros, Inc.
17 /* In some rare cases (e.g. fcs error) device reports frame buffer in ath10k_frm_hdr_len()
22 return min_t(u32, len, ieee80211_hdrlen(hdr->frame_control)); in ath10k_frm_hdr_len()
53 __string(device, dev_name(ar->dev))
54 __string(driver, dev_driver_string(ar->dev))
55 __vstring(msg, vaf->fmt, vaf->va)
58 __assign_str(device, dev_name(ar->dev));
59 __assign_str(driver, dev_driver_string(ar->dev));
[all …]
/freebsd/contrib/wpa/wpa_supplicant/
H A DREADME-DPP1 Device Provisioning Protocol (DPP)
4 This document describes how the Device Provisioning Protocol (DPP)
6 the STA device and AP can be configured to connect each other using DPP
10 -------------------
12 Device Provisioning Protocol (also known as Wi-Fi Easy Connect) allows
13 enrolling of interface-less devices in a secure Wi-Fi network using many
15 authentication (password with in-band provisioning), etc. In DPP a
20 More information about Wi-Fi Easy Connect is available from this Wi-Fi
22 https://www.wi-fi.org/discover-wi-fi/wi-fi-easy-connect
25 ------------------
[all …]
H A DREADME-P2P1 wpa_supplicant and Wi-Fi P2P
4 This document describes how the Wi-Fi P2P implementation in
10 Introduction to Wi-Fi P2P
11 -------------------------
15 More information about Wi-Fi P2P is available from Wi-Fi Alliance:
16 http://www.wi-fi.org/Wi-Fi_Direct.php
20 -----------------------------
26 ----------------------------
28 Wi-Fi P2P is an optional component that needs to be enabled in the
30 configuration that includes Wi-Fi P2P support and Linux nl80211
[all …]
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dusb-device.txt1 Generic USB Device Properties
3 Usually, we only use device tree for hard wired USB device.
5 http://www.devicetree.org/open-firmware/bindings/usb/usb-1_0.ps
7 Four types of device-tree nodes are defined: "host-controller nodes"
8 representing USB host controllers, "device nodes" representing USB devices,
12 A combined node shall be used instead of a device node and an interface node
20 Required properties for device nodes:
21 - compatible: "usbVID,PID", where VID is the vendor id and PID the product id.
24 standard binding could also be used, but a device adhering to this binding
26 - reg: the number of the USB hub port or the USB host-controller port to which
[all …]
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_cma.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0
16 * - Redistributions of source code must retain the above
20 * - Redistributions in binary form must reproduce the above
34 * $Id$
53 sdp_dbg(sk, "QP Event: %s (%d)", ib_event_msg(event->event), in sdp_qp_event_handler()
54 event->event); in sdp_qp_event_handler()
61 static int max_sges = -1; in sdp_get_max_dev_sge()
66 device_attr = &dev->attrs; in sdp_get_max_dev_sge()
67 max_sges = device_attr->max_sge; in sdp_get_max_dev_sge()
[all …]
/freebsd/sys/dev/hptmv/
H A Dhptintf.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2004-2005 HighPoint Technologies, Inc.
54 * Logical device --- a device that can be accessed by OS.
55 * Physical device --- device attached to the controller.
56 * A logical device can be simply a physical device.
58 * Each logical and physical device has a 32bit ID. GUI will use this ID
60 * 1. The ID must be unique.
61 * 2. The ID must be immutable. Once an ID is assigned to a device, it
62 * must not change when system is running and the device exists.
[all …]
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dmicrochip,lan95xx.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id
[all...]
/freebsd/sys/contrib/device-tree/Bindings/i3c/
H A Di3c.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/i3c/i3c.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Alexandre Belloni <alexandre.belloni@bootlin.com>
11 - Miquel Raynal <miquel.raynal@bootlin.com>
14 I3C busses can be described with a node for the primary I3C controller device
20 pattern: "^i3c@[0-9a-f]+$"
22 "#address-cells":
25 Each I2C device connected to the bus should be described in a subnode.
[all …]
/freebsd/sys/dev/iwn/
H A Dif_iwn_devid.h1 /*-
23 /* Device revision */
39 * DEVICE ID BLOCK
44 * --------------------------------------------------------------------------
45 * Device ID for 2x00 series
46 * --------------------------------------------------------------------------
50 /* SubDevice ID */
57 * --------------------------------------------------------------------------
58 * Device ID for 2x30 series
59 * --------------------------------------------------------------------------
[all …]
/freebsd/contrib/ofed/libibcm/
H A Dcm.c3 * Copyright (c) 2005-2006 Intel Corporation. All rights reserved.
15 * - Redistributions of source code must retain the above
19 * - Redistributions in binary form must reproduce the above
33 * $Id$
67 return -1; in ERR()
81 hdr->cmd = type; \
82 hdr->in = sizeof(*cmd); \
83 hdr->out = sizeof(*resp); \
88 cmd->response = (uintptr_t)resp;\
101 hdr->cmd = type; \
[all …]

12345678910>>...44