/linux-6.12.1/drivers/usb/gadget/udc/ |
D | mv_u3d.h | 184 u32 itpinfo0; /* ITP info 0 register */ 185 u32 itpinfo1; /* ITP info 1 register */
|
/linux-6.12.1/kernel/time/ |
D | posix-cpu-timers.c | 615 static void __posix_cpu_timer_get(struct k_itimer *timer, struct itimerspec64 *itp, u64 now); 736 static void __posix_cpu_timer_get(struct k_itimer *timer, struct itimerspec64 *itp, u64 now) in __posix_cpu_timer_get() argument 759 itp->it_value = ns_to_timespec64(expires - now); in __posix_cpu_timer_get() 768 itp->it_value.tv_nsec = 1; in __posix_cpu_timer_get() 772 static void posix_cpu_timer_get(struct k_itimer *timer, struct itimerspec64 *itp) in posix_cpu_timer_get() argument 781 itp->it_interval = ktime_to_timespec64(timer->it_interval); in posix_cpu_timer_get() 788 __posix_cpu_timer_get(timer, itp, now); in posix_cpu_timer_get()
|
/linux-6.12.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 | 2872 * cdns3_gadget_get_frame - Returns number of actual ITP frame 2875 * Returns number of actual ITP frame
|
/linux-6.12.1/Documentation/devicetree/bindings/phy/ |
D | samsung,usb3-drd-phy.yaml | 158 - const: itp
|
/linux-6.12.1/Documentation/devicetree/bindings/usb/ |
D | snps,dwc3.yaml | 60 SoC Bus Clock (AHB/AXI/Native). ref generates ITP when the UTMI/ULPI 259 When set, run the SOF/ITP counter based on ref_clk.
|
D | qcom,dwc3.yaml | 86 - mock_utmi:: Mock utmi clock needed for ITP/SOF generation in host
|
/linux-6.12.1/net/ipv4/ |
D | icmp.c | 660 u8 _inner_type, *itp; in __icmp_send() local 662 itp = skb_header_pointer(skb_in, in __icmp_send() 670 if (!itp) in __icmp_send() 677 if (*itp > NR_ICMP_TYPES || in __icmp_send() 678 icmp_pointers[*itp].error) in __icmp_send()
|
/linux-6.12.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 | 488 struct iscsi_transport *itp; member
|
/linux-6.12.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-6.12.1/arch/arm64/boot/dts/exynos/ |
D | exynos7.dtsi | 689 clock-names = "phy", "ref", "phy_utmi", "phy_pipe", "itp";
|
D | exynos5433.dtsi | 1796 "itp"; 1810 "itp";
|
/linux-6.12.1/drivers/phy/samsung/ |
D | phy-exynos5-usbdrd.c | 384 * @core_clks: core clocks for phy (ref, pipe3, utmi+, ITP, etc. as required) 1406 "ref", "phy_pipe", "phy_utmi", "itp",
|
/linux-6.12.1/drivers/usb/host/ |
D | xhci-mtk.c | 135 * MT8195 has 4 controllers, the controller1~3's default SOF/ITP interval
|
/linux-6.12.1/drivers/scsi/cxgbi/cxgb3i/ |
D | cxgb3i.c | 1330 cdev->itp = &cxgb3i_iscsi_transport; in cxgb3i_dev_open()
|
/linux-6.12.1/drivers/usb/dwc3/ |
D | core.h | 1140 * @gfladj_refclk_lpm_sel: set if we need to enable SOF/ITP counter
|
D | core.c | 1012 * SOF/ITP Mode Used in dwc3_core_setup_global_control()
|
/linux-6.12.1/drivers/scsi/aacraid/ |
D | aacraid.h | 1407 u8 max_rrc_drives; /* max. number of ITP-RRC drives/pool */
|
/linux-6.12.1/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 2247 cdev->itp = &cxgb4i_iscsi_transport; in t4_uld_add()
|