| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | dm-target.c | 21 struct target_type *tt; in __find_target_type() local 32 struct target_type *tt; in get_target_type() local 51 struct target_type *tt = get_target_type(name); in dm_get_target_type() local 61 void dm_put_target_type(struct target_type *tt) in dm_put_target_type() 68 int dm_target_iterate(void (*iter_func)(struct target_type *tt, in dm_target_iterate() 71 struct target_type *tt; in dm_target_iterate() local 81 int dm_register_target(struct target_type *tt) in dm_register_target() 95 void dm_unregister_target(struct target_type *tt) in dm_unregister_target() 112 static int io_err_ctr(struct dm_target *tt, unsigned int argc, char **args) in io_err_ctr() 122 static void io_err_dtr(struct dm_target *tt) in io_err_dtr() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/dvm/ |
| H A D | tt.c | 70 struct iwl_tt_mgmt *tt = &priv->thermal_throttle; in iwl_tt_is_low_power_state() local 79 struct iwl_tt_mgmt *tt = &priv->thermal_throttle; in iwl_tt_current_power_mode() local 86 struct iwl_tt_mgmt *tt = &priv->thermal_throttle; in iwl_ht_enabled() local 122 struct iwl_tt_mgmt *tt = &priv->thermal_throttle; in iwl_tx_ant_restriction() local 133 struct iwl_tt_mgmt *tt = &priv->thermal_throttle; in iwl_rx_ant_restriction() local 157 struct iwl_tt_mgmt *tt = &priv->thermal_throttle; in iwl_tt_check_exit_ct_kill() local 208 struct iwl_tt_mgmt *tt = &priv->thermal_throttle; in iwl_tt_ready_for_ct_kill() local 248 struct iwl_tt_mgmt *tt = &priv->thermal_throttle; in iwl_legacy_tt_handler() local 353 struct iwl_tt_mgmt *tt = &priv->thermal_throttle; in iwl_advance_tt_handler() local 487 struct iwl_tt_mgmt *tt = &priv->thermal_throttle; in iwl_bg_ct_enter() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/rc/ |
| H A D | ttusbir.c | 45 struct ttusbir *tt = container_of(led_dev, struct ttusbir, led); in ttusbir_brightness_get() local 50 static void ttusbir_set_led(struct ttusbir *tt) in ttusbir_set_led() 71 struct ttusbir *tt = container_of(led_dev, struct ttusbir, led); in ttusbir_brightness_set() local 83 struct ttusbir *tt = urb->context; in ttusbir_bulk_complete() local 109 static void ttusbir_process_ir_data(struct ttusbir *tt, uint8_t *buf) in ttusbir_process_ir_data() 159 struct ttusbir *tt = urb->context; in ttusbir_urb_complete() local 185 struct ttusbir *tt; in ttusbir_probe() local 362 struct ttusbir *tt = usb_get_intfdata(intf); in ttusbir_disconnect() local 384 struct ttusbir *tt = usb_get_intfdata(intf); in ttusbir_suspend() local 398 struct ttusbir *tt = usb_get_intfdata(intf); in ttusbir_resume() local
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | eswitch_offloads_termtbl.c | 65 struct mlx5_termtbl_handle *tt, in mlx5_eswitch_termtbl_create() 115 struct mlx5_termtbl_handle *tt; in mlx5_eswitch_termtbl_get_create() local 163 struct mlx5_termtbl_handle *tt) in mlx5_eswitch_termtbl_put() 258 struct mlx5_termtbl_handle *tt; in mlx5_eswitch_add_termtbl_rule() local 309 struct mlx5_termtbl_handle *tt = attr->dests[curr_dest].termtbl; in mlx5_eswitch_add_termtbl_rule() local
|
| /OK3568_Linux_fs/kernel/include/drm/ttm/ |
| H A D | ttm_tt.h | 77 static inline bool ttm_tt_is_populated(struct ttm_tt *tt) in ttm_tt_is_populated() 82 static inline void ttm_tt_set_unpopulated(struct ttm_tt *tt) in ttm_tt_set_unpopulated() 87 static inline void ttm_tt_set_populated(struct ttm_tt *tt) in ttm_tt_set_populated()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeofiletilecache.cpp | 377 QSharedPointer<QGeoTileTexture> tt = getFromMemory(spec); in get() local 535 QSharedPointer<QGeoTileTexture> tt(new QGeoTileTexture); in addToTextureCache() local 549 QSharedPointer<QGeoTileTexture> tt = textureCache_.object(spec); in getFromMemory() local 560 QSharedPointer<QGeoTileTexture> tt = addToTextureCache(spec, image); in getFromMemory() local 582 QSharedPointer<QGeoTileTexture> tt(new QGeoTileTexture); in getFromDisk() local 599 QSharedPointer<QGeoTileTexture> tt = addToTextureCache(td->spec, image); in getFromDisk() local
|
| /OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/ |
| H A D | whets.c | 891 struct tt in dtime() struct 893 long days; in dtime() 894 long minutes; in dtime() 895 long ticks; in dtime() 896 } tt; in dtime() local
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | ehci-sched.c | 104 struct ehci_tt *tt, **tt_index, **ptt; in find_tt() local 162 struct ehci_tt *tt, **tt_index, **ptt; in drop_tt() local 214 struct ehci_tt *tt; in reserve_release_intr_bandwidth() local 262 struct ehci_tt *tt) in compute_tt_budget() 350 struct ehci_tt *tt, in tt_available() 767 struct ehci_tt *tt in check_intr_schedule() 835 struct ehci_tt *tt; in qh_schedule() local 1305 struct ehci_tt *tt; in reserve_release_iso_bandwidth() local 1378 struct ehci_tt *tt in sitd_slot_ok() 1486 struct ehci_tt *tt = find_tt(stream->ps.udev); in iso_stream_schedule() local
|
| H A D | xhci-mtk-sch.c | 160 struct mu3h_sch_tt *tt, **tt_index, **ptt; in find_tt() local 208 struct mu3h_sch_tt *tt, **tt_index, **ptt; in drop_tt() local 243 struct mu3h_sch_tt *tt = NULL; in create_sch_ep() local 448 struct mu3h_sch_tt *tt = sch_ep->sch_tt; in check_fs_bus_bw() local 533 struct mu3h_sch_tt *tt = sch_ep->sch_tt; in update_sch_tt() local
|
| /OK3568_Linux_fs/kernel/drivers/iio/ |
| H A D | industrialio-sw-trigger.c | 103 struct iio_sw_trigger_type *tt; in iio_sw_trigger_create() local 125 struct iio_sw_trigger_type *tt = t->trigger_type; in iio_sw_trigger_destroy() local
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | tt.c | 73 struct iwl_mvm_tt_mgmt *tt = &mvm->thermal_throttle; in iwl_mvm_enter_ctkill() local 335 struct iwl_mvm_tt_mgmt *tt; in check_exit_ctkill() local 445 struct iwl_mvm_tt_mgmt *tt = &mvm->thermal_throttle; in iwl_mvm_tt_handler() local 933 struct iwl_mvm_tt_mgmt *tt = &mvm->thermal_throttle; in iwl_mvm_thermal_initialize() local
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/lib/ |
| H A D | kgdb.c | 48 unsigned int tt; /* Trap type code for powerpc */ member 68 computeSignal(unsigned int tt) in computeSignal()
|
| /OK3568_Linux_fs/kernel/drivers/lightnvm/ |
| H A D | core.c | 241 struct nvm_tgt_type *tt; in __nvm_find_target_type() local 252 struct nvm_tgt_type *tt; in nvm_find_target_type() local 310 struct nvm_tgt_type *tt; in nvm_create_tgt() local 446 struct nvm_tgt_type *tt = t->type; in __nvm_remove_target() local 620 int nvm_register_tgt_type(struct nvm_tgt_type *tt) in nvm_register_tgt_type() 635 void nvm_unregister_tgt_type(struct nvm_tgt_type *tt) in nvm_unregister_tgt_type() 1255 struct nvm_tgt_type *tt; in nvm_ioctl_info() local
|
| /OK3568_Linux_fs/kernel/lib/lzo/ |
| H A D | lzo1x_compress.c | 132 size_t tt = t - 18; in lzo1x_1_do_compress() local 353 size_t tt = t - 18; in lzogeneric1x_1_compress() local
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H A D | kgdb.c | 39 unsigned char tt; /* Trap type code for MIPS R3xxx and R4xxx */ member 223 static int compute_signal(int tt) in compute_signal()
|
| /OK3568_Linux_fs/buildroot/board/rockchip/rk3566_rk3568/fs-overlay/usr/share/matrix-gui-2.0/css/ |
| H A D | fonts-min.css | 7 …etica,clean,sans-serif}table{font-size:inherit;font:100%}pre,code,kbd,samp,tt{font-family:monospac… selector
|
| /OK3568_Linux_fs/buildroot/board/forlinx/ok3568/fs-overlay/usr/share/matrix-gui-2.0/css/ |
| H A D | fonts-min.css | 7 …etica,clean,sans-serif}table{font-size:inherit;font:100%}pre,code,kbd,samp,tt{font-family:monospac… selector
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | kgdb.c | 38 unsigned int tt; /* Trap type code for powerpc */ member 95 static int computeSignal(unsigned int tt) in computeSignal()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/src/ |
| H A D | timesetting.cpp | 54 time_t tt = (time_t)dt.toTime_t(); in setDateAndTime() local
|
| /OK3568_Linux_fs/kernel/arch/s390/kvm/ |
| H A D | gaccess.c | 52 unsigned long tt : 2; /* Table-Type Bits */ member 67 unsigned long tt : 2; /* Table-Type Bits */ member 81 unsigned long tt : 2; /* Table-Type Bits */ member 97 unsigned long tt : 2; /* Table-Type Bits */ member 111 unsigned long tt : 2; /* Table-Type Bits */ member 123 unsigned long tt : 2; /* Table-Type Bits */ member 139 unsigned long tt : 2; /* Table-Type Bits */ member 153 unsigned long tt : 2; /* Table-Type Bits */ member
|
| /OK3568_Linux_fs/app/QLauncher/ |
| H A D | desktopwindow.cpp | 105 QTextStream tt(p.readAllStandardOutput()); in DesktopWindow() local
|
| /OK3568_Linux_fs/kernel/arch/um/drivers/ |
| H A D | tty.c | 16 struct termios tt; member
|
| H A D | fd.c | 18 struct termios tt; member
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/ |
| H A D | traps.c | 94 enum bug_trap_type tt; in handle_BUG() local
|
| /OK3568_Linux_fs/kernel/arch/um/os-Linux/ |
| H A D | util.c | 28 struct termios tt; in raw() local
|