/kernel/linux/linux-6.6/drivers/staging/media/av7110/ |
H A D | av7110_av.c | 94 static int dvb_filter_pes2ts_cb(void *priv, unsigned char *data) in dvb_filter_pes2ts_cb() argument 98 dvbdmxfeed->cb.ts(data, 188, NULL, 0, in dvb_filter_pes2ts_cb() 1665 ipack->data = av7110; in av7110_av_init()
|
/kernel/linux/linux-6.6/drivers/staging/rtl8192e/ |
H A D | rtllib.h | 321 * represents the 2304 bytes of real data, plus a possible 8 bytes of 373 /* data */ 521 /* NOTE: This data is for statistical purposes; not all hardware provides this 628 /* 802.11 data frame from AP 633 * | | tion | (BSSID) | | | ence | data | | 673 * information to determine what type of underlying data type is actually 674 * stored in the data. 751 u8 data[]; member 990 /* These are the data types that can make up management packets 1441 /* WPA data */ [all...] |
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | icom.c | 217 __le16 leLength; /* Length of data in segment */ 235 __le16 leLength; /* Length of data in segment */ 638 writeb(fw->data[index], &iram_ptr[index]); in load_code() 658 writeb(fw->data[index], &iram_ptr[index]); in load_code() 677 /*Set up data in icom DRAM to indicate where personality in load_code() 702 new_page[index] = fw->data[index]; in load_code() 712 information provided above, will start DMAing data from in load_code() 720 /* Wait max 1 Sec for data download and processor to start */ in load_code() 1475 /* clear all current buffers of data */ in icom_set_termios()
|
/kernel/linux/linux-6.6/drivers/ufs/host/ |
H A D | ufs-qcom.c | 1633 struct devfreq_simple_ondemand_data *data) in ufs_qcom_config_scaling_param() 1787 static irqreturn_t ufs_qcom_mcq_esi_handler(int irq, void *data) in ufs_qcom_mcq_esi_handler() argument 1789 struct msi_desc *desc = data; in ufs_qcom_mcq_esi_handler() 1631 ufs_qcom_config_scaling_param(struct ufs_hba *hba, struct devfreq_dev_profile *p, struct devfreq_simple_ondemand_data *data) ufs_qcom_config_scaling_param() argument
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-tegra114.c | 1282 .data = &tegra114_spi_soc_data, 1285 .data = &tegra124_spi_soc_data, 1288 .data = &tegra210_spi_soc_data,
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_error.c | 466 "Inquiry data has changed"); in scsi_report_sense() 510 "Capacity data has changed"); in scsi_report_sense() 545 return FAILED; /* no valid sense data */ in scsi_check_sense() 565 * actual sense data without any recovery attempt. For eh in scsi_check_sense() 580 * descriptor format: look for "stream commands sense data in scsi_check_sense() 581 * descriptor" (see SSC-3). Assume single sense data in scsi_check_sense() 816 * If we have sense data, call scsi_check_sense() in in scsi_eh_completed_normally() 928 static void __scsi_report_device_reset(struct scsi_device *sdev, void *data) in __scsi_report_device_reset() argument 1030 * @sense_bytes: size of sense data to copy. or 0 (if != 0 @cmnd is ignored) 1034 * sent must be one that does not transfer any data 2284 scsi_error_handler(void *data) scsi_error_handler() argument [all...] |
/kernel/linux/linux-6.6/drivers/usb/core/ |
H A D | hcd.c | 54 * "hc_driver" only for code (and data) that really needs to know about 408 * @data: buffer for output packet 418 rh_string(int id, struct usb_hcd const *hcd, u8 *data, unsigned len) in rh_string() argument 431 memcpy(data, langids, len); in rh_string() 452 return ascii2desc(s, data, len); in rh_string() 681 /* hub_control may return the length of data copied. */ in rh_call_control() 891 * Assigns a bus number, and links the controller into usbcore data 927 * Recycles the bus number, and unlinks the controller from usbcore data 1063 * @is_input: true iff the transaction sends data to the host 1243 * data fo [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | imsttfb.c | 237 * Note that colors in X are correct only if all video data is 1218 u8 *dat = (u8 *) cursor->image.data; 1227 data[d_idx] = byte_rev[dat[s_idx] ^ 1239 data[d_idx] = byte_rev[dat[s_idx]];
|
H A D | vga16fb.c | 1141 const unsigned char *cdat = image->data; in vga_8planes_imageblit() 1170 char *cdat = (char *) image->data; in vga_imageblit_expand() 1238 const char *cdat = image->data; in vga_imageblit_color()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/intelfb/ |
H A D | intelfbhw.c | 1761 /* Total bytes of padded scanline data to write out. */ in intelfbhw_do_drawglyph() 1765 * Check if the glyph data exceeds the immediate mode limit. in intelfbhw_do_drawglyph() 1771 /* Src data is packaged a dword (32-bit) at a time. */ in intelfbhw_do_drawglyph() 1954 u8 *data) in intelfbhw_cursor_load() 1972 writeb(*(data++), addr + j+8); in intelfbhw_cursor_load() 1976 writeb(*(data++) & d_mask, addr + j+8); in intelfbhw_cursor_load() 1953 intelfbhw_cursor_load(struct intelfb_info *dinfo, int width, int height, u8 *data) intelfbhw_cursor_load() argument
|
/kernel/linux/linux-6.6/drivers/fpga/ |
H A D | dfl.c | 731 * @params: DFH parameter data. 990 * @psize: destination to store size of parameter data in bytes 992 * Return: pointer to start of parameter data, PTR_ERR otherwise. 1454 * function to add information of each DFL to common data structure for next 1516 static int remove_feature_dev(struct device *dev, void *data) in remove_feature_dev() argument 1649 * @data: data passed to match function 1660 __dfl_fpga_cdev_find_port(struct dfl_fpga_cdev *cdev, void *data, in __dfl_fpga_cdev_find_port() argument 1669 if (match(port_dev, data) && get_device(&port_dev->dev)) in __dfl_fpga_cdev_find_port()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/ |
H A D | cwsr_trap_handler_gfx9.asm | 107 var TTMP_SAVE_RCNT_FIRST_REPLAY_SHIFT = 26 // bits [31:26] unused by SPI debug data 280 // ttmp[2:5] and ttmp12 can be used (others hold SPI-initialized debug data) 839 s_waitcnt lgkmcnt(0) //ensure data ready
|
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | at_hdmac.c | 233 /* Interleaved data */ 260 * @atdma: pointer to the driver data. 635 * The CTRLA register provides us with the amount of data already read from the 637 * removing the number of bytes corresponding to this amount of data. 649 * example, it uses a cyclic DMA transfer to read data from the Receive 1304 "prep_slave_sg: sg(%d) data length is zero\n", i); in atc_prep_slave_sg() 1353 "prep_slave_sg: sg(%d) data length is zero\n", i); in atc_prep_slave_sg() 1622 * we don't really care about the data. Just disable the in atc_terminate_all() 1735 * We need controller-specific data to set up slave in atc_alloc_chan_resources() 1874 .data [all...] |
/kernel/linux/linux-6.6/drivers/crypto/marvell/octeontx2/ |
H A D | otx2_cptpf_ucode.c | 377 ucode_hdr = (struct otx2_cpt_ucode_hdr *)uc_info->fw->data; in load_fw() 447 pr_debug("Ucode ptr %p\n", curr->fw->data); in print_uc_info() 995 uc_info->fw->data); in create_engine_group() 1242 * Set interval to periodically flush dirty data for the next in otx2_cpt_create_eng_grps() 1253 * unpredictable data being delivered to a CPT engine. in otx2_cpt_create_eng_grps() 1538 /* 64-bit swap for microcode data reads, not needed for addresses */ in otx2_cpt_discover_eng_capabilities()
|
/kernel/linux/linux-6.6/drivers/crypto/stm32/ |
H A D | stm32-cryp.c | 1187 * Length of input and output data: in stm32_cryp_prepare_req() 1223 /* In output, jump after assoc data */ in stm32_cryp_prepare_req() 1266 /* No input data to process: get tag and finish */ in stm32_cryp_aead_one_req() 1325 /* Wait for output data */ in stm32_cryp_read_auth_tag() 1434 dev_err(cryp->dev, "Timeout (write gcm last data)\n"); in stm32_cryp_irq_write_gcm_padded_data() 1438 /* c) get and store encrypted data */ in stm32_cryp_irq_write_gcm_padded_data() 1460 /* f) write padded data */ in stm32_cryp_irq_write_gcm_padded_data() 1466 dev_err(cryp->dev, "Timeout (write gcm padded data)\n"); in stm32_cryp_irq_write_gcm_padded_data() 1532 dev_err(cryp->dev, "Timeout (write ccm padded data)\n"); in stm32_cryp_irq_write_ccm_padded_data() 1536 /* c) get and store decrypted data */ in stm32_cryp_irq_write_ccm_padded_data() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | mcs.c | 467 void mcs_flowid_entry_write(struct mcs *mcs, u64 *data, u64 *mask, int flow_id, int dir) in mcs_flowid_entry_write() argument 475 mcs_reg_write(mcs, reg, data[reg_id]); in mcs_flowid_entry_write() 484 mcs_reg_write(mcs, reg, data[reg_id]); in mcs_flowid_entry_write() 956 /* policy/data over flow occurred */ in cn10kb_mcs_bbe_intr_handler() 960 dev_warn(mcs->dev, "BEE:Policy or data overflow occurred on lmac:%d\n", lmac); in cn10kb_mcs_bbe_intr_handler()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/liquidio/ |
H A D | lio_core.c | 39 * @lio: per-network private data 82 * @lio: per-network private data 572 * @len: size of total data received. 574 * @param: additional control data with the packet 618 memcpy(skb->data, va, MIN_SKB_SIZE); in liquidio_push_packet() 649 memcpy(&ns, (skb->data + r_dh_off), in liquidio_push_packet() 661 __be32 *hash_be = (__be32 *)(skb->data + r_dh_off); in liquidio_push_packet()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/prestera/ |
H A D | prestera_switchdev.c | 528 priv->data = dev; in prestera_match_upper_bridge_dev() 539 return priv.data; in prestera_get_upper_bridge_dev() 1795 info.addr = evt->fdb_evt.data.mac; in prestera_fdb_event()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/ |
H A D | mcdi.c | 1319 u32 data = EFX_QWORD_FIELD(*event, MCDI_EVENT_DATA); in efx_siena_mcdi_process_event() local 1324 "MC watchdog or assertion failure at 0x%x\n", data); in efx_siena_mcdi_process_event() 1347 "MC Scheduler alert (0x%x)\n", data); in efx_siena_mcdi_process_event()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/xilinx/ |
H A D | ll_temac_main.c | 367 /* returns physical address of skb->data */ in temac_dma_bd_init() 368 skb_dma_addr = dma_map_single(ndev->dev.parent, skb->data, in temac_dma_bd_init() 887 skb_dma_addr = dma_map_single(ndev->dev.parent, skb->data, in temac_start_xmit() 1076 skb_dma_addr = dma_map_single(ndev->dev.parent, skb->data, in ll_temac_recv()
|
/kernel/linux/linux-6.6/drivers/net/phy/mscc/ |
H A D | mscc_ptp.c | 397 return (struct vsc85xx_ptphdr *)skb->data; in get_ptp_header_rx() 399 iphdr = (struct iphdr *)skb->data; in get_ptp_header_rx() 400 udphdr = (struct udphdr *)(skb->data + iphdr->ihl * 4); in get_ptp_header_rx()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_selftests.c | 89 prefetchw(skb->data); in stmmac_test_get_udp_skb() 2034 void stmmac_selftest_get_strings(struct stmmac_priv *priv, u8 *data) in stmmac_selftest_get_strings() argument 2036 u8 *p = data; in stmmac_selftest_get_strings()
|
/kernel/linux/linux-6.6/drivers/media/platform/samsung/exynos4-is/ |
H A D | fimc-lite.c | 144 /* Get sensor configuration data from the sensor subdev */ in fimc_lite_hw_init() 1197 * is used as a subdev only and feeds data internally to FIMC-IS. in fimc_lite_subdev_s_stream() 1465 drv_data = (struct flite_drvdata *)of_id->data; in fimc_lite_probe() 1647 .data = &fimc_lite_drvdata_exynos4, 1651 .data = &fimc_lite_drvdata_exynos5,
|
/kernel/linux/linux-6.6/drivers/media/pci/tw5864/ |
H A D | tw5864-video.c | 521 /* input->md_threshold_grid_ctrl->p_new.p_u16 contains data */ in tw5864_s_ctrl() 1273 * Format of motion vector data exposed by tw5864, according to in tw5864_md_metric_from_mvd() 1348 static u32 tw5864_vlc_checksum(u32 *data, int len) in tw5864_vlc_checksum() argument 1352 val = *data++; in tw5864_vlc_checksum() 1354 val ^= *data++; in tw5864_vlc_checksum()
|
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/ |
H A D | hfi_venus.c | 258 /* make sure data is valid before using it */ in venus_read_queue() 1043 p = memchr(sfr->data, '\0', sfr->buf_size); in venus_sfr_print() 1049 sfr->data[sfr->buf_size - 1] = '\0'; in venus_sfr_print() 1051 dev_err_ratelimited(dev, "SFR message from FW: %s\n", sfr->data); in venus_sfr_print()
|