Searched refs:ct (Results 126 - 150 of 349) sorted by relevance

1234567891011>>

/linux-master/sound/soc/au1x/
H A Dpsc-i2s.c55 unsigned long ct; local
60 ct = pscdata->cfg;
62 ct &= ~(PSC_I2SCFG_XM | PSC_I2SCFG_MLJ); /* left-justified */
65 ct |= PSC_I2SCFG_XM; /* enable I2S mode */
70 ct |= PSC_I2SCFG_MLJ; /* LSB (right-) justified */
76 ct &= ~(PSC_I2SCFG_BI | PSC_I2SCFG_WI); /* IB-IF */
79 ct |= PSC_I2SCFG_BI | PSC_I2SCFG_WI;
82 ct |= PSC_I2SCFG_BI;
85 ct |= PSC_I2SCFG_WI;
95 ct |
[all...]
/linux-master/drivers/gpio/
H A Dgpio-sodaville.c128 struct irq_chip_type *ct; local
159 ct = sd->gc->chip_types;
160 ct->type = IRQ_TYPE_LEVEL_HIGH | IRQ_TYPE_LEVEL_LOW;
161 ct->regs.eoi = GPSTR;
162 ct->regs.mask = GPIO_INT;
163 ct->chip.irq_mask = irq_gc_mask_clr_bit;
164 ct->chip.irq_unmask = irq_gc_mask_set_bit;
165 ct->chip.irq_eoi = irq_gc_eoi;
166 ct->chip.irq_set_type = sdv_gpio_pub_set_type;
/linux-master/arch/arm/boot/compressed/
H A Dstring.c98 int memcmp(const void *cs, const void *ct, size_t count) argument
100 const unsigned char *su1 = cs, *su2 = ct, *end = su1 + count;
111 int strcmp(const char *cs, const char *ct) argument
118 c2 = *ct++;
H A Ddecompress.c34 extern int strcmp(const char *cs, const char *ct);
35 extern int memcmp(const void *cs, const void *ct, size_t count);
/linux-master/arch/arm/mach-imx/
H A Dtzic.c103 struct irq_chip_type *ct; local
110 ct = gc->chip_types;
111 ct->chip.irq_mask = irq_gc_mask_disable_reg;
112 ct->chip.irq_unmask = irq_gc_unmask_enable_reg;
113 ct->chip.irq_set_wake = irq_gc_set_wake;
114 ct->chip.irq_suspend = tzic_irq_suspend;
115 ct->chip.irq_resume = tzic_irq_resume;
116 ct->regs.disable = TZIC_ENCLEAR0(idx);
117 ct->regs.enable = TZIC_ENSET0(idx);
/linux-master/arch/x86/lib/
H A Dstring_32.c96 int strcmp(const char *cs, const char *ct) argument
111 : "1" (cs), "2" (ct)
119 int strncmp(const char *cs, const char *ct, size_t count) argument
136 : "1" (cs), "2" (ct), "3" (count)
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dct_fs.h19 int (*init)(struct mlx5_ct_fs *fs, struct mlx5_flow_table *ct,
/linux-master/net/netfilter/
H A Dnf_conntrack_acct.c27 net->ct.sysctl_acct = nf_ct_acct;
H A Dnf_conntrack_timestamp.c24 net->ct.sysctl_tstamp = nf_ct_tstamp;
H A Dxt_state.c26 struct nf_conn *ct = nf_ct_get(skb, &ctinfo); local
28 if (ct)
H A Dnf_nat_tftp.c27 const struct nf_conn *ct = exp->master; local
30 = ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple.src.u.udp.port;
H A Dnf_conntrack_amanda.c91 struct nf_conn *ct,
109 nf_ct_refresh(ct, skb, master_timeout * HZ);
146 exp = nf_ct_expect_alloc(ct);
148 nf_ct_helper_log(skb, ct, "cannot alloc expectation");
152 tuple = &ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple;
154 nf_ct_l3num(ct),
159 if (nf_nat_amanda && ct->status & IPS_NAT_MASK)
163 nf_ct_helper_log(skb, ct, "cannot add expectation");
89 amanda_help(struct sk_buff *skb, unsigned int protoff, struct nf_conn *ct, enum ip_conntrack_info ctinfo) argument
H A Dnf_conntrack_netbios_ns.c41 struct nf_conn *ct,
44 return nf_conntrack_broadcast_help(skb, ct, ctinfo, timeout);
40 netbios_ns_help(struct sk_buff *skb, unsigned int protoff, struct nf_conn *ct, enum ip_conntrack_info ctinfo) argument
H A Dnf_conntrack_irc.c108 struct nf_conn *ct, enum ip_conntrack_info ctinfo)
218 tuple = &ct->tuplehash[dir].tuple;
220 ct->tuplehash[!dir].tuple.dst.u3.ip != dcc_ip) ||
228 exp = nf_ct_expect_alloc(ct);
230 nf_ct_helper_log(skb, ct,
235 tuple = &ct->tuplehash[!dir].tuple;
243 if (nf_nat_irc && ct->status & IPS_NAT_MASK)
249 nf_ct_helper_log(skb, ct,
107 help(struct sk_buff *skb, unsigned int protoff, struct nf_conn *ct, enum ip_conntrack_info ctinfo) argument
H A Dxt_connlimit.c38 const struct nf_conn *ct; local
42 ct = nf_ct_get(skb, &ctinfo);
43 if (ct != NULL) {
44 tuple_ptr = &ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple;
45 zone = nf_ct_zone(ct);
/linux-master/drivers/macintosh/
H A Dwindfarm_cpufreq_clamp.c22 static int clamp_set(struct wf_control *ct, s32 value) argument
39 static int clamp_get(struct wf_control *ct, s32 *value) argument
45 static s32 clamp_min(struct wf_control *ct) argument
50 static s32 clamp_max(struct wf_control *ct) argument
H A Dwindfarm_pm72.c669 static void pm72_new_control(struct wf_control *ct) argument
674 if (!strcmp(ct->name, "cpu-front-fan-0"))
675 cpu_front_fans[0] = ct;
676 else if (!strcmp(ct->name, "cpu-front-fan-1"))
677 cpu_front_fans[1] = ct;
678 else if (!strcmp(ct->name, "cpu-rear-fan-0"))
679 cpu_rear_fans[0] = ct;
680 else if (!strcmp(ct->name, "cpu-rear-fan-1"))
681 cpu_rear_fans[1] = ct;
682 else if (!strcmp(ct
[all...]
/linux-master/drivers/firmware/efi/libstub/
H A Dstring.c71 * @ct: Another string
73 int strcmp(const char *cs, const char *ct) argument
79 c2 = *ct++;
92 * @ct: Another string
95 int strncmp(const char *cs, const char *ct, size_t count) argument
101 c2 = *ct++;
H A Dintrinsics.c35 * @ct: Another area of memory
39 int memcmp(const void *cs, const void *ct, size_t count) argument
44 for (su1 = cs, su2 = ct; 0 < count; ++su1, ++su2, count--)
/linux-master/net/appletalk/
H A Daarp.c309 int ct; local
313 for (ct = 0; ct < AARP_HASH_SIZE; ct++) {
314 __aarp_expire_timer(&resolved[ct]);
315 __aarp_kick(&unresolved[ct]);
316 __aarp_expire_timer(&unresolved[ct]);
317 __aarp_expire_timer(&proxies[ct]);
331 int ct; local
339 for (ct
365 int ct; local
899 int ct; local
921 int ct = iter->bucket; local
[all...]
/linux-master/include/linux/
H A Dpgalloc_tag.h83 if (!ref->ct)
86 tag = ct_to_alloc_tag(ref->ct);
105 if (ref && ref->ct)
106 tag = ct_to_alloc_tag(ref->ct);
/linux-master/net/ipv4/
H A Dipmr_base.c118 for (iter->ct = 0; iter->ct < mrt->maxvif; ++iter->ct) {
119 if (!VIF_EXISTS(mrt, iter->ct))
122 return &mrt->vif_table[iter->ct];
138 while (++iter->ct < mrt->maxvif) {
139 if (!VIF_EXISTS(mrt, iter->ct))
141 return &mrt->vif_table[iter->ct];
216 int ct; local
240 for (ct
283 int ct; local
[all...]
/linux-master/drivers/scsi/elx/libefc/
H A Defc_els.c899 } *ct; local
903 els = efc_els_io_alloc(node, sizeof(*ct));
909 els->io.iparam.ct.r_ctl = FC_RCTL_ELS_REQ;
910 els->io.iparam.ct.type = FC_TYPE_CT;
911 els->io.iparam.ct.df_ctl = 0;
912 els->io.iparam.ct.timeout = EFC_FC_ELS_SEND_DEFAULT_TIMEOUT;
916 ct = els->io.req.virt;
917 memset(ct, 0, sizeof(*ct));
918 fcct_build_req_header(&ct
936 } *ct; local
976 } *ct; local
[all...]
/linux-master/arch/s390/boot/
H A Dstring.c9 int strncmp(const char *cs, const char *ct, size_t count) argument
15 c2 = *ct++;
/linux-master/drivers/crypto/nx/
H A Dnx-common-powernv.c45 unsigned int ct; /* Can be 842 or GZIP high/normal*/ member in struct:nx_coproc
690 vas_init_tx_win_attr(&txattr, coproc->ct);
696 txwin = vas_tx_win_open(coproc->vas.id, coproc->ct, &txattr);
727 if (coproc->ct != VAS_COP_TYPE_842_HIPRI)
754 coproc->ct = high;
756 coproc->ct = normal;
766 int vasid, int type, int *ct)
826 vas_init_rx_win_attr(&rxattr, coproc->ct);
842 rxwin = vas_rx_win_open(vasid, coproc->ct, &rxattr);
861 *ct
765 vas_cfg_coproc_info(struct device_node *dn, int chip_id, int vasid, int type, int *ct) argument
891 find_nx_device_tree(struct device_node *dn, int chip_id, int vasid, int type, char *devname, int *ct) argument
954 unsigned int ct, ci; local
[all...]

Completed in 284 milliseconds

1234567891011>>