Searched refs:ich (Results 1 - 4 of 4) sorted by relevance

/drivers/isdn/hardware/mISDN/
H A DmISDNisar.c1479 struct isar_ch *ich = container_of(bch, struct isar_ch, bch); local
1487 spin_lock_irqsave(ich->is->hwlock, flags);
1492 isar_fill_fifo(ich);
1493 spin_unlock_irqrestore(ich->is->hwlock, flags);
1497 spin_unlock_irqrestore(ich->is->hwlock, flags);
1500 spin_lock_irqsave(ich->is->hwlock, flags);
1502 ret = modeisar(ich, ch->protocol);
1505 spin_unlock_irqrestore(ich->is->hwlock, flags);
1511 spin_lock_irqsave(ich->is->hwlock, flags);
1513 modeisar(ich, ISDN_P_NON
1598 struct isar_ch *ich = container_of(bch, struct isar_ch, bch); local
[all...]
/drivers/cpufreq/
H A DMakefile34 obj-$(CONFIG_X86_SPEEDSTEP_ICH) += speedstep-ich.o
/drivers/power/
H A Dab8500_charger.c432 int ich; local
436 ich = ab8500_gpadc_convert(di->gpadc, USB_CHARGER_C);
437 if (ich < 0)
440 ich = 0;
442 return ich;
454 int ich; local
458 ich = ab8500_gpadc_convert(di->gpadc, MAIN_CHARGER_C);
459 if (ich < 0)
462 ich = 0;
464 return ich;
[all...]
/drivers/net/ethernet/intel/
H A De100.c208 #define INTEL_8255X_ETHERNET_DEVICE(device_id, ich) {\
210 PCI_CLASS_NETWORK_ETHERNET << 8, 0xFFFF00, ich }
592 ich = (1 << 0), enumerator in enum:nic::__anon2238
1067 nic->mac = (nic->flags & ich) ? mac_82559_D101M : nic->pdev->revision;
1254 if (nic->flags & ich)
1419 * nic->flags |= ich;
1518 } else if ((nic->mac >= mac_82550_D102) || ((nic->flags & ich) &&
1727 if (nic->flags & ich && speed == SPEED_10 && cmd.duplex == DUPLEX_HALF)
2355 if (nic->flags & ich && loopback_mode == lb_phy)
2869 nic->flags |= ich;
[all...]

Completed in 217 milliseconds