Searched refs:ich (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/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.10/drivers/isdn/hardware/mISDN/ |
D | mISDNisar.c | 1469 struct isar_ch *ich = container_of(bch, struct isar_ch, bch); in isar_l2l1() local 1477 spin_lock_irqsave(ich->is->hwlock, flags); in isar_l2l1() 1481 isar_fill_fifo(ich); in isar_l2l1() 1483 spin_unlock_irqrestore(ich->is->hwlock, flags); in isar_l2l1() 1486 spin_lock_irqsave(ich->is->hwlock, flags); in isar_l2l1() 1488 ret = modeisar(ich, ch->protocol); in isar_l2l1() 1491 spin_unlock_irqrestore(ich->is->hwlock, flags); in isar_l2l1() 1497 spin_lock_irqsave(ich->is->hwlock, flags); in isar_l2l1() 1499 modeisar(ich, ISDN_P_NONE); in isar_l2l1() 1500 spin_unlock_irqrestore(ich->is->hwlock, flags); in isar_l2l1() [all …]
|
/Linux-v5.10/drivers/power/supply/ |
D | ab8500_charger.c | 541 int ich, ret; in ab8500_charger_get_usb_current() local 545 ret = iio_read_channel_processed(di->adc_usb_charger_c, &ich); in ab8500_charger_get_usb_current() 549 ich = 0; in ab8500_charger_get_usb_current() 551 return ich; in ab8500_charger_get_usb_current() 563 int ich, ret; in ab8500_charger_get_ac_current() local 567 ret = iio_read_channel_processed(di->adc_main_charger_c, &ich); in ab8500_charger_get_ac_current() 571 ich = 0; in ab8500_charger_get_ac_current() 573 return ich; in ab8500_charger_get_ac_current() 1119 int ich, int reg) in ab8500_charger_set_current() argument 1140 curr_index = ab8500_current_to_regval(di, ich); in ab8500_charger_set_current() [all …]
|
/Linux-v5.10/drivers/net/ethernet/intel/ |
D | e100.c | 180 #define INTEL_8255X_ETHERNET_DEVICE(device_id, ich) {\ argument 182 PCI_CLASS_NETWORK_ETHERNET << 8, 0xFFFF00, ich } 564 ich = (1 << 0), enumerator 1042 nic->mac = (nic->flags & ich) ? mac_82559_D101M : nic->pdev->revision; in e100_get_defaults() 1228 if (nic->flags & ich) in e100_request_firmware() 1516 } else if ((nic->mac >= mac_82550_D102) || ((nic->flags & ich) && in e100_phy_init() 1726 if (nic->flags & ich && speed == SPEED_10 && cmd.duplex == DUPLEX_HALF) in e100_watchdog() 2357 if (nic->flags & ich && loopback_mode == lb_phy) in e100_loopback_test() 2874 nic->flags |= ich; in e100_probe() 2876 nic->flags &= ~ich; in e100_probe()
|
/Linux-v5.10/drivers/cpufreq/ |
D | Makefile | 38 obj-$(CONFIG_X86_SPEEDSTEP_ICH) += speedstep-ich.o
|
/Linux-v5.10/sound/usb/ |
D | mixer.c | 571 int ich, int och, int num_outs) in check_matrix_bitmap() argument 573 int idx = ich * num_outs + och; in check_matrix_bitmap() 2152 int pin, ich, err; in parse_audio_mixer_unit() local 2166 ich = 0; in parse_audio_mixer_unit() 2181 for (; ich < num_ins; ich++) { in parse_audio_mixer_unit() 2188 if (check_matrix_bitmap(c, ich, och, num_outs)) { in parse_audio_mixer_unit() 2194 build_mixer_unit_ctl(state, desc, pin, ich, num_outs, in parse_audio_mixer_unit()
|
/Linux-v5.10/drivers/gpio/ |
D | Makefile | 68 obj-$(CONFIG_GPIO_ICH) += gpio-ich.o
|
/Linux-v5.10/ |
D | MAINTAINERS | 8475 F: drivers/gpio/gpio-ich.c 8864 F: drivers/gpio/gpio-ich.c
|