| /OK3568_Linux_fs/kernel/drivers/i2c/busses/ |
| H A D | i2c-jz4780.c | 254 int hold_time = 0; in jz4780_i2c_set_speed() local 322 hold_time = 400; in jz4780_i2c_set_speed() 325 hold_time = 450; in jz4780_i2c_set_speed() 328 hold_time = ((hold_time * dev_clk_khz) / 1000000) - 1; in jz4780_i2c_set_speed() 339 if (hold_time > 255) in jz4780_i2c_set_speed() 340 hold_time = 255; in jz4780_i2c_set_speed() 342 if (hold_time >= 0) { in jz4780_i2c_set_speed() 345 jz4780_i2c_writew(i2c, X1000_I2C_SDAHD, hold_time); in jz4780_i2c_set_speed() 347 hold_time |= JZ4780_I2C_SDAHD_HDENB; in jz4780_i2c_set_speed() 348 jz4780_i2c_writew(i2c, JZ4780_I2C_SDAHD, hold_time); in jz4780_i2c_set_speed()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | dynamic_queue_limits.c | 131 void dql_init(struct dql *dql, unsigned int hold_time) in dql_init() argument 135 dql->slack_hold_time = hold_time; in dql_init()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | dynamic_queue_limits.h | 104 void dql_init(struct dql *dql, unsigned int hold_time);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/ |
| H A D | mport.c | 888 u32 hold_time; in _set_max_mbid_num() local 913 hold_time = cfg_para.val; in _set_max_mbid_num() 916 if (bcn_erly + hold_time > subspc * TU_TO_BCN_SET) { in _set_max_mbid_num() 918 para->val = (bcn_erly + hold_time) / TU_TO_BCN_SET * (mbid_num + 1); in _set_max_mbid_num() 974 u8 mbid_num, u32 *bcn_erly, u32 *hold_time) in port0_subspc_set() argument 996 *hold_time = subspc_u32 * BCN_HOLD_RATIO / BCN_ITVL_RATIO; in port0_subspc_set() 2190 u32 hold_time = BCN_HOLD_DEF; in mac_port_init() local 2355 cfg_para.val = hold_time; in mac_port_init() 2442 &bcn_erly, &hold_time); in mac_port_init()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/ |
| H A D | mport.c | 888 u32 hold_time; in _set_max_mbid_num() local 913 hold_time = cfg_para.val; in _set_max_mbid_num() 916 if (bcn_erly + hold_time > subspc * TU_TO_BCN_SET) { in _set_max_mbid_num() 918 para->val = (bcn_erly + hold_time) / TU_TO_BCN_SET * (mbid_num + 1); in _set_max_mbid_num() 974 u8 mbid_num, u32 *bcn_erly, u32 *hold_time) in port0_subspc_set() argument 996 *hold_time = subspc_u32 * BCN_HOLD_RATIO / BCN_ITVL_RATIO; in port0_subspc_set() 2190 u32 hold_time = BCN_HOLD_DEF; in mac_port_init() local 2355 cfg_para.val = hold_time; in mac_port_init() 2442 &bcn_erly, &hold_time); in mac_port_init()
|
| /OK3568_Linux_fs/kernel/net/bridge/ |
| H A D | br_fdb.c | 70 static inline unsigned long hold_time(const struct net_bridge *br) in hold_time() function 80 time_before_eq(fdb->updated + hold_time(br), jiffies); in has_expired() 342 unsigned long delay = hold_time(br); in br_fdb_cleanup() 583 if (hold_time(br) == 0) in br_fdb_update()
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-class-net-queues | 56 What: /sys/class/<iface>/queues/tx-<queue>/byte_queue_limits/hold_time
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | net-sysfs.c | 1321 = __ATTR(hold_time, 0644,
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | wlioctl.h | 12684 uint16 hold_time; /* seconds, RA offload hold time */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | wlioctl.h | 16343 uint16 hold_time; /* seconds, RA offload hold time */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | wlioctl.h | 16343 uint16 hold_time; /* seconds, RA offload hold time */ member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | wlioctl.h | 16354 uint16 hold_time; /* seconds, RA offload hold time */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | wlioctl.h | 20340 uint16 hold_time; /* seconds, RA offload hold time */ member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | wlioctl.h | 20358 uint16 hold_time; /* seconds, RA offload hold time */ member
|