Home
last modified time | relevance | path

Searched refs:data (Results 41026 - 41050 of 55941) sorted by relevance

1...<<1641164216431644164516461647164816491650>>...2238

/kernel/linux/linux-6.6/drivers/net/can/usb/peak_usb/
H A Dpcan_usb_core.c153 * compute time according to current ts and time_ref data
765 * candev callback used to set device data bitrate.
778 "couldn't set data bitrate (err %d)\n", in peak_usb_set_data_bittiming()
829 * here to fill the data buffer with the user defined CAN channel ID.
832 struct ethtool_eeprom *eeprom, u8 *data) in peak_usb_get_eeprom()
850 memcpy(data, (u8 *)&ch_id_le + eeprom->offset, eeprom->len); in peak_usb_get_eeprom()
861 struct ethtool_eeprom *eeprom, u8 *data) in peak_usb_set_eeprom()
883 memcpy((u8 *)&ch_id_le + eeprom->offset, data, eeprom->len); in peak_usb_set_eeprom()
831 peak_usb_get_eeprom(struct net_device *netdev, struct ethtool_eeprom *eeprom, u8 *data) peak_usb_get_eeprom() argument
860 peak_usb_set_eeprom(struct net_device *netdev, struct ethtool_eeprom *eeprom, u8 *data) peak_usb_set_eeprom() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.h518 /* Make sure that the BD and SGE data is updated before updating the in bnx2x_update_rx_prod()
897 prod_rx_buf->data = cons_rx_buf->data; in bnx2x_reuse_rx_data()
1172 DP(NETIF_MSG_IFUP, "created tx data cid %d, txq %d\n", in bnx2x_init_txdata()
1220 u32 addr, size_t size, u32 *data) in __storm_memset_struct()
1224 REG_WR(bp, addr + (i * 4), data[i]); in __storm_memset_struct()
1393 * bnx2x_nvram_read - reads data from nvram [might sleep]
1397 * @ret_buf: pointer to buffer where data is to be stored
1219 __storm_memset_struct(struct bnx2x *bp, u32 addr, size_t size, u32 *data) __storm_memset_struct() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_ctx.c321 prq_rds = (nx_hostrq_rds_ring_t *)(prq->data + in nx_fw_cmd_create_rx_ctx()
334 prq_sds = (nx_hostrq_sds_ring_t *)(prq->data + in nx_fw_cmd_create_rx_ctx()
361 &prsp->data[le32_to_cpu(prsp->rds_ring_offset)]); in nx_fw_cmd_create_rx_ctx()
372 &prsp->data[le32_to_cpu(prsp->sds_ring_offset)]); in nx_fw_cmd_create_rx_ctx()
/kernel/linux/linux-6.6/drivers/ata/
H A Dlibata-acpi.c47 } data; member
50 #define ata_hotplug_data(context) (container_of((context), struct ata_acpi_hotplug_context, hp)->data)
201 context->data.ap = ap; in ata_acpi_bind_port()
243 context->data.dev = dev; in ata_acpi_bind_dev()
500 /* See if we have MWDMA or UDMA data. We don't bother with in ata_acpi_gtm_xfermask()
519 * @gtm: GTM data to use
751 * ata_acpi_push_id - send Identify data to drive
755 * Must be after Identify (Packet) Device -- uses its data
776 /* Give the drive Identify data to the drive via the _SDD method */ in ata_acpi_push_id()
942 * IDENTIFY data migh
[all...]
/kernel/linux/linux-6.6/drivers/accessibility/speakup/
H A Dkobjects.c562 var = (struct var_t *)param->data; in spk_var_show()
636 if (!param->data) in spk_var_store()
657 var_data = param->data; in spk_var_store()
669 var_data = param->data; in spk_var_store()
/kernel/linux/linux-6.6/fs/dlm/
H A Dlockspace.c266 static int dlm_scand(void *data) in dlm_scand() argument
728 static int lkb_idr_is_local(int id, void *p, void *data) in lkb_idr_is_local() argument
735 static int lkb_idr_is_any(int id, void *p, void *data) in lkb_idr_is_any() argument
740 static int lkb_idr_free(int id, void *p, void *data) in lkb_idr_free() argument
/kernel/linux/linux-6.6/fs/
H A Dcoredump.c504 struct coredump_params *cp = (struct coredump_params *)info->data; in umh_pipe_setup()
965 .data = &core_uses_pid,
972 .data = core_pattern,
979 .data = &core_pipe_limit,
/kernel/linux/linux-6.6/fs/ntfs/
H A Dlayout.h72 sle64 mft_lcn; /* Cluster location of mft data. */
166 * transfer has occurred when the data was written.
197 in data attribute. If cluster size > 4kiB,
200 FILE_LogFile = 2, /* Journalling log in data attribute. */
205 FILE_AttrDef = 4, /* Array of attribute definitions in data
209 data attribute. */
210 FILE_Boot = 7, /* Boot sector (always at cluster 0) in data
213 data attribute. */
214 FILE_Secure = 9, /* Shared security descriptors in data attribute
219 characters in data attribut
773 } __attribute__ ((__packed__)) data; global() member
1930 u8 data[0]; /* The file's data contents. */ global() member
2198 } __attribute__ ((__packed__)) data; global() member
2233 } __attribute__ ((__packed__)) data; global() member
[all...]
/kernel/linux/linux-6.6/fs/jfs/
H A Djfs_metapage.c181 mp->data = NULL; in alloc_metapage()
661 mp->data = page_address(page) + page_offset; in __get_metapage()
672 memset(mp->data, 0, PSIZE); in __get_metapage()
676 jfs_info("__get_metapage: returning = 0x%p data = 0x%p", mp, mp->data); in __get_metapage()
/kernel/linux/linux-6.6/include/linux/
H A Ddmaengine.h180 * @DMA_PREP_CMD: tell the driver that the data passed to DMA API is command
181 * data and the descriptor should be in different format from normal
182 * data descriptors.
270 * of data the client has placed into the metadata buffer
325 * @route_data: channel specific data for the router
326 * @private: private data for certain client-channel associations
388 * @direction: whether the data shall go in or out on this slave
393 * @src_addr: this is the physical address where DMA slave data
396 * @dst_addr: this is the physical address where DMA slave data
400 * register where DMA data shal
1076 dmaengine_desc_attach_metadata( struct dma_async_tx_descriptor *desc, void *data, size_t len) dmaengine_desc_attach_metadata() argument
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Dqla1280.h53 #define WRT_REG_WORD(addr, data) writew(data, addr)
57 #define WRT_REG_WORD(addr, data) outw(data, (unsigned long)addr)
149 uint16_t flash_data; /* Flash BIOS data */
296 #define MBC_SET_ASYNC_DATA_SETUP 0x36 /* Set async data setup time */
306 #define MBC_SET_DATA_OVERRUN_RECOVERY 0x5A /* Set data overrun recovery mode */
316 #define TP_SYNC BIT_12 /* Synchronous data transfers. */
317 #define TP_WIDE BIT_13 /* Wide data transfers. */
577 #define SF_TRANSFERRED_DATA BIT_11 /* Transferred data */
[all...]
H A Dses.c424 int ses_match_host(struct enclosure_device *edev, void *data)
426 struct ses_host_edev *sed = data;
506 void *data) in ses_enclosure_find_by_addr()
508 struct efd *efd = data; in ses_enclosure_find_by_addr()
505 ses_enclosure_find_by_addr(struct enclosure_device *edev, void *data) ses_enclosure_find_by_addr() argument
/kernel/linux/linux-6.6/drivers/staging/qlge/
H A Dqlge_mpi.c51 int qlge_read_mpi_reg(struct qlge_adapter *qdev, u32 reg, u32 *data) in qlge_read_mpi_reg() argument
64 /* get the data */ in qlge_read_mpi_reg()
65 *data = qlge_read32(qdev, PROC_DATA); in qlge_read_mpi_reg()
70 int qlge_write_mpi_reg(struct qlge_adapter *qdev, u32 reg, u32 data) in qlge_write_mpi_reg() argument
77 /* write the data to the data reg */ in qlge_write_mpi_reg()
78 qlge_write32(qdev, PROC_DATA, data); in qlge_write_mpi_reg()
208 /* Get the status data and start up a thread to in qlge_idc_req_aen()
418 * unfinished command. Get the rest of the status data and in qlge_mpi_handler()
1124 "Bug: Failed to get port config data in qlge_mpi_port_cfg_work()
[all...]
/kernel/linux/linux-6.6/drivers/tty/
H A Dvcc.c90 pr_info("[%c]", pkt.data[i]); \
320 /* Read as long as LDC has incoming data. */ in vcc_ldc_read()
341 vcc_rx(tty, pkt.data, pkt.tag.stype); in vcc_ldc_read()
427 * @arg: VCC private data
553 * Initializes a VCC port to receive serial console data from
838 /* Minimum of data to write and space available */ in vcc_write()
845 memcpy(&pkt->data[port->chars_in_buffer], &buf[total_sent], in vcc_write()
852 vccdbg("DATA [%s]\n", pkt->data); in vcc_write()
/kernel/linux/linux-6.6/drivers/tty/serial/
H A Dlantiq.c652 .data = &lqasc_reg,
667 struct earlycon_device *dev = co->data; in lqasc_serial_early_console_write()
912 { .compatible = "lantiq,asc", .data = &soc_data_lantiq },
913 { .compatible = "intel,lgm-asc", .data = &soc_data_intel },
/kernel/linux/linux-6.6/drivers/remoteproc/
H A Dqcom_q6v5_adsp.c848 { .compatible = "qcom,qcs404-cdsp-pil", .data = &cdsp_resource_init },
849 { .compatible = "qcom,sc7280-adsp-pil", .data = &adsp_sc7280_resource_init },
850 { .compatible = "qcom,sc7280-wpss-pil", .data = &wpss_resource_init },
851 { .compatible = "qcom,sdm845-adsp-pil", .data = &adsp_resource_init },
/kernel/linux/linux-6.6/drivers/rtc/
H A Drtc-rv3032.c541 u32 status, eerd, data; in rv3032_eeprom_read() local
566 ret = regmap_read(rv3032->regmap, RV3032_EEPROM_DATA, &data); in rv3032_eeprom_read()
569 buf[i] = data; in rv3032_eeprom_read()
814 static umode_t rv3032_hwmon_is_visible(const void *data, enum hwmon_sensor_types type, in rv3032_hwmon_is_visible() argument
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-dln2.c352 * Copy the data to DLN2 buffer and change the byte order to LE, requested by
353 * DLN2 module. SPI core makes sure that the data length is a multiple of word
384 * Copy the data from DLN2 buffer and convert to CPU byte order since the DLN2
385 * buffer is LE ordered. SPI core makes sure that the data length is a multiple
419 static int dln2_spi_write_one(struct dln2_spi *dln2, const u8 *data, in dln2_spi_write_one() argument
439 dln2_spi_copy_to_buf(tx->buf, data, data_len, dln2->bpw); in dln2_spi_write_one()
448 static int dln2_spi_read_one(struct dln2_spi *dln2, u8 *data, in dln2_spi_read_one() argument
481 dln2_spi_copy_from_buf(data, rx->buf, data_len, dln2->bpw); in dln2_spi_read_one()
514 * response back, with the rx data, we don't need the tx buffer anymore. in dln2_spi_read_write_one()
H A Dspi-uniphier.c364 static void uniphier_spi_dma_rxcb(void *data) in uniphier_spi_dma_rxcb() argument
366 struct spi_master *master = data; in uniphier_spi_dma_rxcb()
376 static void uniphier_spi_dma_txcb(void *data) in uniphier_spi_dma_txcb() argument
378 struct spi_master *master = data; in uniphier_spi_dma_txcb()
H A Dspi-qcom-qspi.c178 /* Lock to protect data accessed by IRQs */
675 if (op->data.nbytes <= QSPI_MAX_BYTES_FIFO) in qcom_qspi_adjust_op_size()
683 if (op->data.dir == SPI_MEM_DATA_IN && (op->data.nbytes & 0x3)) in qcom_qspi_adjust_op_size()
684 op->data.nbytes &= ~0x3; in qcom_qspi_adjust_op_size()
/kernel/linux/linux-6.6/drivers/platform/x86/
H A Dpanasonic-laptop.c92 * -v0.6.2 Add check on ACPI data (num_sifr)
250 static bool panasonic_i8042_filter(unsigned char data, unsigned char str, in panasonic_i8042_filter() argument
258 if (data == 0xe0) { in panasonic_i8042_filter()
264 switch (data & 0x7f) { in panasonic_i8042_filter()
350 pr_err("Invalid HKEY.SINF data\n"); in acpi_pcc_retrieve_biosdata()
850 static void pcc_optd_notify(acpi_handle handle, u32 event, void *data) in pcc_optd_notify() argument
998 pr_err("Couldn't retrieve BIOS data\n"); in acpi_pcc_hotkey_add()
/kernel/linux/linux-6.6/drivers/usb/early/
H A Dehci-dbgp.c124 /* data */
221 * If the port is getting full or it has dropped data in dbgp_wait_until_done()
293 static int dbgp_bulk_read(unsigned devnum, unsigned endpoint, void *data, in dbgp_bulk_read() argument
320 dbgp_get_data(data, size); in dbgp_bulk_read()
325 int request, int value, int index, void *data, int size) in dbgp_control_msg()
360 return dbgp_bulk_read(devnum, 0, data, size, DBGP_LOOPS); in dbgp_control_msg()
591 /* Perform a small write to get the even/odd data state in sync in _dbgp_external_startup()
324 dbgp_control_msg(unsigned devnum, int requesttype, int request, int value, int index, void *data, int size) dbgp_control_msg() argument
/kernel/linux/linux-6.6/drivers/thermal/mediatek/
H A Dlvts_thermal.c514 static irqreturn_t lvts_irq_handler(int irq, void *data) in lvts_irq_handler() argument
516 struct lvts_domain *lvts_td = data; in lvts_irq_handler()
574 * node id from the data in the sensor structure in lvts_sensor_init()
583 * private data. in lvts_sensor_init()
631 * The data description gives the offset of the calibration data in
651 * calibration data.
719 * Create the calibration bytes stream from efuse data in lvts_ctrl_init()
727 * of efuse data. in lvts_ctrl_init()
921 * 20-0 : Efuse value for normalization data in lvts_ctrl_calibrate()
[all...]
/kernel/linux/linux-6.6/drivers/power/supply/
H A Dmt6360_charger.c605 static irqreturn_t mt6360_pmu_attach_i_handler(int irq, void *data) in mt6360_pmu_attach_i_handler() argument
607 struct mt6360_chg_info *mci = data; in mt6360_pmu_attach_i_handler()
699 static irqreturn_t mt6360_pmu_chrdet_ext_evt_handler(int irq, void *data) in mt6360_pmu_chrdet_ext_evt_handler() argument
701 struct mt6360_chg_info *mci = data; in mt6360_pmu_chrdet_ext_evt_handler()
/kernel/linux/linux-6.6/drivers/pwm/
H A Dcore.c212 * pwm_set_chip_data() - set private chip data for a PWM
214 * @data: pointer to chip-specific data
218 int pwm_set_chip_data(struct pwm_device *pwm, void *data) in pwm_set_chip_data() argument
223 pwm->chip_data = data; in pwm_set_chip_data()
230 * pwm_get_chip_data() - get private chip data for a PWM
233 * Returns: A pointer to the chip-private data for the PWM device.
334 static void devm_pwmchip_remove(void *data) in devm_pwmchip_remove() argument
336 struct pwm_chip *chip = data; in devm_pwmchip_remove()

Completed in 64 milliseconds

1...<<1641164216431644164516461647164816491650>>...2238