/drivers/scsi/sym53c8xx_2/ |
D | sym_glue.c | 909 static void sym_exec_user_command (struct sym_hcb *np, struct sym_usrcmd *uc) in sym_exec_user_command() argument 914 switch (uc->cmd) { in sym_exec_user_command() 919 sym_debug_flags = uc->data; in sym_exec_user_command() 923 np->verbose = uc->data; in sym_exec_user_command() 932 if (!((uc->target >> t) & 1)) in sym_exec_user_command() 938 switch (uc->cmd) { in sym_exec_user_command() 941 if (!uc->data || uc->data >= 255) { in sym_exec_user_command() 945 } else if (uc->data <= 9 && np->minsync_dt) { in sym_exec_user_command() 946 if (uc->data < np->minsync_dt) in sym_exec_user_command() 947 uc->data = np->minsync_dt; in sym_exec_user_command() [all …]
|
/drivers/gpu/vga/ |
D | vgaarb.c | 906 struct vga_arb_user_card *uc = NULL; in vga_arb_write() local 994 uc = &priv->cards[i]; in vga_arb_write() 997 if (!uc) { in vga_arb_write() 1002 if (io_state & VGA_RSRC_LEGACY_IO && uc->io_cnt == 0) { in vga_arb_write() 1007 if (io_state & VGA_RSRC_LEGACY_MEM && uc->mem_cnt == 0) { in vga_arb_write() 1015 uc->io_cnt--; in vga_arb_write() 1017 uc->mem_cnt--; in vga_arb_write() 1195 struct vga_arb_user_card *uc; in vga_arb_release() local 1207 uc = &priv->cards[i]; in vga_arb_release() 1208 if (uc->pdev == NULL) in vga_arb_release() [all …]
|
/drivers/usb/gadget/ |
D | composite.c | 50 struct usb_gadget_string_container *uc) in get_containers_gs() argument 52 return (struct usb_gadget_strings **)uc->stash; in get_containers_gs() 950 struct usb_gadget_string_container *uc; in get_string() local 983 list_for_each_entry(uc, &cdev->gstrings, list) { in get_string() 986 sp = get_containers_gs(uc); in get_string() 1012 list_for_each_entry(uc, &cdev->gstrings, list) { in get_string() 1015 sp = get_containers_gs(uc); in get_string() 1110 struct usb_gadget_string_container *uc; in copy_gadget_strings() local 1119 mem = sizeof(*uc); in copy_gadget_strings() 1123 uc = kmalloc(mem, GFP_KERNEL); in copy_gadget_strings() [all …]
|
/drivers/media/usb/pvrusb2/ |
D | pvrusb2-ctrl.c | 312 unsigned int uc,cnt; in gen_bitmask_string() local 316 uc = 0; in gen_bitmask_string() 328 ptr += cnt; len -= cnt; uc += cnt; in gen_bitmask_string() 340 ptr += cnt; len -= cnt; uc += cnt; in gen_bitmask_string() 346 ptr += cnt; len -= cnt; uc += cnt; in gen_bitmask_string() 352 ptr += cnt; len -= cnt; uc += cnt; in gen_bitmask_string() 356 return uc; in gen_bitmask_string()
|
/drivers/firewire/ |
D | net.c | 208 return (u64)get_unaligned_be16(&ha->uc.fifo_hi) << 32 in fwnet_hwaddr_fifo() 209 | get_unaligned_be32(&ha->uc.fifo_lo); in fwnet_hwaddr_fifo() 1311 __be64 guid = get_unaligned(&ha->uc.uniq_id); in fwnet_tx() 1519 put_unaligned_be64(card->guid, &ha->uc.uniq_id); in fwnet_probe() 1520 ha->uc.max_rec = dev->card->max_receive; in fwnet_probe() 1521 ha->uc.sspd = dev->card->link_speed; in fwnet_probe() 1522 put_unaligned_be16(dev->local_fifo >> 32, &ha->uc.fifo_hi); in fwnet_probe() 1523 put_unaligned_be32(dev->local_fifo & 0xffffffff, &ha->uc.fifo_lo); in fwnet_probe()
|
/drivers/tty/vt/ |
D | consolemap.c | 316 unsigned char uc; in con_set_trans_old() local 317 __get_user(uc, arg+i); in con_set_trans_old() 318 p[i] = UNI_DIRECT_BASE | uc; in con_set_trans_old()
|
/drivers/net/ethernet/broadcom/genet/ |
D | bcmgenet.h | 107 u32 uc; /* RO # of unicast pkt */ member 133 u32 uc; /* RO (0x0x4f0)# of xmited unitcast pkt */ member
|
D | bcmgenet.c | 573 STAT_GENET_MIB_RX("rx_unicast", mib.rx.uc), 605 STAT_GENET_MIB_TX("tx_unicast", mib.tx.uc),
|
/drivers/net/ethernet/broadcom/ |
D | bcmsysport.h | 520 u32 uc; /* RO # of unicast pkt */ member 546 u32 uc; /* RO (0x0x4f0)# of xmited unitcast pkt */ member
|
D | bcmsysport.c | 232 STAT_MIB_RX("rx_unicast", mib.rx.uc), 264 STAT_MIB_TX("tx_unicast", mib.tx.uc),
|
/drivers/char/pcmcia/ |
D | cm4040_cs.c | 224 unsigned char uc; in cm4040_read() local 311 uc = xinb(iobase + REG_OFFSET_BULK_IN);
|
/drivers/net/ethernet/hp/ |
D | hp100.c | 457 u_char uc; in hp100_probe1() local 498 for (i = uc = 0; i < 7; i++) in hp100_probe1() 499 uc += hp100_inb(LAN_ADDR + i); in hp100_probe1() 500 if (uc != 0xff) { in hp100_probe1() 702 for (i = uc = 0; i < 6; i++) in hp100_probe1()
|
/drivers/net/wireless/ipw2x00/ |
D | ipw2100.h | 1150 struct ipw2100_fw_chunk_set uc; member
|
D | ipw2100.c | 8382 fw->uc.data = fw->fw.data + h->fw_size; in ipw2100_mod_firmware_load() 8383 fw->uc.size = h->uc_size; in ipw2100_mod_firmware_load() 8536 const unsigned char *microcode_data = fw->uc.data; in ipw2100_ucode_download() 8537 unsigned int microcode_data_left = fw->uc.size; in ipw2100_ucode_download()
|
/drivers/net/ethernet/octeon/ |
D | octeon_mgmt.c | 573 if ((netdev->flags & IFF_PROMISC) || netdev->uc.count > 7) { in octeon_mgmt_set_rx_filtering() 580 available_cam_entries = 7 - netdev->uc.count; in octeon_mgmt_set_rx_filtering()
|
/drivers/net/ethernet/sfc/ |
D | ef10.c | 3162 struct netdev_hw_addr *uc; in efx_ef10_filter_sync_rx_mode() local 3195 netdev_for_each_uc_addr(uc, net_dev) { in efx_ef10_filter_sync_rx_mode() 3196 ether_addr_copy(table->dev_uc_list[i].addr, uc->addr); in efx_ef10_filter_sync_rx_mode()
|