Home
last modified time | relevance | path

Searched refs:data (Results 50351 - 50375 of 58086) sorted by relevance

1...<<2011201220132014201520162017201820192020>>...2324

/kernel/linux/linux-5.10/drivers/staging/most/sound/
H A Dsound.c28 * struct channel - private structure to keep channel specific data
183 * copy_data - implements data copying function
187 * Copy data from/to ring buffer to/from MBO and update the buffer position
227 * @data: private data
230 * MBO from mostcore for a particular channel and copy the data from ring buffer
231 * to MBO. Submit the MBO back to mostcore, after copying the data.
235 static int playback_thread(void *data) in playback_thread() argument
237 struct channel *const channel = data; in playback_thread()
670 * This searches for the channel this MBO belongs to and copy the data fro
[all...]
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/hal/
H A Drtl8188e_hal_init.c178 static s32 _LLTWrite(struct adapter *padapter, u32 address, u32 data) in _LLTWrite() argument
182 u32 value = _LLT_INIT_ADDR(address) | _LLT_INIT_DATA(data) | _LLT_OP(_LLT_WRITE_ACCESS); in _LLTWrite()
/kernel/linux/linux-5.10/drivers/scsi/aacraid/
H A Dcomminit.c275 static bool wait_for_io_iter(struct scsi_cmnd *cmd, void *data, bool rsvd) in wait_for_io_iter() argument
277 int *active = data; in wait_for_io_iter()
358 * aac_comm_init - Initialise FSA data structures
361 * Initializes the data structures that are required for the FSA commuication
/kernel/linux/linux-5.10/drivers/scsi/bfa/
H A Dbfad_bsg.h785 u8 data[BFA_TFRU_DATA_SIZE]; member
794 u8 data[BFA_MAX_FRUVPD_TRANSFER_SIZE]; member
/kernel/linux/linux-5.10/drivers/staging/comedi/
H A Dcomedi.h32 * NOTE: 'comedi_config --init-data' is deprecated
40 /* length of nth chunk of firmware data -*/
49 #define COMEDI_DEVCONF_AUX_DATA_LENGTH 31 /* total data length */
199 #define SDF_RUNNING 0x08000000 /* subdevice is acquiring data */
381 * The data for the configuration instruction is as follows...
383 * data[%0] = %INSN_CONFIG_DIGITAL_TRIG
385 * data[%1] = trigger ID
387 * data[%2] = configuration operation
389 * data[%3] = configuration parameter 1
391 * data[
494 unsigned int __user *data; global() member
611 short __user *data; global() member
[all...]
/kernel/linux/linux-5.10/fs/nfsd/
H A Dxdr4.h112 char *data; member
128 #define cr_data u.link.data
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dsdhci.h313 /* ADMA2 data alignment */
355 /* Allow for a command request and a data request at the same time */
361 * command and response, and the time between response and start of data is
423 /* Controller can only handle 1-bit data transfers */
427 /* Controller uses SDCLK instead of TMCLK for data timeouts */
498 /* Internal data */
540 bool pending_reset; /* Cmd/data reset is pending */
548 struct mmc_command *data_cmd; /* Current data command */
550 struct mmc_data *data; /* Current data reques member
[all...]
/kernel/linux/linux-6.6/drivers/misc/
H A Denclosure.c75 * @data: the data to pass to each call
85 void *data) in enclosure_for_each_device()
92 error = fn(edev, data); in enclosure_for_each_device()
84 enclosure_for_each_device(int (*fn)(struct enclosure_device *, void *), void *data) enclosure_for_each_device() argument
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H A Dmpc5121_nfc.c167 /* Send data from NFC buffers to NAND flash */
175 /* Receive data from NAND flash */
200 static irqreturn_t mpc5121_nfc_irq(int irq, void *data) in mpc5121_nfc_irq() argument
202 struct mtd_info *mtd = data; in mpc5121_nfc_irq()
392 /* Copy data from/to NFC spare buffers. */
425 * Calculate offset to requested data block in selected spare in mpc5121_nfc_copy_spare()
444 /* Copy data from/to NFC main and spare buffers */
484 /* Read data from NFC buffers */
490 /* Write data to NFC buffers */
/kernel/linux/linux-6.6/drivers/net/can/softing/
H A Dsofting_fw.c153 mem = fw->data; in softing_load_fw()
197 /* verify record data */ in softing_load_fw()
237 mem = fw->data; in softing_load_app_fw()
276 /* regular data */ in softing_load_app_fw()
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3_common/
H A Dhclge_comm_cmd.c86 req = (struct hclge_comm_firmware_compat_cmd *)desc.data; in hclge_comm_firmware_compat_config()
233 resp = (struct hclge_comm_query_version_cmd *)desc.data; in hclge_comm_cmd_query_version_and_capability()
326 rmb(); /* Make sure head is ready before touch any data */ in hclge_comm_cmd_csq_clean()
/kernel/linux/linux-6.6/drivers/net/ethernet/google/gve/
H A Dgve.h75 /* Each slot in the desc ring has a 1:1 mapping to a slot in the data ring */
82 /* The page info for a single slot in the RX data queue */
102 /* Each slot in the data ring has a 1:1 mapping to a slot in the desc ring */
198 struct gve_rx_data_queue data; member
342 /* Packet is expecting a regular data completion or miss completion */
1044 void *data, int len, void *frame_p);
/kernel/linux/linux-6.6/drivers/message/fusion/
H A Dmptbase.h31 the risks and costs of program errors, damage to or loss of data,
398 u8 type; /* byte 0 of Inquiry data */
451 u8 reply[MPT_DEFAULT_FRAME_SIZE]; /* reply frame data */
465 u32 data[2]; /* First 8 bytes of Event Data */ member
475 * Substructure to store SCSI specific configuration page data
486 dma_addr_t IocPg4_dma; /* Phys Addr of IOCPage4 data */
499 * SAF-TE if Inquiry data length
515 * Inactive volume link list of raid component data
537 FCPortPage1_t *data; member
547 * data allocate
[all...]
/kernel/linux/linux-6.6/drivers/media/usb/pvrusb2/
H A Dpvrusb2-io.c40 /* Buffers with retrieved data */
80 unsigned int used_count; /* Amount of valid data in storage area */
493 void *data) in pvr2_stream_set_callback()
499 sp->callback_data = data; in pvr2_stream_set_callback()
491 pvr2_stream_set_callback(struct pvr2_stream *sp, pvr2_stream_callback func, void *data) pvr2_stream_set_callback() argument
/kernel/linux/linux-6.6/drivers/mfd/
H A Dda9062-core.c592 { .compatible = "dlg,da9061", .data = (void *)COMPAT_TYPE_DA9061, },
593 { .compatible = "dlg,da9062", .data = (void *)COMPAT_TYPE_DA9062, },
/kernel/linux/linux-6.6/drivers/media/radio/
H A Dradio-cadet.c199 test = (fifo >> 23) & 0x02; /* Align data for SDO */ in cadet_settune()
326 static ssize_t cadet_read(struct file *file, char __user *data, size_t count, loff_t *ppos) in cadet_read() argument
348 if (i && copy_to_user(data, readbuf, i)) in cadet_read()
/kernel/linux/linux-6.6/drivers/net/ethernet/apple/
H A Dmacmace.c80 DECLARE_FLEX_ARRAY(u8, data);
663 skb_put_data(skb, mf->data, frame_length); in mace_dma_rx_frame()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H A Dminimal.c119 u8 *data) in mlxsw_m_get_module_eeprom()
126 mlxsw_m_port->module, ee, data); in mlxsw_m_get_module_eeprom()
118 mlxsw_m_get_module_eeprom(struct net_device *netdev, struct ethtool_eeprom *ee, u8 *data) mlxsw_m_get_module_eeprom() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2_utils_fw.c75 u32 offset, u32 dwords, void *data) in hw_atl2_shared_buffer_read_block()
90 hw_atl2_mif_shared_buf_read(self, offset, (u32 *)data, dwords); in hw_atl2_shared_buffer_read_block()
74 hw_atl2_shared_buffer_read_block(struct aq_hw_s *self, u32 offset, u32 dwords, void *data) hw_atl2_shared_buffer_read_block() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/huawei/hinic/
H A Dhinic_port.h764 u32 data[384]; member
894 int hinic_get_sfp_eeprom(struct hinic_hwdev *hwdev, u8 *data, u16 *len);
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/falcon/
H A Dselftest.c798 void ef4_selftest_async_work(struct work_struct *data) in ef4_selftest_async_work() argument
800 struct ef4_nic *efx = container_of(data, struct ef4_nic, in ef4_selftest_async_work()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H A Dselftest.c791 static void efx_selftest_async_work(struct work_struct *data) in efx_selftest_async_work() argument
793 struct efx_nic *efx = container_of(data, struct efx_nic, in efx_selftest_async_work()
/kernel/linux/linux-6.6/drivers/accel/ivpu/
H A Divpu_fw.c111 const struct vpu_firmware_header *fw_hdr = (const void *)fw->file->data; in ivpu_fw_parse()
324 fw->file->data + FW_FILE_IMAGE_OFFSET, fw->image_size); in ivpu_fw_load()
H A Divpu_job.c491 int ivpu_submit_ioctl(struct drm_device *dev, void *data, struct drm_file *file) in ivpu_submit_ioctl() argument
495 struct drm_ivpu_submit *params = data; in ivpu_submit_ioctl()
/kernel/linux/linux-6.6/drivers/atm/
H A Dfore200e.h48 then it uses a number of *large* buffers for the trailing data.
127 u32 data_cells : 16 /* number of data cells to transmit */
259 OPCODE_GET_PROM, /* get expansion PROM data (PCI specific) */
470 /* expansion PROM data (PCI specific) */
479 /* get expansion PROM data command opcode */
489 /* get expansion PROM data command block */
492 struct prom_opcode opcode; /* get PROM data command opcode */
504 struct prom_block prom_block; /* get expansion PROM data */
527 void* data; /* copy of misaligned data */ member
582 struct chunk data; /* data buffer */ global() member
[all...]

Completed in 63 milliseconds

1...<<2011201220132014201520162017201820192020>>...2324