| /device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/ |
| D | r8168_n.c | 592 static inline struct device *tp_to_dev(struct rtl8168_private *tp) in tp_to_dev() 937 struct rtl8168_private *tp = netdev_priv(dev); in proc_get_driver_variable() local 1035 struct rtl8168_private *tp = netdev_priv(dev); in proc_get_tally_counter() local 1093 struct rtl8168_private *tp = netdev_priv(dev); in proc_get_registers() local 1120 struct rtl8168_private *tp = netdev_priv(dev); in proc_get_pcie_phy() local 1146 struct rtl8168_private *tp = netdev_priv(dev); in proc_get_eth_phy() local 1174 struct rtl8168_private *tp = netdev_priv(dev); in proc_get_extended_registers() local 1209 struct rtl8168_private *tp = netdev_priv(dev); in proc_get_pci_registers() local 1244 struct rtl8168_private *tp = netdev_priv(dev); in proc_get_driver_variable() local 1434 struct rtl8168_private *tp = netdev_priv(dev); in proc_get_tally_counter() local [all …]
|
| D | rtl_eeprom.c | 54 void rtl8168_eeprom_type(struct rtl8168_private *tp) in rtl8168_eeprom_type() 83 void rtl8168_eeprom_cleanup(struct rtl8168_private *tp) in rtl8168_eeprom_cleanup() 96 int rtl8168_eeprom_cmd_done(struct rtl8168_private *tp) in rtl8168_eeprom_cmd_done() 120 u16 rtl8168_eeprom_read_sc(struct rtl8168_private *tp, u16 reg) in rtl8168_eeprom_read_sc() 154 void rtl8168_eeprom_write_sc(struct rtl8168_private *tp, u16 reg, u16 data) in rtl8168_eeprom_write_sc() 201 void rtl8168_raise_clock(struct rtl8168_private *tp, u8 *x) in rtl8168_raise_clock() 208 void rtl8168_lower_clock(struct rtl8168_private *tp, u8 *x) in rtl8168_lower_clock() 216 void rtl8168_shift_out_bits(struct rtl8168_private *tp, int data, int count) in rtl8168_shift_out_bits() 242 u16 rtl8168_shift_in_bits(struct rtl8168_private *tp) in rtl8168_shift_in_bits() 268 void rtl8168_stand_by(struct rtl8168_private *tp) in rtl8168_stand_by() [all …]
|
| D | r8168_asf.c | 60 struct rtl8168_private *tp = netdev_priv(dev); in rtl8168_asf_ioctl() local 207 void rtl8168_asf_hbperiod(struct rtl8168_private *tp, int arg, unsigned int *data) in rtl8168_asf_hbperiod() 217 void rtl8168_asf_wd16rst(struct rtl8168_private *tp, int arg, unsigned int *data) in rtl8168_asf_wd16rst() 222 void rtl8168_asf_console_mac(struct rtl8168_private *tp, int arg, unsigned int *data) in rtl8168_asf_console_mac() 240 void rtl8168_asf_ip_address(struct rtl8168_private *tp, int arg, int offset, unsigned int *data) in rtl8168_asf_ip_address() 264 void rtl8168_asf_config_regs(struct rtl8168_private *tp, int arg, int offset, unsigned int *data) in rtl8168_asf_config_regs() 282 void rtl8168_asf_capability_masks(struct rtl8168_private *tp, int arg, int offset, unsigned int *da… in rtl8168_asf_capability_masks() 311 void rtl8168_asf_community_string(struct rtl8168_private *tp, int arg, char *string) in rtl8168_asf_community_string() 324 void rtl8168_asf_community_string_len(struct rtl8168_private *tp, int arg, unsigned int *data) in rtl8168_asf_community_string_len() 332 void rtl8168_asf_time_period(struct rtl8168_private *tp, int arg, int offset, unsigned int *data) in rtl8168_asf_time_period() [all …]
|
| D | rtltool.c | 47 int rtl8168_tool_ioctl(struct rtl8168_private *tp, struct ifreq *ifr) in rtl8168_tool_ioctl()
|
| D | r8168_dash.h | 242 #define RTL_CMAC_W8(tp, reg, val8) writeb ((val8), tp->cmac_ioaddr + (reg)) argument 243 #define RTL_CMAC_W16(tp, reg, val16) writew ((val16), tp->cmac_ioaddr + (reg)) argument 244 #define RTL_CMAC_W32(tp, reg, val32) writel ((val32), tp->cmac_ioaddr + (reg)) argument 245 #define RTL_CMAC_R8(tp, reg) readb (tp->cmac_ioaddr + (reg)) argument 246 #define RTL_CMAC_R16(tp, reg) readw (tp->cmac_ioaddr + (reg)) argument 247 #define RTL_CMAC_R32(tp, reg) ((unsigned long) readl (tp->cmac_ioaddr + (reg))) argument
|
| D | r8168.h | 133 #define RTL_ALLOC_SKB_INTR(tp, length) dev_alloc_skb(length) argument 137 #define RTL_ALLOC_SKB_INTR(tp, length) napi_alloc_skb(&tp->napi, length) argument 447 #define RTL_W8(tp, reg, val8) writeb((val8), tp->mmio_addr + (reg)) argument 448 #define RTL_W16(tp, reg, val16) writew((val16), tp->mmio_addr + (reg)) argument 449 #define RTL_W32(tp, reg, val32) writel((val32), tp->mmio_addr + (reg)) argument 450 #define RTL_R8(tp, reg) readb(tp->mmio_addr + (reg)) argument 451 #define RTL_R16(tp, reg) readw(tp->mmio_addr + (reg)) argument 452 #define RTL_R32(tp, reg) ((unsigned long) readl(tp->mmio_addr + (reg))) argument
|
| /device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
| D | hi_time.c | 50 struct timespec tp; in hi_get_seconds() local 61 struct timespec tp; in hi_get_us() local 72 struct timespec tp; in hi_get_real_time() local 83 struct timespec tp; in hi_set_real_time() local
|
| /device/soc/hisilicon/ws63v100/sdk/kernel/liteos/liteos_v208.5.0/Huawei_LiteOS/lib/liteos_libc/time/ |
| D | time_pri.h | 46 STATIC INLINE BOOL ValidTimespec(const struct timespec *tp) in ValidTimespec() 62 STATIC INLINE UINT32 OsTimespec2Tick(const struct timespec *tp) in OsTimespec2Tick() 84 STATIC INLINE VOID OsTick2TimeSpec(struct timespec *tp, UINT32 tick) in OsTick2TimeSpec()
|
| /device/soc/rockchip/common/sdk_linux/fs/xfs/ |
| D | xfs_inode.c | 782 static int xfs_ialloc(xfs_trans_t *tp, xfs_inode_t *pip, umode_t mode, xfs_nlink_t nlink, dev_t rde… in xfs_ialloc() 935 xfs_trans_t *tp; in xfs_dir_ialloc() local 1052 static int xfs_droplink(xfs_trans_t *tp, xfs_inode_t *ip) in xfs_droplink() 1069 static void xfs_bumplink(xfs_trans_t *tp, xfs_inode_t *ip) in xfs_bumplink() 1082 struct xfs_trans *tp = NULL; in xfs_create() local 1236 struct xfs_trans *tp = NULL; in xfs_create_tmpfile() local 1329 xfs_trans_t *tp; in xfs_link() local 1463 struct xfs_trans *tp = *tpp; in xfs_itruncate_extents_flags() local 1626 struct xfs_trans *tp; in xfs_inactive_truncate() local 1675 struct xfs_trans *tp; in xfs_inactive_ifree() local [all …]
|
| /device/soc/hisilicon/ws63v100/adapter/kal/posix/src/ |
| D | time.c | 41 STATIC INLINE BOOL ValidTimeSpec(const struct timespec *tp) in ValidTimeSpec() 56 STATIC INLINE UINT32 OsTimeSpec2Tick(const struct timespec *tp) in OsTimeSpec2Tick() 69 STATIC INLINE VOID OsTick2TimeSpec(struct timespec *tp, UINT32 tick) in OsTick2TimeSpec()
|
| /device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/posix/src/ |
| D | time.c | 57 STATIC INLINE BOOL ValidTimeSpec(const struct timespec *tp) in ValidTimeSpec() 72 STATIC INLINE UINT32 OsTimeSpec2Tick(const struct timespec *tp) in OsTimeSpec2Tick() 85 STATIC INLINE VOID OsTick2TimeSpec(struct timespec *tp, UINT32 tick) in OsTick2TimeSpec()
|
| /device/soc/hisilicon/common/platform/mipi_dsi/ |
| D | mipi_tx_hi35xx.c | 259 static void MipiTxDrvGetPhyTimingParam(MipiTxPhyTimingParamTag *tp) in MipiTxDrvGetPhyTimingParam() 291 static void MipiTxDrvSetPhyTimingParam(const MipiTxPhyTimingParamTag *tp) in MipiTxDrvSetPhyTimingParam() 351 static void MipiTxDrvSetPhyHsLpSwitchTime(const MipiTxPhyTimingParamTag *tp) in MipiTxDrvSetPhyHsLpSwitchTime() 367 MipiTxPhyTimingParamTag tp = {0}; in MipiTxDrvSetPhyCfg() local
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/hi3516cv500/mipi_tx/ |
| D | mipi_tx_hal.c | 322 static void mipi_tx_drv_get_phy_timing_parameters(mipi_tx_phy_timing_parameters *tp) in mipi_tx_drv_get_phy_timing_parameters() 361 static void mipi_tx_drv_set_phy_timing_parameters(const mipi_tx_phy_timing_parameters *tp) in mipi_tx_drv_set_phy_timing_parameters() 434 static void mipi_tx_drv_set_phy_hs_lp_switch_time(const mipi_tx_phy_timing_parameters *tp) in mipi_tx_drv_set_phy_hs_lp_switch_time() 460 mipi_tx_phy_timing_parameters tp = {0}; in mipi_tx_drv_set_phy_cfg() local
|
| /device/soc/hisilicon/ws63v100/sdk/middleware/utils/dfx/zdiag/diag_system_cmd/ |
| D | diag_cmd_trace_info.c | 103 struct timespec tp; in diag_cmd_set_time_info() local
|
| /device/soc/hisilicon/ws63v100/sdk/kernel/osal/src/liteos/ |
| D | osal_timer.c | 214 struct timespec tp; in osal_gettimeofday() local
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
| D | hi_task.h | 48 hi_u32 tp; /**< Task current tp.CNcomment:当前tp.CNend */ member
|
| D | hi_crash.h | 125 hi_u32 tp; member
|
| /device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/ |
| D | hi_task.h | 49 hi_u32 tp; /* *< Task current tp.CNcomment:当前tp.CNend */ member
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/kernel/include/ |
| D | los_task.h | 455 UINT32 tp; /**< Task current tp */ member
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
| D | mali_kbase_mem.c | 1889 struct tagged_addr *tp; in kbase_alloc_phy_pages_helper() local 2060 struct tagged_addr *tp; in kbase_alloc_phy_pages_helper_locked() local 2231 static void free_partial(struct kbase_context *kctx, int group_id, struct tagged_addr tp) in free_partial() 2330 …free_partial_locked(struct kbase_context *kctx, struct kbase_mem_pool *pool, struct tagged_addr tp) in free_partial_locked()
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
| D | mali_kbase_mem.c | 2210 struct tagged_addr *tp; in kbase_alloc_phy_pages_helper() local 2404 struct tagged_addr *tp; in kbase_alloc_phy_pages_helper_locked() local 2595 tagged_addr tp) in free_partial() 2719 struct kbase_mem_pool *pool, struct tagged_addr tp) in free_partial_locked()
|
| /device/soc/hisilicon/ws63v100/sdk/kernel/liteos/liteos_v208.5.0/Huawei_LiteOS/arch/riscv/include/arch/ |
| D | task.h | 79 UINT32 tp; /* X4 */ member
|
| /device/soc/hisilicon/ws63v100/sdk/drivers/chips/ws63/vectors/ |
| D | vectors.h | 202 uint32_t tp; /* X4 */ member
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/lwip/lwip_v2.1.3/src/api/nettool/ |
| D | ping.c | 365 struct timespec tp; in uapi_get_us() local
|
| /device/soc/hisilicon/ws63v100/sdk/middleware/chips/ws63/exception/ |
| D | exception.h | 226 uint32_t tp; member 309 uint32_t tp; member
|