Symbol: ich
drivers/isdn/hardware/mISDN/mISDNisar.c
1470
struct isar_ch *ich = container_of(bch, struct isar_ch, bch);
drivers/isdn/hardware/mISDN/mISDNisar.c
1478
spin_lock_irqsave(ich->is->hwlock, flags);
drivers/isdn/hardware/mISDN/mISDNisar.c
1482
isar_fill_fifo(ich);
drivers/isdn/hardware/mISDN/mISDNisar.c
1484
spin_unlock_irqrestore(ich->is->hwlock, flags);
drivers/isdn/hardware/mISDN/mISDNisar.c
1487
spin_lock_irqsave(ich->is->hwlock, flags);
drivers/isdn/hardware/mISDN/mISDNisar.c
1489
ret = modeisar(ich, ch->protocol);
drivers/isdn/hardware/mISDN/mISDNisar.c
1492
spin_unlock_irqrestore(ich->is->hwlock, flags);
drivers/isdn/hardware/mISDN/mISDNisar.c
1498
spin_lock_irqsave(ich->is->hwlock, flags);
drivers/isdn/hardware/mISDN/mISDNisar.c
1500
modeisar(ich, ISDN_P_NONE);
drivers/isdn/hardware/mISDN/mISDNisar.c
1501
spin_unlock_irqrestore(ich->is->hwlock, flags);
drivers/isdn/hardware/mISDN/mISDNisar.c
1508
pr_debug("%s: PH_CONTROL | REQUEST %x/%x\n", ich->is->name,
drivers/isdn/hardware/mISDN/mISDNisar.c
1522
spin_lock_irqsave(ich->is->hwlock, flags);
drivers/isdn/hardware/mISDN/mISDNisar.c
1523
isar_pump_cmd(ich, PCTRL_CMD_TDTMF, tt);
drivers/isdn/hardware/mISDN/mISDNisar.c
1524
spin_unlock_irqrestore(ich->is->hwlock, flags);
drivers/isdn/hardware/mISDN/mISDNisar.c
1537
pr_debug("%s: isar: new mod\n", ich->is->name);
drivers/isdn/hardware/mISDN/mISDNisar.c
1538
isar_pump_cmd(ich, hh->id, *val);
drivers/isdn/hardware/mISDN/mISDNisar.c
1542
ich->is->name);
drivers/isdn/hardware/mISDN/mISDNisar.c
1549
ich->is->name, hh->id);
drivers/isdn/hardware/mISDN/mISDNisar.c
1555
ich->is->name, __func__, hh->prim, hh->id);
drivers/isdn/hardware/mISDN/mISDNisar.c
1573
struct isar_ch *ich = container_of(bch, struct isar_ch, bch);
drivers/isdn/hardware/mISDN/mISDNisar.c
1577
pr_debug("%s: %s cmd:%x %p\n", ich->is->name, __func__, cmd, arg);
drivers/isdn/hardware/mISDN/mISDNisar.c
1582
spin_lock_irqsave(ich->is->hwlock, flags);
drivers/isdn/hardware/mISDN/mISDNisar.c
1584
modeisar(ich, ISDN_P_NONE);
drivers/isdn/hardware/mISDN/mISDNisar.c
1585
spin_unlock_irqrestore(ich->is->hwlock, flags);
drivers/isdn/hardware/mISDN/mISDNisar.c
1588
module_put(ich->is->owner);
drivers/isdn/hardware/mISDN/mISDNisar.c
1596
ich->is->name, __func__, cmd);
drivers/net/ethernet/intel/e100.c
1041
nic->mac = (nic->flags & ich) ? mac_82559_D101M : nic->pdev->revision;
drivers/net/ethernet/intel/e100.c
1227
if (nic->flags & ich)
drivers/net/ethernet/intel/e100.c
1514
} else if ((nic->mac >= mac_82550_D102) || ((nic->flags & ich) &&
drivers/net/ethernet/intel/e100.c
1724
if (nic->flags & ich && speed == SPEED_10 && cmd.duplex == DUPLEX_HALF)
drivers/net/ethernet/intel/e100.c
179
#define INTEL_8255X_ETHERNET_DEVICE(device_id, ich) {\
drivers/net/ethernet/intel/e100.c
181
PCI_CLASS_NETWORK_ETHERNET << 8, 0xFFFF00, ich }
drivers/net/ethernet/intel/e100.c
2358
if (nic->flags & ich && loopback_mode == lb_phy)
drivers/net/ethernet/intel/e100.c
2887
nic->flags |= ich;
drivers/net/ethernet/intel/e100.c
2889
nic->flags &= ~ich;
drivers/power/supply/ab8500_charger.c
567
int ich, ret;
drivers/power/supply/ab8500_charger.c
573
&ich, 1000);
drivers/power/supply/ab8500_charger.c
579
ich = 0;
drivers/power/supply/ab8500_charger.c
581
return ich;
drivers/power/supply/ab8500_charger.c
593
int ich, ret;
drivers/power/supply/ab8500_charger.c
599
&ich, 1000);
drivers/power/supply/ab8500_charger.c
605
ich = 0;
drivers/power/supply/ab8500_charger.c
607
return ich;
net/netfilter/nf_log_syslog.c
391
const struct icmphdr *ich;
net/netfilter/nf_log_syslog.c
401
ich = skb_header_pointer(skb, iphoff + ih->ihl * 4,
net/netfilter/nf_log_syslog.c
403
if (!ich) {
net/netfilter/nf_log_syslog.c
410
nf_log_buf_add(m, "TYPE=%u CODE=%u ", ich->type, ich->code);
net/netfilter/nf_log_syslog.c
413
if (ich->type <= NR_ICMP_TYPES &&
net/netfilter/nf_log_syslog.c
414
required_len[ich->type] &&
net/netfilter/nf_log_syslog.c
415
skb->len - iphoff - ih->ihl * 4 < required_len[ich->type]) {
net/netfilter/nf_log_syslog.c
421
switch (ich->type) {
net/netfilter/nf_log_syslog.c
426
ntohs(ich->un.echo.id),
net/netfilter/nf_log_syslog.c
427
ntohs(ich->un.echo.sequence));
net/netfilter/nf_log_syslog.c
433
ntohl(ich->un.gateway) >> 24);
net/netfilter/nf_log_syslog.c
437
nf_log_buf_add(m, "GATEWAY=%pI4 ", &ich->un.gateway);
net/netfilter/nf_log_syslog.c
451
if (ich->type == ICMP_DEST_UNREACH &&
net/netfilter/nf_log_syslog.c
452
ich->code == ICMP_FRAG_NEEDED) {
net/netfilter/nf_log_syslog.c
454
ntohs(ich->un.frag.mtu));
sound/usb/mixer.c
2260
int pin, ich, err;
sound/usb/mixer.c
2274
ich = 0;
sound/usb/mixer.c
2289
for (; ich < num_ins; ich++) {
sound/usb/mixer.c
2296
if (check_matrix_bitmap(c, ich, och, num_outs)) {
sound/usb/mixer.c
2302
build_mixer_unit_ctl(state, desc, pin, ich, num_outs,
sound/usb/mixer.c
567
int ich, int och, int num_outs)
sound/usb/mixer.c
569
int idx = ich * num_outs + och;