Searched refs:ti (Results 76 - 100 of 352) sorted by relevance

1234567891011>>

/linux-master/arch/arm/mach-omap2/
H A Dmcbsp.c18 #include <linux/platform_data/asoc-ti-mcbsp.h>
/linux-master/arch/arm/mach-omap1/
H A Dmtd-xip.h16 #include <linux/soc/ti/omap1-io.h>
/linux-master/drivers/md/
H A Ddm-verity-verify-sig.c73 struct dm_target *ti = v->ti; local
78 ti->error = DM_VERITY_VERIFY_ERR("Signature key not specified");
87 ti->error = DM_VERITY_VERIFY_ERR("Invalid key specified");
H A Ddm-verity.h39 struct dm_target *ti; member in struct:dm_verity
136 extern bool dm_is_verity_target(struct dm_target *ti);
137 extern int dm_verity_get_mode(struct dm_target *ti);
138 extern int dm_verity_get_root_digest(struct dm_target *ti, u8 **root_digest,
H A Ddm-thin.c234 struct dm_target *ti; /* Only set if a pool target is bound */ member in struct:pool
316 dm_table_event(pool->ti->table);
326 struct dm_target *ti; member in struct:pool_c
1517 dm_table_event(pool->ti->table);
2536 struct pool_c *pt = pool->ti->private;
2550 struct pool_c *pt = pool->ti->private;
2727 static int thin_bio_map(struct dm_target *ti, struct bio *bio) argument
2730 struct thin_c *tc = ti->private;
2869 static int bind_control_target(struct pool *pool, struct dm_target *ti) argument
2871 struct pool_c *pt = ti
2895 unbind_control_target(struct pool *pool, struct dm_target *ti) argument
3134 pool_dtr(struct dm_target *ti) argument
3149 parse_pool_features(struct dm_arg_set *as, struct pool_features *pf, struct dm_target *ti) argument
3291 pool_ctr(struct dm_target *ti, unsigned int argc, char **argv) argument
3446 pool_map(struct dm_target *ti, struct bio *bio) argument
3461 maybe_resize_data_dev(struct dm_target *ti, bool *need_commit) argument
3509 maybe_resize_metadata_dev(struct dm_target *ti, bool *need_commit) argument
3571 pool_preresume(struct dm_target *ti) argument
3631 pool_resume(struct dm_target *ti) argument
3651 pool_presuspend(struct dm_target *ti) argument
3663 pool_presuspend_undo(struct dm_target *ti) argument
3675 pool_postsuspend(struct dm_target *ti) argument
3850 pool_message(struct dm_target *ti, unsigned int argc, char **argv, char *result, unsigned int maxlen) argument
3920 pool_status(struct dm_target *ti, status_type_t type, unsigned int status_flags, char *result, unsigned int maxlen) argument
4050 pool_iterate_devices(struct dm_target *ti, iterate_devices_callout_fn fn, void *data) argument
4058 pool_io_hints(struct dm_target *ti, struct queue_limits *limits) argument
4153 thin_dtr(struct dm_target *ti) argument
4189 thin_ctr(struct dm_target *ti, unsigned int argc, char **argv) argument
4334 thin_map(struct dm_target *ti, struct bio *bio) argument
4341 thin_endio(struct dm_target *ti, struct bio *bio, blk_status_t *err) argument
4380 thin_presuspend(struct dm_target *ti) argument
4388 thin_postsuspend(struct dm_target *ti) argument
4399 thin_preresume(struct dm_target *ti) argument
4412 thin_status(struct dm_target *ti, status_type_t type, unsigned int status_flags, char *result, unsigned int maxlen) argument
4471 thin_iterate_devices(struct dm_target *ti, iterate_devices_callout_fn fn, void *data) argument
4493 thin_io_hints(struct dm_target *ti, struct queue_limits *limits) argument
[all...]
H A Ddm-log.c149 struct dm_target *ti,
150 int (*flush_callback_fn)(struct dm_target *ti),
168 if (type->ctr(log, ti, argc, argv)) {
221 struct dm_target *ti; member in struct:log_c
349 static int _check_region_size(struct dm_target *ti, uint32_t region_size) argument
351 if (region_size < 2 || region_size > ti->len)
368 static int create_log_context(struct dm_dirty_log *log, struct dm_target *ti, argument
398 !_check_region_size(ti, region_size)) {
403 region_count = dm_sector_div_up(ti->len, region_size);
411 lc->ti
148 dm_dirty_log_create(const char *type_name, struct dm_target *ti, int (*flush_callback_fn)(struct dm_target *ti), unsigned int argc, char **argv) argument
518 core_ctr(struct dm_dirty_log *log, struct dm_target *ti, unsigned int argc, char **argv) argument
546 disk_ctr(struct dm_dirty_log *log, struct dm_target *ti, unsigned int argc, char **argv) argument
[all...]
H A Ddm-uevent.c59 struct dm_target *ti,
75 if (add_uevent_var(&event->ku_env, "DM_TARGET=%s", ti->type->name)) {
165 * @ti: pointer to a dm_target
170 void dm_path_uevent(enum dm_uevent_type event_type, struct dm_target *ti, argument
173 struct mapped_device *md = dm_table_get_md(ti->table);
181 event = dm_build_path_uevent(md, ti,
58 dm_build_path_uevent(struct mapped_device *md, struct dm_target *ti, enum kobject_action action, const char *dm_action, const char *path, unsigned int nr_valid_paths) argument
H A Ddm-crypt.c102 int (*ctr)(struct crypt_config *cc, struct dm_target *ti,
359 static int crypt_iv_benbi_ctr(struct crypt_config *cc, struct dm_target *ti, argument
376 ti->error = "cypher blocksize is not a power of 2";
381 ti->error = "cypher blocksize is > 512";
427 static int crypt_iv_lmk_ctr(struct crypt_config *cc, struct dm_target *ti, argument
433 ti->error = "Unsupported sector size for LMK";
440 ti->error = "Error initializing LMK hash";
453 ti->error = "Error kmallocing seed storage in LMK";
585 static int crypt_iv_tcw_ctr(struct crypt_config *cc, struct dm_target *ti, argument
591 ti
725 crypt_iv_eboiv_ctr(struct crypt_config *cc, struct dm_target *ti, const char *opts) argument
783 crypt_iv_elephant_ctr(struct crypt_config *cc, struct dm_target *ti, const char *opts) argument
1170 crypt_integrity_ctr(struct crypt_config *cc, struct dm_target *ti) argument
2757 crypt_dtr(struct dm_target *ti) argument
2810 crypt_ctr_ivmode(struct dm_target *ti, const char *ivmode) argument
2918 crypt_ctr_cipher_new(struct dm_target *ti, char *cipher_in, char *key, char **ivmode, char **ivopts) argument
2991 crypt_ctr_cipher_old(struct dm_target *ti, char *cipher_in, char *key, char **ivmode, char **ivopts) argument
3076 crypt_ctr_cipher(struct dm_target *ti, char *cipher_in, char *key) argument
3132 crypt_ctr_optional(struct dm_target *ti, unsigned int argc, char **argv) argument
3212 crypt_report_zones(struct dm_target *ti, struct dm_report_zones_args *args, unsigned int nr_zones) argument
3229 crypt_ctr(struct dm_target *ti, unsigned int argc, char **argv) argument
3444 crypt_map(struct dm_target *ti, struct bio *bio) argument
3518 crypt_status(struct dm_target *ti, status_type_t type, unsigned int status_flags, char *result, unsigned int maxlen) argument
3608 crypt_postsuspend(struct dm_target *ti) argument
3615 crypt_preresume(struct dm_target *ti) argument
3627 crypt_resume(struct dm_target *ti) argument
3638 crypt_message(struct dm_target *ti, unsigned int argc, char **argv, char *result, unsigned int maxlen) argument
3679 crypt_iterate_devices(struct dm_target *ti, iterate_devices_callout_fn fn, void *data) argument
3687 crypt_io_hints(struct dm_target *ti, struct queue_limits *limits) argument
[all...]
H A Ddm-verity-fec.c28 ((char *)io + io->v->ti->per_io_data_size - sizeof(struct dm_verity_fec_io));
133 struct bio *bio = dm_bio_from_per_bio_data(io, v->ti->per_io_data_size);
215 struct bio *bio = dm_bio_from_per_bio_data(io, v->ti->per_io_data_size);
566 dm_put_device(v->ti, f->dev);
599 struct dm_target *ti = v->ti; local
606 ti->error = "FEC feature arguments require a value";
614 r = dm_get_device(ti, arg_value, BLK_OPEN_READ, &v->fec->dev);
616 ti->error = "FEC device lookup failed";
624 ti
679 struct dm_target *ti = v->ti; local
[all...]
H A Ddm-era-target.c1173 struct dm_target *ti; member in struct:era
1441 dm_put_device(era->ti, era->origin_dev);
1444 dm_put_device(era->ti, era->metadata_dev);
1451 return dm_sector_div_up(era->ti->len, era->sectors_per_block);
1465 static int era_ctr(struct dm_target *ti, unsigned int argc, char **argv) argument
1473 ti->error = "Invalid argument count";
1479 ti->error = "Error allocating era structure";
1483 era->ti = ti;
1485 r = dm_get_device(ti, arg
1556 era_dtr(struct dm_target *ti) argument
1561 era_map(struct dm_target *ti, struct bio *bio) argument
1586 era_postsuspend(struct dm_target *ti) argument
1606 era_preresume(struct dm_target *ti) argument
1645 era_status(struct dm_target *ti, status_type_t type, unsigned int status_flags, char *result, unsigned int maxlen) argument
1690 era_message(struct dm_target *ti, unsigned int argc, char **argv, char *result, unsigned int maxlen) argument
1718 era_iterate_devices(struct dm_target *ti, iterate_devices_callout_fn fn, void *data) argument
1726 era_io_hints(struct dm_target *ti, struct queue_limits *limits) argument
[all...]
H A Ddm-writecache.c143 struct dm_target *ti; member in struct:dm_writecache
711 if (!dm_suspended(wc->ti) && !writecache_has_error(wc)) {
925 static void writecache_suspend(struct dm_target *ti) argument
927 struct dm_writecache *wc = ti->private;
996 static void writecache_resume(struct dm_target *ti) argument
998 struct dm_writecache *wc = ti->private;
1118 if (dm_suspended(wc->ti)) {
1172 if (!dm_suspended(wc->ti))
1191 static int writecache_message(struct dm_target *ti, unsigned int argc, char **argv, argument
1195 struct dm_writecache *wc = ti
1541 writecache_map(struct dm_target *ti, struct bio *bio) argument
1616 writecache_end_io(struct dm_target *ti, struct bio *bio, blk_status_t *status) argument
1632 writecache_iterate_devices(struct dm_target *ti, iterate_devices_callout_fn fn, void *data) argument
1640 writecache_io_hints(struct dm_target *ti, struct queue_limits *limits) argument
2183 writecache_dtr(struct dm_target *ti) argument
2229 writecache_ctr(struct dm_target *ti, unsigned int argc, char **argv) argument
2680 writecache_status(struct dm_target *ti, status_type_t type, unsigned int status_flags, char *result, unsigned int maxlen) argument
[all...]
H A Ddm-zone.c266 static int device_not_zone_append_capable(struct dm_target *ti, argument
276 struct dm_target *ti = dm_table_get_target(t, i); local
278 if (ti->emulate_zone_append)
281 if (!ti->type->iterate_devices ||
282 ti->type->iterate_devices(ti, device_not_zone_append_capable, NULL))
515 struct dm_target *ti = tio->ti; local
528 return ti->type->map(ti, clon
[all...]
/linux-master/drivers/net/ethernet/ti/
H A DMakefile28 obj-$(CONFIG_TI_K3_AM65_CPSW_NUSS) += ti-am65-cpsw-nuss.o
29 ti-am65-cpsw-nuss-y := am65-cpsw-nuss.o cpsw_sl.o am65-cpsw-ethtool.o cpsw_ale.o
30 ti-am65-cpsw-nuss-$(CONFIG_TI_AM65_CPSW_QOS) += am65-cpsw-qos.o
31 ti-am65-cpsw-nuss-$(CONFIG_TI_K3_AM65_CPSW_SWITCHDEV) += am65-cpsw-switchdev.o
/linux-master/fs/tracefs/
H A Devent_inode.c96 * directory inodes ('ti->private'), but the dentry reference
251 struct tracefs_inode *ti = get_tracefs(inode); local
252 struct eventfs_inode *ei = ti->private;
309 void eventfs_remount(struct tracefs_inode *ti, bool update_uid, bool update_gid) argument
311 struct eventfs_inode *ei = ti->private;
405 struct tracefs_inode *ti; local
428 ti = get_tracefs(inode);
429 ti->flags |= TRACEFS_EVENT_INODE;
450 struct tracefs_inode *ti; local
467 ti
575 struct tracefs_inode *ti; local
630 struct tracefs_inode *ti; local
810 struct tracefs_inode *ti; local
[all...]
/linux-master/drivers/net/wireless/ath/ath12k/
H A Ddp_tx.c111 struct hal_tx_info *ti)
113 tcl_ext_cmd->info0 = le32_encode_bits(ti->paddr,
117 le32_encode_bits(ti->data_len,
121 le32_encode_bits(ti->encap_type,
123 le32_encode_bits(ti->encrypt_type,
132 struct hal_tx_info ti = {0}; local
169 ti.ring_id = ring_selector % ab->hw_params->max_tx_ring;
171 ring_map |= BIT(ti.ring_id);
172 ti.rbm_id = ab->hw_params->hal_ops->tcl_to_wbm_rbm_map[ti
109 ath12k_hal_tx_cmd_ext_desc_setup(struct ath12k_base *ab, struct hal_tx_msdu_ext_desc *tcl_ext_cmd, struct hal_tx_info *ti) argument
[all...]
/linux-master/arch/xtensa/kernel/
H A Dptrace.c125 struct thread_info *ti = task_thread_info(target); local
132 newregs->user = ti->xtregs_user;
136 coprocessor_flush_all(ti);
137 newregs->cp0 = ti->xtregs_cp.cp0;
138 newregs->cp1 = ti->xtregs_cp.cp1;
139 newregs->cp2 = ti->xtregs_cp.cp2;
140 newregs->cp3 = ti->xtregs_cp.cp3;
141 newregs->cp4 = ti->xtregs_cp.cp4;
142 newregs->cp5 = ti->xtregs_cp.cp5;
143 newregs->cp6 = ti
158 struct thread_info *ti = task_thread_info(target); local
[all...]
/linux-master/fs/nilfs2/
H A Dsegment.c142 struct nilfs_transaction_info *ti)
159 if (!ti) {
160 ti = kmem_cache_alloc(nilfs_transaction_cachep, GFP_NOFS);
161 if (!ti)
163 ti->ti_flags = NILFS_TI_DYNAMIC_ALLOC;
165 ti->ti_flags = 0;
167 ti->ti_count = 0;
168 ti->ti_save = save;
169 ti->ti_magic = NILFS_TI_MAGIC;
170 current->journal_info = ti;
141 nilfs_prepare_segment_lock(struct super_block *sb, struct nilfs_transaction_info *ti) argument
201 nilfs_transaction_begin(struct super_block *sb, struct nilfs_transaction_info *ti, int vacancy_check) argument
258 struct nilfs_transaction_info *ti = current->journal_info; local
294 struct nilfs_transaction_info *ti = current->journal_info; local
329 struct nilfs_transaction_info *ti = current->journal_info; local
338 nilfs_transaction_lock(struct super_block *sb, struct nilfs_transaction_info *ti, int gcflag) argument
375 struct nilfs_transaction_info *ti = current->journal_info; local
2245 struct nilfs_transaction_info *ti; local
2282 struct nilfs_transaction_info ti; local
2432 struct nilfs_transaction_info ti; local
2486 struct nilfs_transaction_info ti; local
2700 struct nilfs_transaction_info ti; local
[all...]
/linux-master/drivers/phy/ti/
H A DMakefile6 obj-$(CONFIG_TI_PIPE3) += phy-ti-pipe3.o
/linux-master/drivers/net/wireless/
H A DMakefile22 obj-$(CONFIG_WLAN_VENDOR_TI) += ti/
/linux-master/drivers/pmdomain/
H A DMakefile17 obj-y += ti/
/linux-master/drivers/iio/dac/
H A DMakefile49 obj-$(CONFIG_TI_DAC082S085) += ti-dac082s085.o
50 obj-$(CONFIG_TI_DAC5571) += ti-dac5571.o
51 obj-$(CONFIG_TI_DAC7311) += ti-dac7311.o
52 obj-$(CONFIG_TI_DAC7612) += ti-dac7612.o
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_sockopt.c376 struct tcp_info ti[2]; member in struct:my_tcp_info
377 } ti; local
382 memset(&ti, 0, sizeof(ti));
384 ti.d.size_subflow_data = sizeof(struct mptcp_subflow_data);
385 ti.d.size_user = sizeof(struct tcp_info);
386 olen = sizeof(ti);
388 ret = getsockopt(fd, SOL_MPTCP, MPTCP_TCPINFO, &ti, &olen);
392 assert(olen <= sizeof(ti));
393 assert(ti
[all...]
/linux-master/drivers/net/wireless/ath/ath11k/
H A Ddp_tx.c87 struct hal_tx_info ti = {0}; local
115 ti.ring_id = ring_selector % ab->hw_params.max_tx_ring;
116 ti.rbm_id = ab->hw_params.hal_params->tcl2wbm_rbm_map[ti.ring_id].rbm_id;
118 ring_map |= BIT(ti.ring_id);
120 tx_ring = &dp->tx_ring[ti.ring_id];
139 ti.desc_id = FIELD_PREP(DP_TX_DESC_ID_MAC_ID, ar->pdev_idx) |
142 ti.encap_type = ath11k_dp_tx_get_encap_type(arvif, skb);
147 ti.meta_data_flags = arsta->tcl_metadata;
148 ti
[all...]
/linux-master/arch/powerpc/kernel/
H A Dsyscalls.c113 struct thread_info *ti; local
123 ti = current_thread_info();
124 ti->flags |= _TIF_RESTOREALL;
/linux-master/arch/um/kernel/
H A Dirq.c707 struct thread_info *ti; local
730 ti = current_thread_info();
731 nested = (ti->real_thread != NULL);
736 task = cpu_tasks[ti->cpu].task;
739 *ti = *tti;
740 ti->real_thread = tti;
741 task->stack = ti;
751 struct thread_info *ti, *to; local
754 ti = current_thread_info();
758 to = ti
[all...]

Completed in 276 milliseconds

1234567891011>>