Searched refs:ich (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/net/ipv4/netfilter/ |
D | nf_log_ipv4.c | 113 const struct icmphdr *ich; in dump_ipv4_packet() local 139 ich = skb_header_pointer(skb, iphoff + ih->ihl * 4, in dump_ipv4_packet() 141 if (ich == NULL) { in dump_ipv4_packet() 148 nf_log_buf_add(m, "TYPE=%u CODE=%u ", ich->type, ich->code); in dump_ipv4_packet() 151 if (ich->type <= NR_ICMP_TYPES && in dump_ipv4_packet() 152 required_len[ich->type] && in dump_ipv4_packet() 153 skb->len-iphoff-ih->ihl*4 < required_len[ich->type]) { in dump_ipv4_packet() 159 switch (ich->type) { in dump_ipv4_packet() 164 ntohs(ich->un.echo.id), in dump_ipv4_packet() 165 ntohs(ich->un.echo.sequence)); in dump_ipv4_packet() [all …]
|
/Linux-v5.4/drivers/isdn/hardware/mISDN/ |
D | mISDNisar.c | 1470 struct isar_ch *ich = container_of(bch, struct isar_ch, bch); in isar_l2l1() local 1478 spin_lock_irqsave(ich->is->hwlock, flags); in isar_l2l1() 1482 isar_fill_fifo(ich); in isar_l2l1() 1484 spin_unlock_irqrestore(ich->is->hwlock, flags); in isar_l2l1() 1487 spin_lock_irqsave(ich->is->hwlock, flags); in isar_l2l1() 1489 ret = modeisar(ich, ch->protocol); in isar_l2l1() 1492 spin_unlock_irqrestore(ich->is->hwlock, flags); in isar_l2l1() 1498 spin_lock_irqsave(ich->is->hwlock, flags); in isar_l2l1() 1500 modeisar(ich, ISDN_P_NONE); in isar_l2l1() 1501 spin_unlock_irqrestore(ich->is->hwlock, flags); in isar_l2l1() [all …]
|
/Linux-v5.4/drivers/power/supply/ |
D | ab8500_charger.c | 535 int ich; in ab8500_charger_get_usb_current() local 539 ich = ab8500_gpadc_convert(di->gpadc, USB_CHARGER_C); in ab8500_charger_get_usb_current() 540 if (ich < 0) in ab8500_charger_get_usb_current() 543 ich = 0; in ab8500_charger_get_usb_current() 545 return ich; in ab8500_charger_get_usb_current() 557 int ich; in ab8500_charger_get_ac_current() local 561 ich = ab8500_gpadc_convert(di->gpadc, MAIN_CHARGER_C); in ab8500_charger_get_ac_current() 562 if (ich < 0) in ab8500_charger_get_ac_current() 565 ich = 0; in ab8500_charger_get_ac_current() 567 return ich; in ab8500_charger_get_ac_current() [all …]
|
/Linux-v5.4/drivers/net/ethernet/intel/ |
D | e100.c | 183 #define INTEL_8255X_ETHERNET_DEVICE(device_id, ich) {\ argument 185 PCI_CLASS_NETWORK_ETHERNET << 8, 0xFFFF00, ich } 567 ich = (1 << 0), enumerator 1045 nic->mac = (nic->flags & ich) ? mac_82559_D101M : nic->pdev->revision; in e100_get_defaults() 1231 if (nic->flags & ich) in e100_request_firmware() 1519 } else if ((nic->mac >= mac_82550_D102) || ((nic->flags & ich) && in e100_phy_init() 1729 if (nic->flags & ich && speed == SPEED_10 && cmd.duplex == DUPLEX_HALF) in e100_watchdog() 2360 if (nic->flags & ich && loopback_mode == lb_phy) in e100_loopback_test() 2878 nic->flags |= ich; in e100_probe() 2880 nic->flags &= ~ich; in e100_probe()
|
/Linux-v5.4/drivers/cpufreq/ |
D | Makefile | 38 obj-$(CONFIG_X86_SPEEDSTEP_ICH) += speedstep-ich.o
|
/Linux-v5.4/sound/usb/ |
D | mixer.c | 566 int ich, int och, int num_outs) in check_matrix_bitmap() argument 568 int idx = ich * num_outs + och; in check_matrix_bitmap() 2098 int pin, ich, err; in parse_audio_mixer_unit() local 2112 ich = 0; in parse_audio_mixer_unit() 2127 for (; ich < num_ins; ich++) { in parse_audio_mixer_unit() 2134 if (check_matrix_bitmap(c, ich, och, num_outs)) { in parse_audio_mixer_unit() 2140 build_mixer_unit_ctl(state, desc, pin, ich, num_outs, in parse_audio_mixer_unit()
|
/Linux-v5.4/drivers/gpio/ |
D | Makefile | 63 obj-$(CONFIG_GPIO_ICH) += gpio-ich.o
|
/Linux-v5.4/ |
D | MAINTAINERS | 7866 F: drivers/gpio/gpio-ich.c 8250 F: drivers/gpio/gpio-ich.c
|