Searched full:associated (Results 1 – 25 of 4259) sorted by relevance
12345678910>>...171
/Linux-v6.1/Documentation/networking/ |
D | mac80211-auth-assoc-deauth.txt | 19 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, ...)
|
/Linux-v6.1/Documentation/userspace-api/media/v4l/ |
D | pixfmt-compressed.rst | 70 In addition, metadata associated with the frame to decode are 76 :ref:`associated Codec Control IDs <v4l2-codec-stateless-h264>`. 116 Metadata associated with the frame to decode is required to be passed 121 See the :ref:`associated Codec Control IDs <v4l2-codec-stateless-mpeg2>`. 160 Metadata associated with the frame to decode is required to be passed 162 See the :ref:`associated Codec Control IDs <v4l2-codec-stateless-vp8>`. 182 Metadata associated with the frame to decode is required to be passed 185 See the :ref:`associated Codec Control IDs <v4l2-codec-stateless-vp9>`. 210 Metadata associated with the frame to decode is required to be passed 215 See the :ref:`associated Codec Control IDs <v4l2-codec-stateless-hevc>`. [all …]
|
/Linux-v6.1/include/rdma/ |
D | rdma_cm.h | 17 * Upon receiving a device removal event, users must destroy the associated 138 * @event_handler: User callback invoked to report events associated with the 140 * @context: User specified context associated with the id. 142 * @qp_type: type of queue pair associated with the id. 160 * asynchronous operations associated with the id. 166 * associated RDMA device, if needed. 212 * rdma_destroy_qp - Deallocate the QP associated with the specified RDMA 215 * Users must destroy any QP associated with an RDMA identifier before 223 * @id: Communication identifier associated with the QP attributes to 287 * rdma_disconnect - This function disconnects the associated QP and [all …]
|
D | ib_cm.h | 275 * @cm_id: Communication identifier associated with the reported event. 306 * @device: Device associated with the cm_id. All related communication will 307 * be associated with the specified device. 309 * @context: User specified context associated with the communication 337 * @cm_id: Connection identifier associated with the listen request. 375 * @cm_id: Connection identifier that will be associated with the 400 * @cm_id: Connection identifier that will be associated with the 411 * @cm_id: Connection identifier associated with the connection request. 423 * @cm_id: Connection identifier associated with the connection being 435 * @cm_id: Connection identifier associated with the connection being [all …]
|
D | iw_cm.h | 39 * @cm_id: The IW CM identifier associated with the event. 50 * @cm_id: The IW CM identifier associated with the event. 100 * @event_handler: User callback invoked to report events associated with the 102 * @context: User specified context associated with the id. 131 * iw_cm_get_qp - Return the ib_qp associated with a QPN 154 * @cm_id: The IW CM identifier associated with the connection request. 170 * @cm_id: Connection identifier associated with the request. 210 * associated with a IW CM identifier. 212 * @cm_id: The IW CM identifier associated with the QP
|
/Linux-v6.1/drivers/scsi/cxlflash/ |
D | lunmgt.c | 26 * @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 …]
|
D | ocxl_hw.c | 157 * @ctx_cookie: Adapter context associated with the process element. 286 * @ctx_cookie: Context associated with the interrupt. 464 * ocxlflash_get_context() - obtains the context associated with the host 465 * @pdev: PCI device associated with the host. 466 * @afu_cookie: Hardware AFU associated with the host. 479 * @pdev: PCI device associated with the host. 480 * @afu_cookie: Hardware AFU associated with the host. 562 * @afu_cookie: Hardware AFU associated with the host. 574 * @pdev: PCI device associated with the host. 610 * @ctx: Context associated with the request. [all …]
|
D | main.c | 38 * @scp: SCSI command associated with the AFU command in error. 188 * The hardware send queue lock associated with this hardware queue must be 294 * @afu: AFU associated with the host. 338 * @afu: AFU associated with the host. 384 * @afu: AFU associated with the host. 414 * @host: SCSI host associated with device. 451 * @cfg: Internal structure associated with the host. 544 * @host: SCSI host associated with device. 555 * @host: SCSI host associated with device. 641 * @cfg: Internal structure associated with the host. [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/ata/ |
D | ahci-st.txt | 8 - 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"
|
D | ahci-mtk.txt | 9 - 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".
|
/Linux-v6.1/include/crypto/ |
D | aead.h | 3 * AEAD: Authenticated Encryption with Associated Data 17 * DOC: Authenticated Encryption With Associated Data (AEAD) Cipher API 34 * pointer to the associated data memory location before performing the 35 * encryption or decryption operation. In case of an encryption, the associated 37 * associated data memory must contain data that is used to verify the integrity 48 * associated data || plaintext or ciphertext. 58 * the associated data, even though it won't be written to. This makes the 60 * "destination" associated data to alias the "source" associated data. 64 * associated data, the first element must point to the plaintext/ciphertext. 68 * of the associated data buffer must contain a second copy of the IV. This is [all …]
|
/Linux-v6.1/drivers/edac/ |
D | ppc4xx_edac.c | 25 * associated with the IMB DDR2 ECC controller found in the AMCC/IBM 203 * Strings associated with PLB master IDs capable of being posted in 223 * This routine reads and returns the data associated with the 282 * @mci: A pointer to the EDAC memory controller instance associated 291 * driver-unique report message associated with the ECCESS[BKNER] 344 * @mci: A pointer to the EDAC memory controller instance associated 353 * driver-unique report message associated with the ECCESS[CKBER] 402 * @mci: A pointer to the EDAC memory controller instance associated 411 * driver-unique report message associated with the ECCESS[BNCE] 467 * @mci: A pointer to the EDAC memory controller instance associated [all …]
|
/Linux-v6.1/include/linux/ |
D | mhi.h | 243 * @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 459 * to channels or is associated with controllers 461 * @name: Name of the associated MHI device 583 * @mhi_drv: Driver associated with the device 590 * @mhi_drv: Driver associated with the device 612 * @mhi_dev: Device associated with the channels 714 * @mhi_dev: Device associated with the channel 721 * @mhi_dev: Device associated with the channel [all …]
|
/Linux-v6.1/kernel/trace/ |
D | tracing_map.c | 32 * @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 …]
|
/Linux-v6.1/Documentation/driver-api/usb/ |
D | anchors.rst | 25 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
|
/Linux-v6.1/drivers/infiniband/ulp/srpt/ |
D | ib_srpt.h | 199 * @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 …]
|
/Linux-v6.1/drivers/iio/ |
D | iio_core_trigger.h | 11 * @indio_dev: iio_dev associated with the device that will consume the trigger 19 * @indio_dev: iio_dev associated with the device that consumed the trigger 33 * @indio_dev: iio_dev associated with the device that will consume the trigger 42 * @indio_dev: iio_dev associated with the device that consumed the trigger
|
/Linux-v6.1/Documentation/ABI/stable/ |
D | firewire-cdev | 14 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
|
/Linux-v6.1/include/misc/ |
D | cxl.h | 23 /* 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
|
/Linux-v6.1/drivers/virt/nitro_enclaves/ |
D | ne_misc_dev.c | 424 * @kp : NE kernel parameter associated with the NE CPU pool. 472 * @ne_enclave : Private data associated with the current enclave. 517 * @ne_enclave : Private data associated with the current enclave. 565 * @ne_enclave : Private data associated with the current enclave. 617 * core associated with the provided vCPU. 618 * @vcpu_id: Provided vCPU id to get its associated core id. 644 * @ne_enclave : Private data associated with the current enclave. 677 * associated with the vCPU and keep track of all the threads in the in ne_check_cpu_in_cpu_pool() 695 * ne_add_vcpu_ioctl() - Add a vCPU to the slot associated with the current 697 * @ne_enclave : Private data associated with the current enclave. [all …]
|
/Linux-v6.1/Documentation/mm/ |
D | hugetlbfs_reserv.rst | 71 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 …]
|
/Linux-v6.1/drivers/media/test-drivers/vidtv/ |
D | vidtv_bridge.h | 39 * @dmx_fe: The frontends associated with the demux. 40 * @i2c_adapter: The i2c_adapter associated with the bridge driver. 41 * @i2c_client_demod: The i2c_clients associated with the demodulator modules. 42 * @i2c_client_tuner: The i2c_clients associated with the tuner modules.
|
/Linux-v6.1/net/tipc/ |
D | name_distr.c | 60 * @net: the associated network namespace 85 * @net: the associated network namespace 115 * @net: the associated network namespace 144 * @net: the associated network namespace 202 * @net: the associated network namespace 227 * tipc_publ_purge - remove publication associated with a failed node 228 * @net: the associated network namespace 271 * @net: the associated network namespace 359 * @net: the associated network namespace 390 * @net: the associated network namespace
|
/Linux-v6.1/Documentation/hwmon/ |
D | dme1737.rst | 133 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 …]
|
/Linux-v6.1/Documentation/devicetree/bindings/media/ |
D | aspeed-video.txt | 11 - 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>>...171