Home
last modified time | relevance | path

Searched defs:t (Results 1 – 25 of 1159) sorted by relevance

12345678910>>...47

/linux-3.3/arch/powerpc/include/asm/
Datomic.h20 int t; in atomic_read() local
34 int t; in atomic_add() local
49 int t; in atomic_add_return() local
70 int t; in atomic_sub() local
85 int t; in atomic_sub_return() local
104 int t; in atomic_inc() local
119 int t; in atomic_inc_return() local
148 int t; in atomic_dec() local
163 int t; in atomic_dec_return() local
194 int t; in __atomic_add_unless() local
[all …]
Dlocal.h24 long t; in local_add_return() local
43 long t; in local_sub_return() local
60 long t; in local_inc_return() local
87 long t; in local_dec_return() local
117 long t; in local_add_unless() local
147 long t; in local_dec_if_positive() local
/linux-3.3/drivers/media/video/saa7134/
Dsaa7134-reg.h204 #define SAA7134_TASK_CONDITIONS(t) (0x000 +t) argument
205 #define SAA7134_FIELD_HANDLING(t) (0x001 +t) argument
206 #define SAA7134_DATA_PATH(t) (0x002 +t) argument
207 #define SAA7134_VBI_H_START1(t) (0x004 +t) argument
208 #define SAA7134_VBI_H_START2(t) (0x005 +t) argument
209 #define SAA7134_VBI_H_STOP1(t) (0x006 +t) argument
210 #define SAA7134_VBI_H_STOP2(t) (0x007 +t) argument
211 #define SAA7134_VBI_V_START1(t) (0x008 +t) argument
212 #define SAA7134_VBI_V_START2(t) (0x009 +t) argument
213 #define SAA7134_VBI_V_STOP1(t) (0x00a +t) argument
[all …]
/linux-3.3/drivers/md/
Ddm-table.c106 static inline sector_t *get_node(struct dm_table *t, in get_node()
116 static sector_t high(struct dm_table *t, unsigned int l, unsigned int n) in high()
131 static int setup_btree_index(unsigned int l, struct dm_table *t) in setup_btree_index()
168 static int alloc_targets(struct dm_table *t, unsigned int num) in alloc_targets()
204 struct dm_table *t = kzalloc(sizeof(*t), GFP_KERNEL); in dm_table_create() local
243 void dm_table_destroy(struct dm_table *t) in dm_table_destroy()
279 void dm_table_get(struct dm_table *t) in dm_table_get()
285 void dm_table_put(struct dm_table *t) in dm_table_put()
298 static inline int check_space(struct dm_table *t) in check_space()
466 struct dm_table *t = ti->table; in dm_get_device() local
[all …]
/linux-3.3/drivers/media/video/bt8xx/
Dbttv-audio-hook.c55 void gvbctv3pci_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in gvbctv3pci_audio()
76 void gvbctv5pci_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in gvbctv5pci_audio()
143 void avermedia_tvphone_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in avermedia_tvphone_audio()
165 void avermedia_tv_stereo_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in avermedia_tv_stereo_audio()
186 void lt9415_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in lt9415_audio()
215 void terratv_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in terratv_audio()
235 void winfast2000_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in winfast2000_audio()
268 void pvbt878p9b_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in pvbt878p9b_audio()
299 void fv2000s_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in fv2000s_audio()
329 void windvr_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in windvr_audio()
[all …]
/linux-3.3/drivers/media/video/
Dtuner-core.c204 struct tuner *t = fe->analog_demod_priv; in fe_set_params() local
234 struct tuner *t = fe->analog_demod_priv; in fe_set_config() local
277 struct tuner *t = to_tuner(i2c_get_clientdata(c)); in set_type() local
480 struct tuner *t = to_tuner(sd); in tuner_s_type_addr() local
515 struct tuner *t = to_tuner(sd); in tuner_s_config() local
589 struct tuner *t; in tuner_probe() local
707 struct tuner *t = to_tuner(i2c_get_clientdata(client)); in tuner_remove() local
740 static inline int check_mode(struct tuner *t, enum v4l2_tuner_type mode) in check_mode()
763 static int set_mode(struct tuner *t, enum v4l2_tuner_type mode) in set_mode()
787 static void set_freq(struct tuner *t, unsigned int freq) in set_freq()
[all …]
/linux-3.3/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_defs.h50 static inline union active_open_entry *atid2entry(const struct tid_info *t, in atid2entry()
56 static inline union listen_entry *stid2entry(const struct tid_info *t, in stid2entry()
65 static inline struct t3c_tid_entry *lookup_tid(const struct tid_info *t, in lookup_tid()
77 static inline struct t3c_tid_entry *lookup_stid(const struct tid_info *t, in lookup_stid()
96 static inline struct t3c_tid_entry *lookup_atid(const struct tid_info *t, in lookup_atid()
/linux-3.3/net/ipv6/
Dip6_tunnel.c122 static inline struct dst_entry *ip6_tnl_dst_check(struct ip6_tnl *t) in ip6_tnl_dst_check()
136 static inline void ip6_tnl_dst_reset(struct ip6_tnl *t) in ip6_tnl_dst_reset()
142 static inline void ip6_tnl_dst_store(struct ip6_tnl *t, struct dst_entry *dst) in ip6_tnl_dst_store()
169 struct ip6_tnl *t; in ip6_tnl_lookup() local
217 ip6_tnl_link(struct ip6_tnl_net *ip6n, struct ip6_tnl *t) in ip6_tnl_link()
231 ip6_tnl_unlink(struct ip6_tnl_net *ip6n, struct ip6_tnl *t) in ip6_tnl_unlink()
267 struct ip6_tnl *t; in ip6_tnl_create() local
324 struct ip6_tnl *t; in ip6_tnl_locate() local
350 struct ip6_tnl *t = netdev_priv(dev); in ip6_tnl_dev_uninit() local
436 struct ip6_tnl *t; in ip6_tnl_err() local
[all …]
Dsit.c123 struct ip_tunnel *t; in ipip6_tunnel_lookup() local
171 struct ip_tunnel *t) in ipip6_bucket()
176 static void ipip6_tunnel_unlink(struct sit_net *sitn, struct ip_tunnel *t) in ipip6_tunnel_unlink()
191 static void ipip6_tunnel_link(struct sit_net *sitn, struct ip_tunnel *t) in ipip6_tunnel_link()
202 struct ip_tunnel *t = netdev_priv(dev); in ipip6_tunnel_clone_6rd() local
221 struct ip_tunnel *t, *nt; in ipip6_tunnel_locate() local
285 __ipip6_tunnel_locate_prl(struct ip_tunnel *t, __be32 addr) in __ipip6_tunnel_locate_prl()
296 static int ipip6_tunnel_get_prl(struct ip_tunnel *t, in ipip6_tunnel_get_prl()
360 ipip6_tunnel_add_prl(struct ip_tunnel *t, struct ip_tunnel_prl *a, int chg) in ipip6_tunnel_add_prl()
414 ipip6_tunnel_del_prl(struct ip_tunnel *t, struct ip_tunnel_prl *a) in ipip6_tunnel_del_prl()
[all …]
/linux-3.3/drivers/block/aoe/
Daoecmd.c43 getframe(struct aoetgt *t, int tag) in getframe()
61 newtag(struct aoetgt *t) in newtag()
70 aoehdr_atainit(struct aoedev *d, struct aoetgt *t, struct aoe_hdr *h) in aoehdr_atainit()
98 ifrotate(struct aoetgt *t) in ifrotate()
136 struct aoetgt **t; in freeframe() local
211 struct aoetgt *t; in aoecmd_ata_rw() local
332 resend(struct aoedev *d, struct aoetgt *t, struct frame *f) in resend()
397 getif(struct aoetgt *t, struct net_device *nd) in getif()
410 addif(struct aoetgt *t, struct net_device *nd) in addif()
425 ejectif(struct aoetgt *t, struct aoeif *ifp) in ejectif()
[all …]
/linux-3.3/drivers/media/video/pvrusb2/
Dpvrusb2-util.h23 #define PVR2_DECOMPOSE_LE(t,i,d) \ argument
31 #define PVR2_DECOMPOSE_BE(t,i,d) \ argument
39 #define PVR2_COMPOSE_LE(t,i) \ argument
45 #define PVR2_COMPOSE_BE(t,i) \ argument
/linux-3.3/kernel/sched/
Dstats.h51 static inline void sched_info_reset_dequeued(struct task_struct *t) in sched_info_reset_dequeued()
62 static inline void sched_info_dequeued(struct task_struct *t) in sched_info_dequeued()
80 static void sched_info_arrive(struct task_struct *t) in sched_info_arrive()
99 static inline void sched_info_queued(struct task_struct *t) in sched_info_queued()
113 static inline void sched_info_depart(struct task_struct *t) in sched_info_depart()
152 #define sched_info_queued(t) do { } while (0) argument
153 #define sched_info_reset_dequeued(t) do { } while (0) argument
154 #define sched_info_dequeued(t) do { } while (0) argument
155 #define sched_info_switch(t, next) do { } while (0) argument
/linux-3.3/lib/
Dsha1.c51 #define SHA_SRC(t) get_unaligned_be32((__u32 *)data + t) argument
52 #define SHA_MIX(t) rol32(W(t+13) ^ W(t+8) ^ W(t+2) ^ W(t), 1) argument
54 #define SHA_ROUND(t, input, fn, constant, A, B, C, D, E) do { \ argument
59 #define T_0_15(t, A, B, C, D, E) SHA_ROUND(t, SHA_SRC, (((C^D)&B)^D) , 0x5a827999, A, B, C, D, E ) argument
60 #define T_16_19(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, (((C^D)&B)^D) , 0x5a827999, A, B, C, D, E ) argument
61 #define T_20_39(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, (B^C^D) , 0x6ed9eba1, A, B, C, D, E ) argument
62 #define T_40_59(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, ((B&C)+(D&(B^C))) , 0x8f1bbcdc, A, B, C, D,… argument
63 #define T_60_79(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, (B^C^D) , 0xca62c1d6, A, B, C, D, E ) argument
/linux-3.3/arch/arm/include/asm/hardware/
Dcoresight.h26 #define etm_writel(t, v, x) \ argument
28 #define etm_readl(t, x) (__raw_readl((t)->etm_regs + (x))) argument
108 #define etm_progbit(t) (etm_readl((t), ETMR_STATUS) & ETMST_PROGBIT) argument
109 #define etm_started(t) (etm_readl((t), ETMR_STATUS) & ETMST_STARTSTOP) argument
110 #define etm_triggered(t) (etm_readl((t), ETMR_STATUS) & ETMST_TRIGGER) argument
144 #define etb_writel(t, v, x) \ argument
146 #define etb_readl(t, x) (__raw_readl((t)->etb_regs + (x))) argument
148 #define etm_lock(t) do { etm_writel((t), 0, CSMR_LOCKACCESS); } while (0) argument
149 #define etm_unlock(t) \ argument
152 #define etb_lock(t) do { etb_writel((t), 0, CSMR_LOCKACCESS); } while (0) argument
[all …]
/linux-3.3/drivers/pci/pcie/aer/
Daerdrv_errprint.c31 #define AER_AGENT_REQUESTER_MASK(t) ((t == AER_CORRECTABLE) ? \ argument
33 #define AER_AGENT_COMPLETER_MASK(t) ((t == AER_CORRECTABLE) ? \ argument
35 #define AER_AGENT_TRANSMITTER_MASK(t) ((t == AER_CORRECTABLE) ? \ argument
38 #define AER_GET_AGENT(t, e) \ argument
48 #define AER_PHYSICAL_LAYER_ERROR_MASK(t) ((t == AER_CORRECTABLE) ? \ argument
50 #define AER_DATA_LINK_LAYER_ERROR_MASK(t) ((t == AER_CORRECTABLE) ? \ argument
56 #define AER_GET_LAYER_ERROR(t, e) \ argument
/linux-3.3/sound/core/
Dhrtimer.c47 struct snd_timer *t = stime->timer; in snd_hrtimer_callback() local
61 static int snd_hrtimer_open(struct snd_timer *t) in snd_hrtimer_open()
76 static int snd_hrtimer_close(struct snd_timer *t) in snd_hrtimer_close()
88 static int snd_hrtimer_start(struct snd_timer *t) in snd_hrtimer_start()
100 static int snd_hrtimer_stop(struct snd_timer *t) in snd_hrtimer_stop()
/linux-3.3/crypto/
Dgf128mul.c268 struct gf128mul_64k *t; in gf128mul_init_64k_lle() local
310 struct gf128mul_64k *t; in gf128mul_init_64k_bbe() local
350 void gf128mul_free_64k(struct gf128mul_64k *t) in gf128mul_free_64k()
360 void gf128mul_64k_lle(be128 *a, struct gf128mul_64k *t) in gf128mul_64k_lle()
373 void gf128mul_64k_bbe(be128 *a, struct gf128mul_64k *t) in gf128mul_64k_bbe()
404 struct gf128mul_4k *t; in gf128mul_init_4k_lle() local
426 struct gf128mul_4k *t; in gf128mul_init_4k_bbe() local
446 void gf128mul_4k_lle(be128 *a, struct gf128mul_4k *t) in gf128mul_4k_lle()
461 void gf128mul_4k_bbe(be128 *a, struct gf128mul_4k *t) in gf128mul_4k_bbe()
/linux-3.3/include/linux/sunrpc/
Dsched.h134 #define RPC_IS_ASYNC(t) ((t)->tk_flags & RPC_TASK_ASYNC) argument
135 #define RPC_IS_SWAPPER(t) ((t)->tk_flags & RPC_TASK_SWAPPER) argument
136 #define RPC_DO_ROOTOVERRIDE(t) ((t)->tk_flags & RPC_TASK_ROOTCREDS) argument
137 #define RPC_ASSASSINATED(t) ((t)->tk_flags & RPC_TASK_KILLED) argument
138 #define RPC_IS_SOFT(t) ((t)->tk_flags & (RPC_TASK_SOFT|RPC_TASK_TIMEOUT)) argument
139 #define RPC_IS_SOFTCONN(t) ((t)->tk_flags & RPC_TASK_SOFTCONN) argument
140 #define RPC_WAS_SENT(t) ((t)->tk_flags & RPC_TASK_SENT) argument
146 #define RPC_IS_RUNNING(t) test_bit(RPC_TASK_RUNNING, &(t)->tk_runstate) argument
147 #define rpc_set_running(t) set_bit(RPC_TASK_RUNNING, &(t)->tk_runstate) argument
148 #define rpc_test_and_set_running(t) \ argument
[all …]
/linux-3.3/drivers/misc/cb710/
Ddebug.c32 #define CB710_READ_REGS_TEMPLATE(t) \ argument
56 #define CB710_DUMP_REGS_TEMPLATE(t) \ argument
83 #define CB710_READ_AND_DUMP_REGS_TEMPLATE(t) \ argument
94 #define CB710_REG_ACCESS_TEMPLATES(t) \ argument
/linux-3.3/drivers/media/dvb/frontends/
Dlgs8gxx.c116 u8 t; in wait_reg_mask() local
194 u8 reg_addr, t; in lgs8gxx_get_afc_phase() local
218 u8 t; in lgs8gxx_set_mode_auto() local
266 u8 t; in lgs8gxx_set_mode_manual() local
311 u8 t; in lgs8gxx_is_locked() local
456 u8 t; in lgs8gxx_auto_detect() local
503 u8 t; in lgs8gxx_auto_lock() local
534 u8 t, reg_addr; in lgs8gxx_set_mpeg_mode() local
574 u8 t; in lgs8913_init() local
738 u8 t, locked = 0; in lgs8gxx_read_status() local
[all …]
/linux-3.3/net/sctp/
Dtransport.c233 static struct dst_entry *sctp_transport_dst_check(struct sctp_transport *t) in sctp_transport_dst_check()
246 void sctp_transport_update_pmtu(struct sctp_transport *t, u32 pmtu) in sctp_transport_update_pmtu()
573 void sctp_transport_burst_limited(struct sctp_transport *t) in sctp_transport_burst_limited()
592 void sctp_transport_burst_reset(struct sctp_transport *t) in sctp_transport_burst_reset()
601 unsigned long sctp_transport_timeout(struct sctp_transport *t) in sctp_transport_timeout()
612 void sctp_transport_reset(struct sctp_transport *t) in sctp_transport_reset()
646 void sctp_transport_immediate_rtx(struct sctp_transport *t) in sctp_transport_immediate_rtx()
/linux-3.3/arch/arm/kernel/
Detm.c51 static inline bool trace_isrunning(struct tracectx *t) in trace_isrunning()
56 static int etm_setup_address_range(struct tracectx *t, int n, in etm_setup_address_range()
88 static int trace_start(struct tracectx *t) in trace_start()
145 static int trace_stop(struct tracectx *t) in trace_stop()
185 static int etb_getdatalen(struct tracectx *t) in etb_getdatalen()
211 struct tracectx *t = &tracer; in etm_dump() local
276 struct tracectx *t = file->private_data; in etb_read() local
344 struct tracectx *t = &tracer; in etb_probe() local
399 struct tracectx *t = amba_get_drvdata(dev); in etb_remove() local
536 struct tracectx *t = &tracer; in etm_probe() local
[all …]
/linux-3.3/include/crypto/
Dgf128mul.h170 be128 t[256]; member
178 static inline void gf128mul_free_4k(struct gf128mul_4k *t) in gf128mul_free_4k()
187 struct gf128mul_4k *t[16]; member
/linux-3.3/arch/x86/lib/
Dinsn.c26 #define validate_next(t, insn, n) \ argument
29 #define __get_next(t, insn) \ argument
32 #define __peek_nbyte_next(t, insn, n) \ argument
35 #define get_next(t, insn) \ argument
38 #define peek_nbyte_next(t, insn, n) \ argument
41 #define peek_next(t, insn) peek_nbyte_next(t, insn, 0) argument
/linux-3.3/drivers/ide/
Dide-timings.c72 struct ide_timing *t; in ide_timing_find_mode() local
84 struct ide_timing *t = ide_timing_find_mode(XFER_PIO_0 + pio); in ide_pio_cycle_time() local
109 static void ide_timing_quantize(struct ide_timing *t, struct ide_timing *q, in ide_timing_quantize()
145 struct ide_timing *t, int T, int UT) in ide_timing_compute()

12345678910>>...47