Home
last modified time | relevance | path

Searched full:associated (Results 1 – 25 of 5421) sorted by relevance

12345678910>>...217

/kernel/linux/linux-5.10/Documentation/networking/
Dmac80211-auth-assoc-deauth.txt19 else associated
49 alt authenticated or associated
62 mac80211->driver: sta_state(AP, associated)
70 mac80211->driver: bss_info_changed(QoS, HT, associated with AID)
71 mac80211->userspace: associated
73 note left of userspace: associated now
88 mac80211->driver: sta_state(AP,associated)
93 mac80211->driver: bss_info_changed(clear BSSID, not associated, no QoS, ...)
/kernel/linux/linux-5.10/include/rdma/
Drdma_cm.h17 * Upon receiving a device removal event, users must destroy the associated
126 * @event_handler: User callback invoked to report events associated with the
128 * @context: User specified context associated with the id.
130 * @qp_type: type of queue pair associated with the id.
148 * asynchronous operations associated with the id.
154 * associated RDMA device, if needed.
200 * rdma_destroy_qp - Deallocate the QP associated with the specified RDMA
203 * Users must destroy any QP associated with an RDMA identifier before
211 * @id: Communication identifier associated with the QP attributes to
275 * rdma_disconnect - This function disconnects the associated QP and
[all …]
Dib_cm.h275 * @cm_id: Communication identifier associated with the reported event.
307 * @device: Device associated with the cm_id. All related communication will
308 * be associated with the specified device.
310 * @context: User specified context associated with the communication
338 * @cm_id: Connection identifier associated with the listen request.
379 * @cm_id: Connection identifier that will be associated with the
404 * @cm_id: Connection identifier that will be associated with the
415 * @cm_id: Connection identifier associated with the connection request.
427 * @cm_id: Connection identifier associated with the connection being
439 * @cm_id: Connection identifier associated with the connection being
[all …]
Diw_cm.h39 * @cm_id: The IW CM identifier associated with the event.
50 * @cm_id: The IW CM identifier associated with the event.
99 * @event_handler: User callback invoked to report events associated with the
101 * @context: User specified context associated with the id.
130 * iw_cm_get_qp - Return the ib_qp associated with a QPN
153 * @cm_id: The IW CM identifier associated with the connection request.
169 * @cm_id: Connection identifier associated with the request.
209 * associated with a IW CM identifier.
211 * @cm_id: The IW CM identifier associated with the QP
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/ata/
Dahci-st.txt8 - interrupts : Interrupt associated with the SATA device
9 - interrupt-names : Associated name must be; "hostc"
11 - clock-names : Associated name must be; "ahci_clk"
13 - phy-names : Associated name must be; "ahci_phy"
17 - reset-names : Associated names must be; "pwr-dwn", "sw-rst" and "pwr-rst"
Dahci-mtk.txt9 - interrupts : Interrupt associated with the SATA device.
10 - interrupt-names : Associated name must be: "hostc".
13 - clock-names : Associated names must be: "ahb", "axi", "asic", "rbc", "pm".
15 - phy-names : Associated name must be: "sata-phy".
24 - reset-names : Associated names must be: "axi", "sw", "reg".
/kernel/linux/linux-5.10/drivers/scsi/cxlflash/
Dlunmgt.c26 * @sdev: SCSI device associated with LUN.
54 * @sdev: SCSI device associated with LUN.
79 * @cfg: Internal structure associated with the host.
80 * @wwid: WWID associated with LUN.
97 * @wwid: WWID associated with LUN.
114 * @sdev: SCSI device associated with LUN.
115 * @wwid: WWID associated with LUN.
121 * The block allocation map is shared across all adapters (i.e. associated
122 * wih the global list). Since different attributes are associated with
176 * @cfg: Internal structure associated with the host.
[all …]
Docxl_hw.c156 * @ctx_cookie: Adapter context associated with the process element.
285 * @ctx_cookie: Context associated with the interrupt.
461 * ocxlflash_get_context() - obtains the context associated with the host
462 * @pdev: PCI device associated with the host.
463 * @afu_cookie: Hardware AFU associated with the host.
476 * @pdev: PCI device associated with the host.
477 * @afu_cookie: Hardware AFU associated with the host.
559 * @afu_cookie: Hardware AFU associated with the host.
571 * @pdev: PCI device associated with the host.
607 * @ctx: Context associated with the request.
[all …]
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dpixfmt-compressed.rst64 In addition, metadata associated with the frame to decode are
70 :ref:`associated Codec Control IDs <v4l2-mpeg-h264>`. Exactly
115 Metadata associated with the frame to decode is required to be passed
119 See the :ref:`associated Codec Control IDs <v4l2-mpeg-mpeg2>`.
158 Metadata associated with the frame to decode is required to be passed
160 See the :ref:`associated Codec Control IDs <v4l2-mpeg-vp8>`.
198 Metadata associated with the frame to decode is required to be passed
203 See the :ref:`associated Codec Control IDs <v4l2-mpeg-hevc>`.
204 Buffers associated with this pixel format must contain the appropriate
225 See the :ref:`associated Codec Control IDs <v4l2-mpeg-fwht>`.
/kernel/linux/linux-5.10/Documentation/driver-api/
Dgeneric-counter.rst54 A Signal may be associated with one or more Counts.
80 A counter is defined as a set of input signals associated with count
81 data that are generated by the evaluation of the state of the associated
84 each associated with a set of Signals, whose respective Synapse
86 associated Counts.
138 A Count has a set of one or more associated Synapses.
144 associated with a single Signal via a single Synapse. Take for example
158 incremented. The Signal is associated with the respective Count via a
167 many Signals may be associated with even a single Count. For example, a
184 associated with a single Count: a rising or falling edge on either A or
[all …]
/kernel/linux/linux-5.10/include/crypto/
Daead.h3 * AEAD: Authenticated Encryption with Associated Data
16 * DOC: Authenticated Encryption With Associated Data (AEAD) Cipher API
33 * pointer to the associated data memory location before performing the
34 * encryption or decryption operation. In case of an encryption, the associated
36 * associated data memory must contain data that is used to verify the integrity
47 * associated data || plaintext or ciphertext.
57 * the associated data, even though it won't be written to. This makes the
59 * "destination" associated data to alias the "source" associated data.
63 * associated data, the first element must point to the plaintext/ciphertext.
67 * of the associated data buffer must contain a second copy of the IV. This is
[all …]
/kernel/linux/linux-5.10/drivers/edac/
Dppc4xx_edac.c24 * associated with the IMB DDR2 ECC controller found in the AMCC/IBM
216 * Strings associated with PLB master IDs capable of being posted in
236 * This routine reads and returns the data associated with the
295 * @mci: A pointer to the EDAC memory controller instance associated
304 * driver-unique report message associated with the ECCESS[BKNER]
357 * @mci: A pointer to the EDAC memory controller instance associated
366 * driver-unique report message associated with the ECCESS[CKBER]
415 * @mci: A pointer to the EDAC memory controller instance associated
424 * driver-unique report message associated with the ECCESS[BNCE]
480 * @mci: A pointer to the EDAC memory controller instance associated
[all …]
/kernel/linux/linux-5.10/Documentation/driver-api/usb/
Danchors.rst25 Once it has no more URBs associated with it, the anchor can be
35 all URBs associated with an anchor.
44 This function kills all URBs associated with an anchor. The URBs
52 This function unlinks all URBs associated with an anchor. The URBs
67 This function waits for all URBs associated with an anchor to finish
74 Returns true if no URBs are associated with an anchor. Locking
/kernel/linux/linux-5.10/kernel/trace/
Dtracing_map.c32 * @i: The index of the given sum associated with the tracing_map_elt
35 * Add n to sum i associated with the specified tracing_map_elt
47 * @i: The index of the given sum associated with the tracing_map_elt
49 * Retrieve the value of the sum i associated with the specified
54 * Return: The sum associated with field i for elt.
64 * @i: The index of the given variable associated with the tracing_map_elt
67 * Assign n to variable i associated with the specified tracing_map_elt
80 * @i: The index of the given variable associated with the tracing_map_elt
94 * @i: The index of the given variable associated with the tracing_map_elt
96 * Retrieve the value of the variable i associated with the specified
[all …]
/kernel/linux/linux-5.10/drivers/iio/
Diio_core_trigger.h11 * @indio_dev: iio_dev associated with the device that will consume the trigger
17 * @indio_dev: iio_dev associated with the device that consumed the trigger
31 * @indio_dev: iio_dev associated with the device that will consume the trigger
40 * @indio_dev: iio_dev associated with the device that consumed the trigger
/kernel/linux/linux-5.10/drivers/infiniband/ulp/srpt/
Dib_srpt.h199 * @recv_ioctx: Receive I/O context associated with this send I/O context.
252 * @nexus: I_T nexus this channel is associated with.
255 * @ib_cm.cm_id: IB CM ID associated with the channel.
257 * @rdma_cm.cm_id: RDMA CM ID associated with the channel.
288 * @sess: Session information associated with this SRP channel.
366 * @sport_id: Port name this TPG is associated with.
369 * Zero or more target portal groups are associated with each port name
370 * (srpt_port_id). With each TPG an ACL list is associated.
381 * @tpg_list: TPGs associated with the RDMA port name.
382 * @wwn: WWN associated with the RDMA port name.
[all …]
/kernel/linux/linux-5.10/include/linux/
Dmhi.h243 * @irq: IRQ associated with this ring
248 * @hardware_event: This ring is associated with hardware channels
250 * @offload_channel: This ring is associated with an offloaded channel
449 * to channels or is associated with controllers
451 * @name: Name of the associated MHI device
573 * @mhi_drv: Driver associated with the device
580 * @mhi_drv: Driver associated with the device
669 * @mhi_dev: Device associated with the channel
676 * @mhi_dev: Device associated with the channel
682 * @mhi_dev: Device associated with the channel
[all …]
/kernel/linux/linux-5.10/drivers/media/test-drivers/vidtv/
Dvidtv_bridge.h37 * @dmx_fe: The frontends associated with the demux.
38 * @i2c_adapter: The i2c_adapter associated with the bridge driver.
39 * @i2c_client_demod: The i2c_clients associated with the demodulator modules.
40 * @i2c_client_tuner: The i2c_clients associated with the tuner modules.
/kernel/linux/linux-5.10/Documentation/ABI/stable/
Dfirewire-cdev14 Each /dev/fw* is associated with one IEEE 1394 node, which can
18 - The 1394 node which is associated with the file:
50 operations are restricted to /dev/fw* files that are associated
57 A /dev/fw* file remains associated with one particular node
102 Besides stopping and freeing I/O contexts that were associated
/kernel/linux/linux-5.10/include/misc/
Dcxl.h23 /* Get the AFU associated with a pci_dev */
26 /* Get the AFU conf record number associated with a pci_dev */
69 * This gets the default context associated with this pci_dev. This context
75 * Allocate and initalise a context associated with a AFU PCI device. This
85 * Set and get private data associated with a context. Allows drivers to have a
102 * Map a handler for an AFU interrupt associated with a particular context. AFU
177 * Take a context and associate it with my file ops. Returns the associated
183 /* Get the context associated with this file */
186 * Start a context associated a struct cxl_ioctl_start_work used by the
/kernel/linux/linux-5.10/Documentation/vm/
Dhugetlbfs_reserv.rst71 associated with the mapping.
146 The mapping may be associated with a subpool. If so, the subpool is consulted
167 was adjusted, then the reservation map associated with the mapping is
174 reservation map associated with the mapping will be modified as required to
182 Reservations are consumed when huge pages associated with the reservations
203 If a reservation does not exist, and there is a subpool associated with the
218 The free lists associated with the memory policy of the VMA are searched for
221 associated with the page, the following adjustments are made::
237 the subpool associated with the page if it exists. This will be used for
279 associated with a subpool that contained reserves, or the page is being freed
[all …]
/kernel/linux/linux-5.10/drivers/virt/nitro_enclaves/
Dne_misc_dev.c413 * @kp : NE kernel parameter associated with the NE CPU pool.
461 * @ne_enclave : Private data associated with the current enclave.
506 * @ne_enclave : Private data associated with the current enclave.
554 * @ne_enclave : Private data associated with the current enclave.
606 * core associated with the provided vCPU.
607 * @vcpu_id: Provided vCPU id to get its associated core id.
633 * @ne_enclave : Private data associated with the current enclave.
666 * associated with the vCPU and keep track of all the threads in the in ne_check_cpu_in_cpu_pool()
684 * ne_add_vcpu_ioctl() - Add a vCPU to the slot associated with the current
686 * @ne_enclave : Private data associated with the current enclave.
[all …]
/kernel/linux/linux-5.10/Documentation/hwmon/
Ddme1737.rst133 Each voltage input has associated min and max limits which trigger an alarm
151 Each temperature input has associated min and max limits which trigger an alarm
161 fan tachometers. All 6 inputs have an associated min limit which triggers an
173 This chip features 5 PWM outputs. PWM outputs 1-3 are associated with fan
174 inputs 1-3 and PWM outputs 5-6 are associated with fan inputs 5-6. PWM outputs
184 defines how fast the PWM output is adjusting to changes of the associated
209 to auto_point2_pwm if the temperature of the associated zone is between
218 based on the temperature of the associated thermal zone:
256 associated min-max range, 0 otherwise.
266 input is or went outside the associated
[all …]
/kernel/linux/linux-5.10/kernel/gcov/
Dfs.c43 * @links: associated symbolic links
48 * the actual synthesized data file plus any associated symbolic links which
141 * Return a profiling data set associated with the given node. This is
143 * all associated object files have been unloaded.
155 * all profiling data associated with the given node.
190 * profiling data sets associated with one node simple. in gcov_seq_open()
235 * Find a node by the associated data file name. Needs to be called with
253 * Reset all profiling data associated with the specified node.
269 * corresponding file. If all associated object files have been unloaded,
426 * Create a new node and associated debugfs entry. Needs to be called with
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/media/
Daspeed-video.txt11 - clocks: clock specifiers for the syscon clocks associated with
14 - resets: reset specifier for the syscon reset associated with
16 - interrupts: the interrupt associated with the VE on this platform

12345678910>>...217