Searched refs:ti (Results 1 - 25 of 82) sorted by relevance

1234

/drivers/thermal/ti-soc-thermal/
H A DMakefile1 obj-$(CONFIG_TI_SOC_THERMAL) += ti-soc-thermal.o
2 ti-soc-thermal-y := ti-bandgap.o
3 ti-soc-thermal-$(CONFIG_TI_THERMAL) += ti-thermal-common.o
4 ti-soc-thermal-$(CONFIG_DRA752_THERMAL) += dra752-thermal-data.o
5 ti-soc-thermal-$(CONFIG_OMAP4_THERMAL) += omap4-thermal-data.o
6 ti-soc-thermal-$(CONFIG_OMAP5_THERMAL) += omap5-thermal-data.o
/drivers/md/
H A Ddm-linear.c28 static int linear_ctr(struct dm_target *ti, unsigned int argc, char **argv) argument
35 ti->error = "Invalid argument count";
41 ti->error = "dm-linear: Cannot allocate linear context";
46 ti->error = "dm-linear: Invalid device sector";
51 if (dm_get_device(ti, argv[0], dm_table_get_mode(ti->table), &lc->dev)) {
52 ti->error = "dm-linear: Device lookup failed";
56 ti->num_flush_bios = 1;
57 ti->num_discard_bios = 1;
58 ti
67 linear_dtr(struct dm_target *ti) argument
75 linear_map_sector(struct dm_target *ti, sector_t bi_sector) argument
82 linear_map_bio(struct dm_target *ti, struct bio *bio) argument
92 linear_map(struct dm_target *ti, struct bio *bio) argument
99 linear_status(struct dm_target *ti, status_type_t type, unsigned status_flags, char *result, unsigned maxlen) argument
116 linear_ioctl(struct dm_target *ti, unsigned int cmd, unsigned long arg) argument
133 linear_merge(struct dm_target *ti, struct bvec_merge_data *bvm, struct bio_vec *biovec, int max_size) argument
148 linear_iterate_devices(struct dm_target *ti, iterate_devices_callout_fn fn, void *data) argument
[all...]
H A Ddm-flakey.c47 struct dm_target *ti)
64 r = dm_read_arg_group(_args, as, &argc, &ti->error);
77 ti->error = "Feature drop_writes duplicated";
89 ti->error = "Feature corrupt_bio_byte requires parameters";
93 r = dm_read_arg(_args + 1, as, &fc->corrupt_bio_byte, &ti->error);
107 ti->error = "Invalid corrupt bio direction (r or w)";
115 r = dm_read_arg(_args + 2, as, &fc->corrupt_bio_value, &ti->error);
123 r = dm_read_arg(_args + 3, as, &fc->corrupt_bio_flags, &ti->error);
131 ti->error = "Unrecognised flakey feature requested";
136 ti
46 parse_features(struct dm_arg_set *as, struct flakey_c *fc, struct dm_target *ti) argument
155 flakey_ctr(struct dm_target *ti, unsigned int argc, char **argv) argument
230 flakey_dtr(struct dm_target *ti) argument
238 flakey_map_sector(struct dm_target *ti, sector_t bi_sector) argument
245 flakey_map_bio(struct dm_target *ti, struct bio *bio) argument
274 flakey_map(struct dm_target *ti, struct bio *bio) argument
324 flakey_end_io(struct dm_target *ti, struct bio *bio, int error) argument
341 flakey_status(struct dm_target *ti, status_type_t type, unsigned status_flags, char *result, unsigned maxlen) argument
374 flakey_ioctl(struct dm_target *ti, unsigned int cmd, unsigned long arg) argument
390 flakey_merge(struct dm_target *ti, struct bvec_merge_data *bvm, struct bio_vec *biovec, int max_size) argument
405 flakey_iterate_devices(struct dm_target *ti, iterate_devices_callout_fn fn, void *data) argument
[all...]
H A Ddm-delay.c127 static int delay_ctr(struct dm_target *ti, unsigned int argc, char **argv) argument
134 ti->error = "requires exactly 3 or 6 arguments";
140 ti->error = "Cannot allocate context";
147 ti->error = "Invalid device sector";
153 ti->error = "Invalid delay";
157 if (dm_get_device(ti, argv[0], dm_table_get_mode(ti->table),
159 ti->error = "Device lookup failed";
168 ti->error = "Invalid write device sector";
174 ti
214 delay_dtr(struct dm_target *ti) argument
257 delay_presuspend(struct dm_target *ti) argument
266 delay_resume(struct dm_target *ti) argument
273 delay_map(struct dm_target *ti, struct bio *bio) argument
293 delay_status(struct dm_target *ti, status_type_t type, unsigned status_flags, char *result, unsigned maxlen) argument
316 delay_iterate_devices(struct dm_target *ti, iterate_devices_callout_fn fn, void *data) argument
[all...]
H A Ddm-switch.c39 struct dm_target *ti; member in struct:switch_ctx
59 static struct switch_ctx *alloc_switch_ctx(struct dm_target *ti, unsigned nr_paths, argument
69 sctx->ti = ti;
72 ti->private = sctx;
77 static int alloc_region_table(struct dm_target *ti, unsigned nr_paths) argument
79 struct switch_ctx *sctx = ti->private;
80 sector_t nr_regions = ti->len;
104 ti->error = "Region table too large";
113 ti
204 parse_path(struct dm_arg_set *as, struct dm_target *ti) argument
233 switch_dtr(struct dm_target *ti) argument
252 switch_ctr(struct dm_target *ti, unsigned argc, char **argv) argument
319 switch_map(struct dm_target *ti, struct bio *bio) argument
469 switch_message(struct dm_target *ti, unsigned argc, char **argv) argument
488 switch_status(struct dm_target *ti, status_type_t type, unsigned status_flags, char *result, unsigned maxlen) argument
514 switch_ioctl(struct dm_target *ti, unsigned cmd, unsigned long arg) argument
537 switch_iterate_devices(struct dm_target *ti, iterate_devices_callout_fn fn, void *data) argument
[all...]
H A Ddm-zero.c18 static int zero_ctr(struct dm_target *ti, unsigned int argc, char **argv) argument
21 ti->error = "No arguments required";
28 ti->num_discard_bios = 1;
36 static int zero_map(struct dm_target *ti, struct bio *bio) argument
H A Ddm-uevent.h35 struct dm_target *ti, const char *path,
52 struct dm_target *ti, const char *path,
51 dm_path_uevent(enum dm_uevent_type event_type, struct dm_target *ti, const char *path, unsigned nr_valid_paths) argument
H A Ddm-stripe.c38 struct dm_target *ti; member in struct:stripe_c
54 dm_table_event(sc->ti->table);
73 static int get_stripe(struct dm_target *ti, struct stripe_c *sc, argument
82 if (dm_get_device(ti, argv[0], dm_table_get_mode(ti->table),
95 static int stripe_ctr(struct dm_target *ti, unsigned int argc, char **argv) argument
105 ti->error = "Not enough arguments";
110 ti->error = "Invalid stripe count";
115 ti->error = "Invalid chunk_size";
119 width = ti
199 stripe_dtr(struct dm_target *ti) argument
281 stripe_map(struct dm_target *ti, struct bio *bio) argument
322 stripe_status(struct dm_target *ti, status_type_t type, unsigned status_flags, char *result, unsigned maxlen) argument
352 stripe_end_io(struct dm_target *ti, struct bio *bio, int error) argument
389 stripe_iterate_devices(struct dm_target *ti, iterate_devices_callout_fn fn, void *data) argument
405 stripe_io_hints(struct dm_target *ti, struct queue_limits *limits) argument
415 stripe_merge(struct dm_target *ti, struct bvec_merge_data *bvm, struct bio_vec *biovec, int max_size) argument
[all...]
H A Ddm-table.c275 static int device_area_is_invalid(struct dm_target *ti, struct dm_dev *dev, argument
296 dm_device_name(ti->table->md), bdevname(bdev, b),
309 dm_device_name(ti->table->md), bdevname(bdev, b),
322 dm_device_name(ti->table->md),
331 dm_device_name(ti->table->md),
369 int dm_get_device(struct dm_target *ti, const char *path, fmode_t mode, argument
376 struct dm_table *t = ti->table;
422 static int dm_set_device_limits(struct dm_target *ti, struct dm_dev *dev, argument
432 dm_device_name(ti->table->md), bdevname(bdev, b));
440 dm_device_name(ti
460 dm_put_device(struct dm_target *ti, struct dm_dev *d) argument
488 adjoin(struct dm_table *table, struct dm_target *ti) argument
1170 count_device(struct dm_target *ti, struct dm_dev *dev, sector_t start, sector_t len, void *data) argument
1286 device_flush_capable(struct dm_target *ti, struct dm_dev *dev, sector_t start, sector_t len, void *data) argument
1297 struct dm_target *ti; local
1325 struct dm_target *ti; local
1339 device_is_nonrot(struct dm_target *ti, struct dm_dev *dev, sector_t start, sector_t len, void *data) argument
1347 device_is_not_random(struct dm_target *ti, struct dm_dev *dev, sector_t start, sector_t len, void *data) argument
1355 queue_supports_sg_merge(struct dm_target *ti, struct dm_dev *dev, sector_t start, sector_t len, void *data) argument
1366 struct dm_target *ti; local
1380 device_not_write_same_capable(struct dm_target *ti, struct dm_dev *dev, sector_t start, sector_t len, void *data) argument
1390 struct dm_target *ti; local
1407 device_discard_capable(struct dm_target *ti, struct dm_dev *dev, sector_t start, sector_t len, void *data) argument
1417 struct dm_target *ti; local
1527 struct dm_target *ti = t->targets; local
1561 struct dm_target *ti = t->targets + i; local
1575 struct dm_target *ti = t->targets + i; local
1619 struct dm_target *ti; local
[all...]
H A Ddm-mpath.c64 struct dm_target *ti; member in struct:multipath
158 static void free_pgpaths(struct list_head *pgpaths, struct dm_target *ti) argument
161 struct multipath *m = ti->private;
167 dm_put_device(ti, pgpath->path.dev);
173 struct dm_target *ti)
182 free_pgpaths(&pg->pgpaths, ti);
186 static struct multipath *alloc_multipath(struct dm_target *ti) argument
205 m->ti = ti;
206 ti
172 free_priority_group(struct priority_group *pg, struct dm_target *ti) argument
381 multipath_map(struct dm_target *ti, struct request *clone, union map_info *map_context) argument
478 parse_path_selector(struct dm_arg_set *as, struct priority_group *pg, struct dm_target *ti) argument
514 parse_path(struct dm_arg_set *as, struct path_selector *ps, struct dm_target *ti) argument
619 struct dm_target *ti = m->ti; local
685 struct dm_target *ti = m->ti; local
734 struct dm_target *ti = m->ti; local
785 multipath_ctr(struct dm_target *ti, unsigned int argc, char **argv) argument
909 multipath_dtr(struct dm_target *ti) argument
1266 multipath_end_io(struct dm_target *ti, struct request *clone, int error, union map_info *map_context) argument
1295 multipath_presuspend(struct dm_target *ti) argument
1302 multipath_postsuspend(struct dm_target *ti) argument
1314 multipath_resume(struct dm_target *ti) argument
1340 multipath_status(struct dm_target *ti, status_type_t type, unsigned status_flags, char *result, unsigned maxlen) argument
1449 multipath_message(struct dm_target *ti, unsigned argc, char **argv) argument
1512 multipath_ioctl(struct dm_target *ti, unsigned int cmd, unsigned long arg) argument
1569 multipath_iterate_devices(struct dm_target *ti, iterate_devices_callout_fn fn, void *data) argument
1604 multipath_busy(struct dm_target *ti) argument
[all...]
H A Ddm-raid.c33 * ti->len and give more flexibility in altering size and
63 struct dm_target *ti; member in struct:raid_set
147 static struct raid_set *context_alloc(struct dm_target *ti, struct raid_type *raid_type, unsigned raid_devs) argument
153 ti->error = "Insufficient number of devices";
159 ti->error = "Cannot allocate raid context";
165 rs->ti = ti;
196 dm_put_device(rs->ti, rs->dev[i].meta_dev);
199 dm_put_device(rs->ti, rs->dev[i].data_dev);
242 ret = dm_get_device(rs->ti, arg
1072 analyse_superblocks(struct dm_target *ti, struct raid_set *rs) argument
1163 configure_discard_support(struct dm_target *ti, struct raid_set *rs) argument
1215 raid_ctr(struct dm_target *ti, unsigned argc, char **argv) argument
1322 raid_dtr(struct dm_target *ti) argument
1331 raid_map(struct dm_target *ti, struct bio *bio) argument
1366 raid_status(struct dm_target *ti, status_type_t type, unsigned status_flags, char *result, unsigned maxlen) argument
1539 raid_message(struct dm_target *ti, unsigned argc, char **argv) argument
1593 raid_iterate_devices(struct dm_target *ti, iterate_devices_callout_fn fn, void *data) argument
1611 raid_io_hints(struct dm_target *ti, struct queue_limits *limits) argument
1621 raid_presuspend(struct dm_target *ti) argument
1628 raid_postsuspend(struct dm_target *ti) argument
1691 raid_resume(struct dm_target *ti) argument
[all...]
H A Ddm-verity.c54 struct dm_target *ti; member in struct:dm_verity
162 return v->data_start + dm_target_offset(v->ti, bi_sector);
204 struct mapped_device *md = dm_table_get_md(v->ti->table);
351 v->ti->per_bio_data_size);
455 struct bio *bio = dm_bio_from_per_bio_data(io, v->ti->per_bio_data_size);
544 static int verity_map(struct dm_target *ti, struct bio *bio) argument
546 struct dm_verity *v = ti->private;
567 io = dm_per_bio_data(bio, ti->per_bio_data_size);
588 static void verity_status(struct dm_target *ti, status_type_t type, argument
591 struct dm_verity *v = ti
622 verity_ioctl(struct dm_target *ti, unsigned cmd, unsigned long arg) argument
636 verity_merge(struct dm_target *ti, struct bvec_merge_data *bvm, struct bio_vec *biovec, int max_size) argument
651 verity_iterate_devices(struct dm_target *ti, iterate_devices_callout_fn fn, void *data) argument
659 verity_io_hints(struct dm_target *ti, struct queue_limits *limits) argument
672 verity_dtr(struct dm_target *ti) argument
716 verity_ctr(struct dm_target *ti, unsigned argc, char **argv) argument
[all...]
H A Ddm-raid1.c50 struct dm_target *ti; member in struct:mirror_set
252 static int mirror_flush(struct dm_target *ti) argument
254 struct mirror_set *ms = ti->private;
345 from.count = ms->ti->len & (region_size - 1);
399 dm_table_event(ms->ti->table);
447 return m->offset + dm_target_offset(m->ms->ti, bio->bi_iter.bi_sector);
478 if (dm_noflush_suspending(ms->ti))
817 dm_table_event(ms->ti->table);
851 struct dm_target *ti,
861 ti
849 alloc_context(unsigned int nr_mirrors, uint32_t region_size, struct dm_target *ti, struct dm_dirty_log *dl) argument
901 free_context(struct mirror_set *ms, struct dm_target *ti, unsigned int m) argument
912 get_mirror(struct mirror_set *ms, struct dm_target *ti, unsigned int mirror, char **argv) argument
940 create_dirty_log(struct dm_target *ti, unsigned argc, char **argv, unsigned *args_used) argument
979 struct dm_target *ti = ms->ti; local
1025 mirror_ctr(struct dm_target *ti, unsigned int argc, char **argv) argument
1132 mirror_dtr(struct dm_target *ti) argument
1147 mirror_map(struct dm_target *ti, struct bio *bio) argument
1196 mirror_end_io(struct dm_target *ti, struct bio *bio, int error) argument
1262 mirror_presuspend(struct dm_target *ti) argument
1308 mirror_postsuspend(struct dm_target *ti) argument
1318 mirror_resume(struct dm_target *ti) argument
1355 mirror_status(struct dm_target *ti, status_type_t type, unsigned status_flags, char *result, unsigned maxlen) argument
1393 mirror_iterate_devices(struct dm_target *ti, iterate_devices_callout_fn fn, void *data) argument
[all...]
H A Ddm-snap.c29 #define dm_target_is_snapshot_merge(ti) \
30 ((ti)->type->name == dm_snapshot_merge_target_name)
53 struct dm_target *ti; member in struct:dm_snapshot
383 if (dm_target_is_snapshot_merge(s->ti) && snap_merge)
418 snap->ti->error = "Snapshot cow pairing for exception "
433 if (!dm_target_is_snapshot_merge(snap->ti))
440 snap->ti->error = "A snapshot is already merging.";
446 snap->ti->error = "Snapshot exception store does not "
1048 static int snapshot_ctr(struct dm_target *ti, unsigned int argc, char **argv) argument
1058 ti
1263 snapshot_dtr(struct dm_target *ti) argument
1621 snapshot_map(struct dm_target *ti, struct bio *bio) argument
1737 snapshot_merge_map(struct dm_target *ti, struct bio *bio) argument
1797 snapshot_end_io(struct dm_target *ti, struct bio *bio, int error) argument
1807 snapshot_merge_presuspend(struct dm_target *ti) argument
1814 snapshot_preresume(struct dm_target *ti) argument
1840 snapshot_resume(struct dm_target *ti) argument
1875 snapshot_merge_resume(struct dm_target *ti) argument
1892 snapshot_status(struct dm_target *ti, status_type_t type, unsigned status_flags, char *result, unsigned maxlen) argument
1941 snapshot_iterate_devices(struct dm_target *ti, iterate_devices_callout_fn fn, void *data) argument
2146 origin_ctr(struct dm_target *ti, unsigned int argc, char **argv) argument
2180 origin_dtr(struct dm_target *ti) argument
2187 origin_map(struct dm_target *ti, struct bio *bio) argument
2214 origin_resume(struct dm_target *ti) argument
2221 origin_status(struct dm_target *ti, status_type_t type, unsigned status_flags, char *result, unsigned maxlen) argument
2237 origin_merge(struct dm_target *ti, struct bvec_merge_data *bvm, struct bio_vec *biovec, int max_size) argument
2251 origin_iterate_devices(struct dm_target *ti, iterate_devices_callout_fn fn, void *data) argument
[all...]
H A Ddm-crypt.c74 int (*ctr)(struct crypt_config *cc, struct dm_target *ti,
303 struct dm_target *ti,
312 ti->error = "Error allocating crypto tfm for ESSIV";
318 ti->error = "Block size of ESSIV cipher does "
326 ti->error = "Failed to set key for ESSIV cipher";
353 static int crypt_iv_essiv_ctr(struct crypt_config *cc, struct dm_target *ti, argument
362 ti->error = "Digest algorithm missing for ESSIV mode";
369 ti->error = "Error initializing ESSIV hash";
376 ti->error = "Error kmallocing salt storage in ESSIV";
384 essiv_tfm = setup_essiv_cpu(cc, ti, sal
302 setup_essiv_cpu(struct crypt_config *cc, struct dm_target *ti, u8 *salt, unsigned saltsize) argument
413 crypt_iv_benbi_ctr(struct crypt_config *cc, struct dm_target *ti, const char *opts) argument
474 crypt_iv_lmk_ctr(struct crypt_config *cc, struct dm_target *ti, const char *opts) argument
623 crypt_iv_tcw_ctr(struct crypt_config *cc, struct dm_target *ti, const char *opts) argument
1475 crypt_dtr(struct dm_target *ti) argument
1514 crypt_ctr_cipher(struct dm_target *ti, char *cipher_in, char *key) argument
1679 crypt_ctr(struct dm_target *ti, unsigned int argc, char **argv) argument
1827 crypt_map(struct dm_target *ti, struct bio *bio) argument
1858 crypt_status(struct dm_target *ti, status_type_t type, unsigned status_flags, char *result, unsigned maxlen) argument
1888 crypt_postsuspend(struct dm_target *ti) argument
1895 crypt_preresume(struct dm_target *ti) argument
1907 crypt_resume(struct dm_target *ti) argument
1918 crypt_message(struct dm_target *ti, unsigned argc, char **argv) argument
1954 crypt_merge(struct dm_target *ti, struct bvec_merge_data *bvm, struct bio_vec *biovec, int max_size) argument
1969 crypt_iterate_devices(struct dm_target *ti, iterate_devices_callout_fn fn, void *data) argument
[all...]
H A Ddm-exception-store.c191 int dm_exception_store_create(struct dm_target *ti, int argc, char **argv, argument
202 ti->error = "Insufficient exception store arguments";
208 ti->error = "Exception store allocation failed";
218 ti->error = "Persistent flag is not P or N";
224 ti->error = "Exception store type not recognised";
232 r = set_chunk_size(tmp_store, argv[1], &ti->error);
238 ti->error = "Exception store type constructor failed";
H A Ddm.c79 struct dm_target *ti; member in struct:dm_rq_target_io
906 dm_endio_fn endio = tio->ti->type->end_io;
912 r = endio(tio->ti, bio, error);
1119 if (tio->ti) {
1120 rq_end_io = tio->ti->type->rq_end_io;
1123 r = rq_end_io(tio->ti, clone, error, &tio->info);
1218 static sector_t max_io_len_target_boundary(sector_t sector, struct dm_target *ti) argument
1220 sector_t target_offset = dm_target_offset(ti, sector);
1222 return ti->len - target_offset;
1225 static sector_t max_io_len(sector_t sector, struct dm_target *ti) argument
1248 dm_set_target_max_io_len(struct dm_target *ti, sector_t len) argument
1309 struct dm_target *ti = tio->ti; local
1374 alloc_tio(struct clone_info *ci, struct dm_target *ti, unsigned target_bio_nr) argument
1391 __clone_and_map_simple_bio(struct clone_info *ci, struct dm_target *ti, unsigned target_bio_nr, unsigned *len) argument
1407 __send_duplicate_bios(struct clone_info *ci, struct dm_target *ti, unsigned num_bios, unsigned *len) argument
1419 struct dm_target *ti; local
1428 __clone_and_map_data_bio(struct clone_info *ci, struct dm_target *ti, sector_t sector, unsigned *len) argument
1452 get_num_discard_bios(struct dm_target *ti) argument
1457 get_num_write_same_bios(struct dm_target *ti) argument
1464 is_split_required_for_discard(struct dm_target *ti) argument
1473 struct dm_target *ti; local
1522 struct dm_target *ti; local
1595 struct dm_target *ti; local
1794 map_request(struct dm_target *ti, struct request *clone, struct mapped_device *md) argument
1860 struct dm_target *ti; local
2268 dm_device_merge_is_compulsory(struct dm_target *ti, struct dm_dev *dev, sector_t start, sector_t len, void *data) argument
2285 struct dm_target *ti; local
2985 dm_suspended(struct dm_target *ti) argument
2991 dm_noflush_suspending(struct dm_target *ti) argument
[all...]
H A Ddm-era-target.c1141 struct dm_target *ti; member in struct:era
1401 dm_put_device(era->ti, era->origin_dev);
1404 dm_put_device(era->ti, era->metadata_dev);
1411 return dm_sector_div_up(era->ti->len, era->sectors_per_block);
1425 static int era_ctr(struct dm_target *ti, unsigned argc, char **argv) argument
1433 ti->error = "Invalid argument count";
1439 ti->error = "Error allocating era structure";
1443 era->ti = ti;
1445 r = dm_get_device(ti, arg
1526 era_dtr(struct dm_target *ti) argument
1531 era_map(struct dm_target *ti, struct bio *bio) argument
1556 era_postsuspend(struct dm_target *ti) argument
1570 era_preresume(struct dm_target *ti) argument
1601 era_status(struct dm_target *ti, status_type_t type, unsigned status_flags, char *result, unsigned maxlen) argument
1642 era_message(struct dm_target *ti, unsigned argc, char **argv) argument
1669 era_iterate_devices(struct dm_target *ti, iterate_devices_callout_fn fn, void *data) argument
1676 era_merge(struct dm_target *ti, struct bvec_merge_data *bvm, struct bio_vec *biovec, int max_size) argument
1690 era_io_hints(struct dm_target *ti, struct queue_limits *limits) argument
[all...]
/drivers/media/platform/ti-vpe/
H A DMakefile1 obj-$(CONFIG_VIDEO_TI_VPE) += ti-vpe.o
3 ti-vpe-y := vpe.o sc.o csc.o vpdma.o
/drivers/gpu/drm/gma500/
H A Dmdfld_tpo_vid.c34 struct oaktrail_timing_info *ti = &dev_priv->gct_data.DTD; local
42 mode->hdisplay = (ti->hactive_hi << 8) | ti->hactive_lo;
43 mode->vdisplay = (ti->vactive_hi << 8) | ti->vactive_lo;
45 ((ti->hsync_offset_hi << 8) |
46 ti->hsync_offset_lo);
48 ((ti->hsync_pulse_width_hi << 8) |
49 ti->hsync_pulse_width_lo);
50 mode->htotal = mode->hdisplay + ((ti
[all...]
H A Dmdfld_tmd_vid.c37 struct oaktrail_timing_info *ti = &dev_priv->gct_data.DTD; local
45 mode->hdisplay = (ti->hactive_hi << 8) | ti->hactive_lo;
46 mode->vdisplay = (ti->vactive_hi << 8) | ti->vactive_lo;
48 ((ti->hsync_offset_hi << 8) | \
49 ti->hsync_offset_lo);
51 ((ti->hsync_pulse_width_hi << 8) | \
52 ti->hsync_pulse_width_lo);
53 mode->htotal = mode->hdisplay + ((ti
[all...]
H A Dmid_bios.c232 struct gct_r10_timing_info *ti; local
253 ti = &gct[vbt.primary_panel_idx].DTD;
254 dp_ti->pixel_clock = ti->pixel_clock;
255 dp_ti->hactive_hi = ti->hactive_hi;
256 dp_ti->hactive_lo = ti->hactive_lo;
257 dp_ti->hblank_hi = ti->hblank_hi;
258 dp_ti->hblank_lo = ti->hblank_lo;
259 dp_ti->hsync_offset_hi = ti->hsync_offset_hi;
260 dp_ti->hsync_offset_lo = ti->hsync_offset_lo;
261 dp_ti->hsync_pulse_width_hi = ti
[all...]
H A Doaktrail_lvds.c228 struct oaktrail_timing_info *ti = &dev_priv->gct_data.DTD; local
238 mode->hdisplay = (ti->hactive_hi << 8) | ti->hactive_lo;
239 mode->vdisplay = (ti->vactive_hi << 8) | ti->vactive_lo;
241 ((ti->hsync_offset_hi << 8) | \
242 ti->hsync_offset_lo);
244 ((ti->hsync_pulse_width_hi << 8) | \
245 ti->hsync_pulse_width_lo);
246 mode->htotal = mode->hdisplay + ((ti
[all...]
/drivers/soc/
H A DMakefile7 obj-$(CONFIG_SOC_TI) += ti/
/drivers/staging/lustre/lustre/ptlrpc/
H A Dpinger.c434 struct timeout_item *ti; local
436 OBD_ALLOC_PTR(ti);
437 if (!ti)
440 INIT_LIST_HEAD(&ti->ti_obd_list);
441 INIT_LIST_HEAD(&ti->ti_chain);
442 ti->ti_timeout = time;
443 ti->ti_event = event;
444 ti->ti_cb = cb;
445 ti->ti_cb_data = data;
447 return ti;
487 struct timeout_item *ti; local
504 struct timeout_item *ti = NULL, *item; local
[all...]

Completed in 285 milliseconds

1234