/kernel/linux/linux-5.10/drivers/scsi/isci/ |
D | unsolicited_frame_control.c | 129 u32 frame_index, in sci_unsolicited_frame_control_get_header() argument 132 if (frame_index < SCU_MAX_UNSOLICITED_FRAMES) { in sci_unsolicited_frame_control_get_header() 136 *frame_header = &uf_control->buffers.array[frame_index].header->data; in sci_unsolicited_frame_control_get_header() 145 u32 frame_index, in sci_unsolicited_frame_control_get_buffer() argument 148 if (frame_index < SCU_MAX_UNSOLICITED_FRAMES) { in sci_unsolicited_frame_control_get_buffer() 149 *frame_buffer = uf_control->buffers.array[frame_index].buffer; in sci_unsolicited_frame_control_get_buffer() 158 u32 frame_index) in sci_unsolicited_frame_control_release_frame() argument 181 if (frame_index >= SCU_MAX_UNSOLICITED_FRAMES) in sci_unsolicited_frame_control_release_frame() 184 uf_control->buffers.array[frame_index].state = UNSOLICITED_FRAME_RELEASED; in sci_unsolicited_frame_control_release_frame() 186 if (frame_get != frame_index) { in sci_unsolicited_frame_control_release_frame()
|
D | unsolicited_frame_control.h | 270 u32 frame_index, 275 u32 frame_index, 280 u32 frame_index);
|
D | request.c | 1556 u32 frame_index) in sci_stp_request_udma_general_frame_handler() argument 1564 frame_index, in sci_stp_request_udma_general_frame_handler() 1570 frame_index, in sci_stp_request_udma_general_frame_handler() 1578 sci_controller_release_frame(ihost, frame_index); in sci_stp_request_udma_general_frame_handler() 1584 u32 frame_index) in process_unsolicited_fis() argument 1592 frame_index, in process_unsolicited_fis() 1606 frame_index, in process_unsolicited_fis() 1614 sci_controller_release_frame(ihost, frame_index); in process_unsolicited_fis() 1620 u32 frame_index) in atapi_d2h_reg_frame_handler() argument 1625 status = process_unsolicited_fis(ireq, frame_index); in atapi_d2h_reg_frame_handler() [all …]
|
D | phy.c | 971 enum sci_status sci_phy_frame_handler(struct isci_phy *iphy, u32 frame_index) in sci_phy_frame_handler() argument 984 frame_index, in sci_phy_frame_handler() 1015 __func__, frame_index); in sci_phy_frame_handler() 1017 sci_controller_release_frame(ihost, frame_index); in sci_phy_frame_handler() 1025 frame_index, in sci_phy_frame_handler() 1034 frame_index, in sci_phy_frame_handler() 1051 __func__, frame_index); in sci_phy_frame_handler() 1054 sci_controller_release_frame(ihost, frame_index); in sci_phy_frame_handler()
|
D | remote_device.c | 440 u32 frame_index) in sci_remote_device_frame_handler() argument 458 sci_controller_release_frame(ihost, frame_index); in sci_remote_device_frame_handler() 472 frame_index, in sci_remote_device_frame_handler() 483 status = sci_io_request_frame_handler(ireq, frame_index); in sci_remote_device_frame_handler() 488 sci_controller_release_frame(ihost, frame_index); in sci_remote_device_frame_handler() 496 frame_index, in sci_remote_device_frame_handler() 518 sci_controller_release_frame(ihost, frame_index); in sci_remote_device_frame_handler() 527 status = sci_io_request_frame_handler(idev->working_request, frame_index); in sci_remote_device_frame_handler()
|
D | host.c | 310 u32 frame_index; in sci_controller_unsolicited_frame() local 318 frame_index = SCU_GET_FRAME_INDEX(ent); in sci_controller_unsolicited_frame() 320 frame_header = ihost->uf_control.buffers.array[frame_index].header; in sci_controller_unsolicited_frame() 321 ihost->uf_control.buffers.array[frame_index].state = UNSOLICITED_FRAME_IN_USE; in sci_controller_unsolicited_frame() 328 sci_controller_release_frame(ihost, frame_index); in sci_controller_unsolicited_frame() 335 result = sci_phy_frame_handler(iphy, frame_index); in sci_controller_unsolicited_frame() 347 result = sci_phy_frame_handler(iphy, frame_index); in sci_controller_unsolicited_frame() 355 result = sci_remote_device_frame_handler(idev, frame_index); in sci_controller_unsolicited_frame() 357 sci_controller_release_frame(ihost, frame_index); in sci_controller_unsolicited_frame() 2544 void sci_controller_release_frame(struct isci_host *ihost, u32 frame_index) in sci_controller_release_frame() argument [all …]
|
D | request.h | 264 u32 frame_index);
|
D | phy.h | 437 u32 frame_index);
|
D | remote_device.h | 315 u32 frame_index);
|
D | host.h | 448 u32 frame_index);
|
/kernel/linux/linux-5.10/drivers/net/ |
D | thunderbolt.c | 60 u16 frame_index; member 672 u32 frame_id, frame_count, frame_size, frame_index; in tbnet_check_frame() local 692 frame_index = le16_to_cpu(hdr->frame_index); in tbnet_check_frame() 713 if (frame_index != net->rx_hdr.frame_index + 1 || in tbnet_check_frame() 732 if (frame_index != 0) { in tbnet_check_frame() 812 net->rx_hdr.frame_index = le16_to_cpu(hdr->frame_index); in tbnet_poll() 814 last = net->rx_hdr.frame_index == net->rx_hdr.frame_count - 1; in tbnet_poll() 1023 u32 frame_index = 0; in tbnet_start_xmit() local 1033 frames[frame_index] = tbnet_get_tx_buffer(net); in tbnet_start_xmit() 1034 if (!frames[frame_index]) in tbnet_start_xmit() [all …]
|
/kernel/linux/linux-5.10/drivers/media/test-drivers/vidtv/ |
D | vidtv_s302m.c | 299 u8 vucf = ctx->frame_index == 0 ? 0x10 : 0; in vidtv_s302m_write_frame() 321 ctx->frame_index++; in vidtv_s302m_write_frame() 322 if (ctx->frame_index >= S302M_BLOCK_SZ) in vidtv_s302m_write_frame() 323 ctx->frame_index = 0; in vidtv_s302m_write_frame()
|
D | vidtv_s302m.h | 42 u32 frame_index; member
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
D | ehci-brcm.c | 29 u32 frame_idx = ehci_readl(ehci, &ehci->regs->frame_index); in ehci_brcm_wait_for_sof() 34 res = readl_relaxed_poll_timeout(&ehci->regs->frame_index, val, in ehci_brcm_wait_for_sof()
|
D | fotg210.h | 265 u32 frame_index; /* current microframe number */ member 686 return fotg210_readl(fotg210, &fotg210->regs->frame_index); in fotg210_read_frame_index()
|
D | ehci-fsl.c | 477 pdata->pm_frame_index = ehci_readl(ehci, &ehci->regs->frame_index); in ehci_fsl_mpc512x_drv_suspend() 543 ehci_writel(ehci, pdata->pm_frame_index, &ehci->regs->frame_index); in ehci_fsl_mpc512x_drv_resume()
|
D | ehci-hcd.c | 114 uf = ehci_readl(ehci, &ehci->regs->frame_index); in ehci_moschip_read_frame_index() 116 uf = ehci_readl(ehci, &ehci->regs->frame_index); in ehci_moschip_read_frame_index() 124 return ehci_readl(ehci, &ehci->regs->frame_index); in ehci_read_frame_index()
|
D | oxu210hp-hcd.c | 157 u32 frame_index; /* current microframe number */ member 2316 oxu->next_uframe = readl(&oxu->regs->frame_index) in enable_periodic() 2685 clock = readl(&oxu->regs->frame_index); in scan_periodic() 2751 now = readl(&oxu->regs->frame_index) % mod; in scan_periodic() 3482 return (readl(&oxu->regs->frame_index) >> 3) % in oxu_get_frame()
|
/kernel/linux/linux-5.10/include/linux/usb/ |
D | ehci_def.h | 109 u32 frame_index; /* current microframe number */ member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/rockchip/ |
D | rk3066_hdmi.c | 157 union hdmi_infoframe *frame, u32 frame_index, in rk3066_hdmi_upload_frame() argument 163 hdmi_writeb(hdmi, HDMI_CP_BUF_INDEX, frame_index); in rk3066_hdmi_upload_frame()
|
D | inno_hdmi.c | 242 union hdmi_infoframe *frame, u32 frame_index, in inno_hdmi_upload_frame() argument 248 hdmi_writeb(hdmi, HDMI_CONTROL_PACKET_BUF_INDEX, frame_index); in inno_hdmi_upload_frame()
|
/kernel/linux/linux-5.10/include/linux/platform_data/ |
D | cros_ec_commands.h | 5802 uint32_t frame_index; member
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0034_linux_drivers_usb_vfio_wdt_tty_uio.patch | 3655 + ci->pm_frame_index = ehci_readl(ehci, &ehci->regs->frame_index); 3688 + ehci_writel(ehci, ci->pm_frame_index, &ehci->regs->frame_index);
|
D | 0020_linux_drivers_gpu.patch | 34264 + u32 *frame_index, u32 *line_index) 34269 + *frame_index = framegen_frame_index(stamp); 34276 + u32 frame_index, line_index, last_frame_index; 34279 + framegen_read_timestamp(fg, &frame_index, &line_index); 34281 + last_frame_index = frame_index; 34282 + framegen_read_timestamp(fg, &frame_index, &line_index); 34283 + } while (last_frame_index == frame_index && 34286 + if (last_frame_index == frame_index) 34293 + fg->id, last_frame_index, frame_index);
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/ |
D | 0005_linux_include.patch | 24789 + u32 *frame_index, u32 *line_index);
|