Home
last modified time | relevance | path

Searched refs:ti (Results 1 – 25 of 220) sorted by relevance

123456789

/linux-3.4.99/drivers/net/tokenring/
Dibmtr.c329 struct tok_info *ti = netdev_priv(dev); in ibmtr_cleanup_card() local
330 iounmap(ti->mmio); in ibmtr_cleanup_card()
331 iounmap(ti->sram_virt); in ibmtr_cleanup_card()
386 struct tok_info *ti = netdev_priv(dev); in ibmtr_probe1() local
430 t_mmio = ti->mmio; /*BMS to get virtual address */ in ibmtr_probe1()
431 irq = ti->irq; /*BMS to display the irq! */ in ibmtr_probe1()
483 ti->mmio = t_mmio; in ibmtr_probe1()
491 ti->turbo = 1; in ibmtr_probe1()
495 ti->readlog_pending = 0; in ibmtr_probe1()
496 init_waitqueue_head(&ti->wait_for_reset); in ibmtr_probe1()
[all …]
/linux-3.4.99/sound/pci/ctxfi/
Dcttimer.c68 struct ct_timer_instance *ti = (struct ct_timer_instance *)data; in ct_systimer_callback() local
69 struct snd_pcm_substream *substream = ti->substream; in ct_systimer_callback()
71 struct ct_atc_pcm *apcm = ti->apcm; in ct_systimer_callback()
78 dist = (position + buffer_size - ti->position) % buffer_size; in ct_systimer_callback()
80 position / period_size != ti->position / period_size) { in ct_systimer_callback()
82 ti->position = position; in ct_systimer_callback()
88 spin_lock_irqsave(&ti->lock, flags); in ct_systimer_callback()
89 if (ti->running) in ct_systimer_callback()
90 mod_timer(&ti->timer, jiffies + interval); in ct_systimer_callback()
91 spin_unlock_irqrestore(&ti->lock, flags); in ct_systimer_callback()
[all …]
/linux-3.4.99/Documentation/devicetree/bindings/regulator/
Dtwl-regulator.txt6 - "ti,twl6030-vaux1" for VAUX1 LDO
7 - "ti,twl6030-vaux2" for VAUX2 LDO
8 - "ti,twl6030-vaux3" for VAUX3 LDO
9 - "ti,twl6030-vmmc" for VMMC LDO
10 - "ti,twl6030-vpp" for VPP LDO
11 - "ti,twl6030-vusim" for VUSIM LDO
12 - "ti,twl6030-vana" for VANA LDO
13 - "ti,twl6030-vcxio" for VCXIO LDO
14 - "ti,twl6030-vdac" for VDAC LDO
15 - "ti,twl6030-vusb" for VUSB LDO
[all …]
/linux-3.4.99/arch/c6x/boot/dts/
Dtms320c6472.dtsi13 model = "ti,c64x+";
18 model = "ti,c64x+";
23 model = "ti,c64x+";
28 model = "ti,c64x+";
33 model = "ti,c64x+";
38 model = "ti,c64x+";
50 compatible = "ti,c64x+core-pic";
56 compatible = "ti,c64x+megamod-pic";
64 compatible = "ti,c64x+cache";
69 compatible = "ti,c64x+timer64";
[all …]
Dtms320c6474.dtsi13 model = "ti,c64x+";
18 model = "ti,c64x+";
23 model = "ti,c64x+";
37 compatible = "ti,c64x+core-pic";
41 compatible = "ti,c64x+megamod-pic";
49 compatible = "ti,c64x+cache";
54 compatible = "ti,c64x+timer64";
55 ti,core-mask = < 0x04 >;
60 compatible = "ti,c64x+timer64";
61 ti,core-mask = < 0x02 >;
[all …]
Dtms320c6455.dtsi12 model = "ti,c64x+";
27 compatible = "ti,c64x+core-pic";
34 compatible = "ti,c64x+megamod-pic";
42 compatible = "ti,c64x+cache";
47 compatible = "ti,c64x+emifa", "simple-bus";
56 ti,dscr-dev-enable = <13>;
57 ti,emifa-burst-priority = <255>;
58 ti,emifa-ce-config = <0x00240120
65 compatible = "ti,c64x+timer64";
67 ti,dscr-dev-enable = <4>;
[all …]
Dtms320c6457.dtsi12 model = "ti,c64x+";
27 compatible = "ti,c64x+core-pic";
31 compatible = "ti,c64x+megamod-pic";
39 compatible = "ti,c64x+cache";
44 compatible = "ti,c64x+dscr";
47 ti,dscr-devstat = <0x20>;
48 ti,dscr-silicon-rev = <0x18 28 0xf>;
49 ti,dscr-mac-fuse-regs = <0x114 3 4 5 6
51 ti,dscr-kick-regs = <0x38 0x83E70B13
56 compatible = "ti,c64x+timer64";
[all …]
/linux-3.4.99/drivers/md/
Ddm-linear.c28 static int linear_ctr(struct dm_target *ti, unsigned int argc, char **argv) in linear_ctr() argument
35 ti->error = "Invalid argument count"; in linear_ctr()
41 ti->error = "dm-linear: Cannot allocate linear context"; in linear_ctr()
46 ti->error = "dm-linear: Invalid device sector"; in linear_ctr()
51 if (dm_get_device(ti, argv[0], dm_table_get_mode(ti->table), &lc->dev)) { in linear_ctr()
52 ti->error = "dm-linear: Device lookup failed"; in linear_ctr()
56 ti->num_flush_requests = 1; in linear_ctr()
57 ti->num_discard_requests = 1; in linear_ctr()
58 ti->private = lc; in linear_ctr()
66 static void linear_dtr(struct dm_target *ti) in linear_dtr() argument
[all …]
Ddm-flakey.c43 struct dm_target *ti) in parse_features() argument
60 r = dm_read_arg_group(_args, as, &argc, &ti->error); in parse_features()
73 ti->error = "Feature drop_writes duplicated"; in parse_features()
85 ti->error = "Feature corrupt_bio_byte requires parameters"; in parse_features()
89 r = dm_read_arg(_args + 1, as, &fc->corrupt_bio_byte, &ti->error); in parse_features()
103 ti->error = "Invalid corrupt bio direction (r or w)"; in parse_features()
111 r = dm_read_arg(_args + 2, as, &fc->corrupt_bio_value, &ti->error); in parse_features()
119 r = dm_read_arg(_args + 3, as, &fc->corrupt_bio_flags, &ti->error); in parse_features()
127 ti->error = "Unrecognised flakey feature requested"; in parse_features()
132 ti->error = "drop_writes is incompatible with corrupt_bio_byte with the WRITE flag set"; in parse_features()
[all …]
Ddm-stripe.c39 struct dm_target *ti; member
55 dm_table_event(sc->ti->table); in trigger_event()
74 static int get_stripe(struct dm_target *ti, struct stripe_c *sc, in get_stripe() argument
83 if (dm_get_device(ti, argv[0], dm_table_get_mode(ti->table), in get_stripe()
96 static int stripe_ctr(struct dm_target *ti, unsigned int argc, char **argv) in stripe_ctr() argument
107 ti->error = "Not enough arguments"; in stripe_ctr()
113 ti->error = "Invalid stripe count"; in stripe_ctr()
119 ti->error = "Invalid chunk_size"; in stripe_ctr()
128 ti->error = "Invalid chunk size"; in stripe_ctr()
132 if (ti->len & (chunk_size - 1)) { in stripe_ctr()
[all …]
Ddm-delay.c130 static int delay_ctr(struct dm_target *ti, unsigned int argc, char **argv) in delay_ctr() argument
137 ti->error = "requires exactly 3 or 6 arguments"; in delay_ctr()
143 ti->error = "Cannot allocate context"; in delay_ctr()
150 ti->error = "Invalid device sector"; in delay_ctr()
156 ti->error = "Invalid delay"; in delay_ctr()
160 if (dm_get_device(ti, argv[0], dm_table_get_mode(ti->table), in delay_ctr()
162 ti->error = "Device lookup failed"; in delay_ctr()
171 ti->error = "Invalid write device sector"; in delay_ctr()
177 ti->error = "Invalid write delay"; in delay_ctr()
181 if (dm_get_device(ti, argv[3], dm_table_get_mode(ti->table), in delay_ctr()
[all …]
Ddm-raid.c57 struct dm_target *ti; member
100 static struct raid_set *context_alloc(struct dm_target *ti, struct raid_type *raid_type, unsigned r… in context_alloc() argument
107 ti->error = "Insufficient number of devices"; in context_alloc()
111 sectors_per_dev = ti->len; in context_alloc()
114 ti->error = "Target length not divisible by number of data devices"; in context_alloc()
120 ti->error = "Cannot allocate raid context"; in context_alloc()
126 rs->ti = ti; in context_alloc()
157 dm_put_device(rs->ti, rs->dev[i].meta_dev); in context_free()
163 dm_put_device(rs->ti, rs->dev[i].data_dev); in context_free()
206 ret = dm_get_device(rs->ti, argv[0], in dev_parms()
[all …]
Ddm-table.c367 static int device_area_is_invalid(struct dm_target *ti, struct dm_dev *dev, in device_area_is_invalid() argument
388 dm_device_name(ti->table->md), bdevname(bdev, b), in device_area_is_invalid()
401 dm_device_name(ti->table->md), bdevname(bdev, b), in device_area_is_invalid()
414 dm_device_name(ti->table->md), in device_area_is_invalid()
423 dm_device_name(ti->table->md), in device_area_is_invalid()
463 int dm_get_device(struct dm_target *ti, const char *path, fmode_t mode, in dm_get_device() argument
470 struct dm_table *t = ti->table; in dm_get_device()
521 int dm_set_device_limits(struct dm_target *ti, struct dm_dev *dev, in dm_set_device_limits() argument
531 dm_device_name(ti->table->md), bdevname(bdev, b)); in dm_set_device_limits()
539 dm_device_name(ti->table->md), bdevname(bdev, b), in dm_set_device_limits()
[all …]
Ddm-mpath.c62 struct dm_target *ti; member
160 static void free_pgpaths(struct list_head *pgpaths, struct dm_target *ti) in free_pgpaths() argument
163 struct multipath *m = ti->private; in free_pgpaths()
169 dm_put_device(ti, pgpath->path.dev); in free_pgpaths()
175 struct dm_target *ti) in free_priority_group() argument
184 free_pgpaths(&pg->pgpaths, ti); in free_priority_group()
188 static struct multipath *alloc_multipath(struct dm_target *ti) in alloc_multipath() argument
208 m->ti = ti; in alloc_multipath()
209 ti->private = m; in alloc_multipath()
221 free_priority_group(pg, m->ti); in free_multipath()
[all …]
Ddm-verity.c38 struct dm_target *ti; member
144 return v->data_start + dm_target_offset(v->ti, bi_sector); in verity_map_sector()
465 static int verity_map(struct dm_target *ti, struct bio *bio, in verity_map() argument
468 struct dm_verity *v = ti->private; in verity_map()
517 static void verity_status(struct dm_target *ti, status_type_t type, in verity_status() argument
520 struct dm_verity *v = ti->private; in verity_status()
551 static int verity_ioctl(struct dm_target *ti, unsigned cmd, in verity_ioctl() argument
554 struct dm_verity *v = ti->private; in verity_ioctl()
558 ti->len != i_size_read(v->data_dev->bdev->bd_inode) >> SECTOR_SHIFT) in verity_ioctl()
565 static int verity_merge(struct dm_target *ti, struct bvec_merge_data *bvm, in verity_merge() argument
[all …]
/linux-3.4.99/arch/arm/boot/dts/
Domap3.dtsi4 * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
14 compatible = "ti,omap3430", "ti,omap3";
34 compatible = "ti,omap-infra";
36 compatible = "ti,omap3-mpu";
37 ti,hwmods = "mpu";
41 compatible = "ti,iva2.2";
42 ti,hwmods = "iva";
45 compatible = "ti,omap3-c64";
62 ti,hwmods = "l3_main";
65 compatible = "ti,omap2-intc";
[all …]
Domap4.dtsi2 * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
20 compatible = "ti,omap4430", "ti,omap4";
44 compatible = "ti,omap-infra";
46 compatible = "ti,omap4-mpu";
47 ti,hwmods = "mpu";
51 compatible = "ti,omap3-c64";
52 ti,hwmods = "dsp";
56 compatible = "ti,ivahd";
57 ti,hwmods = "iva";
93 compatible = "ti,omap4-l3-noc", "simple-bus";
[all …]
Domap2.dtsi4 * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
14 compatible = "ti,omap2430", "ti,omap2420", "ti,omap2";
29 compatible = "ti,omap-infra";
31 compatible = "ti,omap2-mpu";
32 ti,hwmods = "mpu";
41 ti,hwmods = "l3_main";
44 compatible = "ti,omap2-intc";
50 compatible = "ti,omap2-uart";
51 ti,hwmods = "uart1";
56 compatible = "ti,omap2-uart";
[all …]
/linux-3.4.99/drivers/gpu/drm/gma500/
Dmdfld_tpo_vid.c34 struct oaktrail_timing_info *ti = &dev_priv->gct_data.DTD; in tpo_vid_get_config_mode() local
42 mode->hdisplay = (ti->hactive_hi << 8) | ti->hactive_lo; in tpo_vid_get_config_mode()
43 mode->vdisplay = (ti->vactive_hi << 8) | ti->vactive_lo; in tpo_vid_get_config_mode()
45 ((ti->hsync_offset_hi << 8) | in tpo_vid_get_config_mode()
46 ti->hsync_offset_lo); in tpo_vid_get_config_mode()
48 ((ti->hsync_pulse_width_hi << 8) | in tpo_vid_get_config_mode()
49 ti->hsync_pulse_width_lo); in tpo_vid_get_config_mode()
50 mode->htotal = mode->hdisplay + ((ti->hblank_hi << 8) | in tpo_vid_get_config_mode()
51 ti->hblank_lo); in tpo_vid_get_config_mode()
53 mode->vdisplay + ((ti->vsync_offset_hi << 8) | in tpo_vid_get_config_mode()
[all …]
Dmdfld_tmd_vid.c37 struct oaktrail_timing_info *ti = &dev_priv->gct_data.DTD; in tmd_vid_get_config_mode() local
45 mode->hdisplay = (ti->hactive_hi << 8) | ti->hactive_lo; in tmd_vid_get_config_mode()
46 mode->vdisplay = (ti->vactive_hi << 8) | ti->vactive_lo; in tmd_vid_get_config_mode()
48 ((ti->hsync_offset_hi << 8) | \ in tmd_vid_get_config_mode()
49 ti->hsync_offset_lo); in tmd_vid_get_config_mode()
51 ((ti->hsync_pulse_width_hi << 8) | \ in tmd_vid_get_config_mode()
52 ti->hsync_pulse_width_lo); in tmd_vid_get_config_mode()
53 mode->htotal = mode->hdisplay + ((ti->hblank_hi << 8) | \ in tmd_vid_get_config_mode()
54 ti->hblank_lo); in tmd_vid_get_config_mode()
56 mode->vdisplay + ((ti->vsync_offset_hi << 8) | \ in tmd_vid_get_config_mode()
[all …]
/linux-3.4.99/Documentation/devicetree/bindings/arm/omap/
Domap.txt16 form: "ti,XXX"
17 - ti,hwmods: list of hwmod names (ascii strings), that comes from the OMAP
22 - ti,no_idle_on_suspend: When present, it prevents the PM to idle the module
29 compatible = "ti,omap4-spinlock";
30 ti,hwmods = "spinlock";
37 compatible = "ti,omap3-beagle", "ti,omap3"
40 compatible = "ti,omap4-sdp", "ti,omap4430"
43 compatible = "ti,omap4-panda", "ti,omap4430"
46 compatible = "ti,omap3-evm", "ti,omap3"
49 compatible = "ti,am335x-evm", "ti,am33xx", "ti,omap3"
/linux-3.4.99/Documentation/devicetree/bindings/c6x/
Dclocks.txt10 - compatible: "ti,c64x+pll"
13 "ti,c6455-pll"
14 "ti,c6457-pll"
15 "ti,c6472-pll"
16 "ti,c6474-pll"
24 - ti,c64x+pll-bypass-delay: CPU cycles to delay when entering bypass mode
26 - ti,c64x+pll-reset-delay: CPU cycles to delay after PLL reset
28 - ti,c64x+pll-lock-delay: CPU cycles to delay after PLL frequency change
33 compatible = "ti,c6472-pll", "ti,c64x+pll";
37 ti,c64x+pll-bypass-delay = <200>;
[all …]
/linux-3.4.99/Documentation/devicetree/bindings/mmc/
Dti-omap-hsmmc.txt8 Should be "ti,omap2-hsmmc", for OMAP2 controllers
9 Should be "ti,omap3-hsmmc", for OMAP3 controllers
10 Should be "ti,omap4-hsmmc", for OMAP4 controllers
11 - ti,hwmods: Must be "mmc<n>", n is controller instance starting 1
15 ti,dual-volt: boolean, supports dual voltage cards
18 ti,bus-width: Number of data lines, default assumed is 1 if the property is missing.
21 ti,non-removable: non-removable slot (like eMMC)
22 ti,needs-special-reset: Requires a special softreset sequence
26 compatible = "ti,omap4-hsmmc";
28 ti,hwmods = "mmc1";
[all …]
/linux-3.4.99/include/linux/
Ddevice-mapper.h40 typedef void (*dm_dtr_fn) (struct dm_target *ti);
49 typedef int (*dm_map_fn) (struct dm_target *ti, struct bio *bio,
51 typedef int (*dm_map_request_fn) (struct dm_target *ti, struct request *clone,
62 typedef int (*dm_endio_fn) (struct dm_target *ti,
65 typedef int (*dm_request_endio_fn) (struct dm_target *ti,
69 typedef void (*dm_flush_fn) (struct dm_target *ti);
70 typedef void (*dm_presuspend_fn) (struct dm_target *ti);
71 typedef void (*dm_postsuspend_fn) (struct dm_target *ti);
72 typedef int (*dm_preresume_fn) (struct dm_target *ti);
73 typedef void (*dm_resume_fn) (struct dm_target *ti);
[all …]
/linux-3.4.99/arch/mn10300/include/asm/
Dthread_info.h58 #define thread_info_to_uregs(ti) \ argument
60 ((unsigned long)ti + THREAD_SIZE - sizeof(struct pt_regs)))
100 struct thread_info *ti; in current_thread_info() local
103 : "=d" (ti) in current_thread_info()
106 return ti; in current_thread_info()
135 #define free_thread_info(ti) kfree((ti)) argument
139 #define get_thread_info(ti) get_task_struct((ti)->task) argument
140 #define put_thread_info(ti) put_task_struct((ti)->task) argument

123456789