/Linux-v6.1/drivers/usb/gadget/udc/ |
D | mv_u3d.h | 184 u32 itpinfo0; /* ITP info 0 register */ 185 u32 itpinfo1; /* ITP info 1 register */
|
/Linux-v6.1/Documentation/devicetree/bindings/usb/ |
D | snps,dwc3.yaml | 60 SoC Bus Clock (AHB/AXI/Native). ref generates ITP when the UTMI/ULPI 239 When set, run the SOF/ITP counter based on ref_clk.
|
D | qcom,dwc3.yaml | 69 - mock_utmi:: Mock utmi clock needed for ITP/SOF generation in host
|
/Linux-v6.1/Documentation/devicetree/bindings/phy/ |
D | samsung,usb3-drd-phy.yaml | 101 - const: itp
|
/Linux-v6.1/net/ipv4/ |
D | icmp.c | 649 u8 _inner_type, *itp; in __icmp_send() local 651 itp = skb_header_pointer(skb_in, in __icmp_send() 659 if (!itp) in __icmp_send() 666 if (*itp > NR_ICMP_TYPES || in __icmp_send() 667 icmp_pointers[*itp].error) in __icmp_send()
|
/Linux-v6.1/drivers/usb/cdns3/ |
D | cdns3-gadget.h | 27 * @usb_itpn: ITP/SOF number. 414 * ITP(SS) / SOF (HS/FS) number 415 * In SS mode this field represent number of last ITP received from host. 449 /* ITP/SOF packet detected interrupt enable.*/ 502 /* ITP/SOF packet detected.*/ 992 * driver to save memory. Controller must prepare TRB for each ITP even
|
D | cdns3-gadget.c | 2784 * cdns3_gadget_get_frame - Returns number of actual ITP frame 2787 * Returns number of actual ITP frame
|
/Linux-v6.1/drivers/phy/samsung/ |
D | phy-exynos5-usbdrd.c | 182 * @itpclk: clock for ITP generation 756 phy_drd->itpclk = devm_clk_get(phy_drd->dev, "itp"); in exynos5_usbdrd_phy_clk_handle() 759 "ITP clock from main OSC not specified\n"); in exynos5_usbdrd_phy_clk_handle()
|
/Linux-v6.1/kernel/time/ |
D | posix-cpu-timers.c | 789 static void posix_cpu_timer_get(struct k_itimer *timer, struct itimerspec64 *itp) in posix_cpu_timer_get() argument 804 itp->it_interval = ktime_to_timespec64(timer->it_interval); in posix_cpu_timer_get() 818 itp->it_value = ns_to_timespec64(expires - now); in posix_cpu_timer_get() 824 itp->it_value.tv_nsec = 1; in posix_cpu_timer_get() 825 itp->it_value.tv_sec = 0; in posix_cpu_timer_get()
|
/Linux-v6.1/drivers/scsi/cxgbi/ |
D | libcxgbi.c | 2747 cls_session = iscsi_session_setup(chba->cdev->itp, shost, in cxgbi_create_session() 2991 int cxgbi_iscsi_init(struct iscsi_transport *itp, in cxgbi_iscsi_init() argument 2994 *stt = iscsi_register_transport(itp); in cxgbi_iscsi_init() 2997 itp->name, itp); in cxgbi_iscsi_init() 3002 itp->name, stt); in cxgbi_iscsi_init() 3007 void cxgbi_iscsi_cleanup(struct iscsi_transport *itp, in cxgbi_iscsi_cleanup() argument 3013 itp, itp->name, *stt); in cxgbi_iscsi_cleanup() 3015 iscsi_unregister_transport(itp); in cxgbi_iscsi_cleanup()
|
D | libcxgbi.h | 490 struct iscsi_transport *itp; member
|
/Linux-v6.1/drivers/soc/fsl/dpio/ |
D | qbman-portal.c | 1813 u32 itp, max_holdoff; in qbman_swp_set_irq_coalescing() local 1818 itp = (irq_holdoff * 1000) / p->desc->qman_256_cycles_per_ns; in qbman_swp_set_irq_coalescing() 1819 if (itp > 4096) { in qbman_swp_set_irq_coalescing() 1834 qbman_write_register(p, QBMAN_CINH_SWP_ITPR, itp); in qbman_swp_set_irq_coalescing()
|
/Linux-v6.1/drivers/usb/host/ |
D | xhci-mtk.c | 129 * MT8195 has 4 controllers, the controller1~3's default SOF/ITP interval
|
/Linux-v6.1/arch/arm64/boot/dts/exynos/ |
D | exynos7.dtsi | 686 clock-names = "phy", "ref", "phy_utmi", "phy_pipe", "itp";
|
D | exynos5433.dtsi | 1778 "itp"; 1792 "itp";
|
/Linux-v6.1/drivers/scsi/cxgbi/cxgb3i/ |
D | cxgb3i.c | 1330 cdev->itp = &cxgb3i_iscsi_transport; in cxgb3i_dev_open()
|
/Linux-v6.1/drivers/usb/dwc3/ |
D | core.c | 894 * SOF/ITP Mode Used in dwc3_core_setup_global_control()
|
/Linux-v6.1/drivers/scsi/aacraid/ |
D | aacraid.h | 1412 u8 max_rrc_drives; /* max. number of ITP-RRC drives/pool */
|
/Linux-v6.1/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 2247 cdev->itp = &cxgb4i_iscsi_transport; in t4_uld_add()
|