Searched refs:vid (Results 1 - 25 of 167) sorted by last modified time

1234567

/drivers/video/fbdev/mmp/hw/
H A Dmmp_ctrl.c65 vid = overlay_is_vid(overlay); local
127 return (dma_palette(0) | dma_fmt(vid, val) |
128 dma_swaprb(vid, rbswap) | dma_swapuv(vid, uvswap) |
129 dma_swapyuv(vid, yuvswap) | dma_csc(vid, csc_en));
H A Dmmp_ctrl.h495 #define dma_fmt(vid, val) ((val & 0xf) << ((vid) ? 20 : 16))
496 #define dma_swaprb(vid, val) ((val ? 1 : 0) << ((vid) ? 4 : 12))
497 #define dma_swapuv(vid, val) ((val ? 1 : 0) << ((vid) ? 3 : 11))
498 #define dma_swapyuv(vid, val) ((val ? 1 : 0) << ((vid) ? 2 : 10))
499 #define dma_csc(vid, val) ((val ? 1 : 0) << ((vid)
[all...]
/drivers/video/fbdev/
H A Doffb.c359 const u32 *vid, *did; local
360 vid = of_get_property(pciparent, "vendor-id", NULL);
363 if (vid && did && *vid == 0x1002 &&
/drivers/usb/phy/
H A Dphy-ulpi.c183 int i, vid, pid, ret; local
192 vid = ulpi_id & 0xffff;
195 pr_info("ULPI transceiver vendor/product ID 0x%04x/0x%04x\n", vid, pid);
198 if (ulpi_ids[i].id == ULPI_ID(vid, pid)) {
/drivers/usb/storage/
H A Drealtek_cr.c82 u16 vid; member in struct:rts51x_status
139 #define VENDOR_ID(chip) ((chip)->status[0].vid)
464 chip->status[lun].vid = ((u16) buf[0] << 8) | buf[1];
901 status->vid = ((u16) buf[0] << 8) | buf[1];
H A Dusb.c471 u16 vid = le16_to_cpu(udev->descriptor.idVendor); local
487 if (vid == simple_strtoul(p, &p, 16) &&
599 dev_info(pdev, "Quirks match for vid %04x pid %04x: %lx\n",
H A Dusual-tables.c73 u16 vid, pid, bcdmin, bcdmax; member in struct:ignore_entry
80 .vid = id_vendor, \
109 unsigned vid, pid, bcd; local
113 vid = le16_to_cpu(udev->descriptor.idVendor);
117 for (p = ignore_ids; p->vid; ++p) {
118 if (p->vid == vid && p->pid == pid &&
/drivers/s390/net/
H A Dqeth_core.h745 unsigned short vid; member in struct:qeth_vlan_vid
H A Dqeth_l2_main.c306 qeth_l2_send_setdelvlan(card, id->vid, IPA_CMD_SETVLAN);
312 __be16 proto, u16 vid)
317 QETH_CARD_TEXT_(card, 4, "aid:%d", vid);
318 if (!vid)
330 id->vid = vid;
331 qeth_l2_send_setdelvlan(card, vid, IPA_CMD_SETVLAN);
342 __be16 proto, u16 vid)
347 QETH_CARD_TEXT_(card, 4, "kid:%d", vid);
358 if (id->vid
311 qeth_l2_vlan_rx_add_vid(struct net_device *dev, __be16 proto, u16 vid) argument
341 qeth_l2_vlan_rx_kill_vid(struct net_device *dev, __be16 proto, u16 vid) argument
[all...]
H A Dqeth_l3_main.c1653 u16 vid; local
1659 for_each_set_bit(vid, card->active_vlans, VLAN_N_VID) {
1663 vid);
1715 u16 vid; local
1721 for_each_set_bit(vid, card->active_vlans, VLAN_N_VID) {
1725 vid);
1760 unsigned short vid)
1769 netdev = __vlan_find_dev_deep_rcu(card->dev, htons(ETH_P_8021Q), vid);
1789 unsigned short vid)
1799 netdev = __vlan_find_dev_deep_rcu(card->dev, htons(ETH_P_8021Q), vid);
1759 qeth_l3_free_vlan_addresses4(struct qeth_card *card, unsigned short vid) argument
1788 qeth_l3_free_vlan_addresses6(struct qeth_card *card, unsigned short vid) argument
1820 qeth_l3_free_vlan_addresses(struct qeth_card *card, unsigned short vid) argument
1829 qeth_l3_vlan_rx_add_vid(struct net_device *dev, __be16 proto, u16 vid) argument
1838 qeth_l3_vlan_rx_kill_vid(struct net_device *dev, __be16 proto, u16 vid) argument
2086 u16 vid; local
[all...]
/drivers/scsi/aacraid/
H A Daachba.c706 char vid[8]; /* Vendor ID */ member in struct:scsi_inq
778 inqstrcpy("SMC", str->vid);
780 c = sizeof(str->vid);
786 str->vid);
805 inqstrcpy (mp->vname, str->vid);
/drivers/scsi/bfa/
H A Dbfad.c1040 struct fc_vport_identifiers vid; local
1044 memset(&vid, 0, sizeof(vid));
1045 vid.roles = FC_PORT_ROLE_FCP_INITIATOR;
1046 vid.vport_type = FC_PORTTYPE_NPIV;
1047 vid.disable = false;
1048 vid.node_name = wwn_to_u64((u8 *)
1050 vid.port_name = wwn_to_u64((u8 *)
1052 fc_vport = fc_vport_create(bfad->pport.im_port->shost, 0, &vid);
1054 wwn2str(pwwn_buf, vid
[all...]
/drivers/scsi/fnic/
H A Dfnic_fcs.c386 u16 vid; local
410 vid = ntohs(((struct fip_vlan_desc *)desc)->fd_vlan);
412 "process_vlan_resp: FIP VLAN %d\n", vid);
422 vlan->vid = vid & 0x0fff;
442 fnic->set_vlan(fnic, vlan->vid);
464 fnic->set_vlan(fnic, vlan->vid);
1292 vlan->vid, vlan->state, vlan->sol_count);
1314 vlan->vid);
1331 fnic->set_vlan(fnic, vlan->vid);
[all...]
H A Dfnic_fip.h38 __be16 vid; member in struct:vlan
47 u16 vid; /* vlan ID */ member in struct:fcoe_vlan
/drivers/scsi/qla2xxx/
H A Dqla_sup.c1092 struct fc_vport_identifiers vid; local
1103 memset(&vid, 0, sizeof(vid));
1104 vid.roles = FC_PORT_ROLE_FCP_INITIATOR;
1105 vid.vport_type = FC_PORTTYPE_NPIV;
1106 vid.disable = false;
1107 vid.port_name = wwn_to_u64(entry->port_name);
1108 vid.node_name = wwn_to_u64(entry->node_name);
1113 (unsigned long long)vid.port_name,
1114 (unsigned long long)vid
[all...]
/drivers/scsi/
H A Dscsi_transport_fc.c1856 struct fc_vport_identifiers vid; local
1861 memset(&vid, 0, sizeof(vid));
1871 stat = fc_parse_wwn(&buf[0], &vid.port_name);
1875 stat = fc_parse_wwn(&buf[17], &vid.node_name);
1879 vid.roles = FC_PORT_ROLE_FCP_INITIATOR;
1880 vid.vport_type = FC_PORTTYPE_NPIV;
1881 /* vid.symbolic_name is already zero/NULL's */
1882 vid.disable = false; /* always enabled */
1885 stat = fc_vport_setup(shost, 0, &shost->shost_gendev, &vid,
[all...]
/drivers/staging/gdm724x/
H A Dgdm_mux.c33 #define USB_DEVICE_CDC_DATA(vid, pid) \
38 .idVendor = vid,\
526 pr_info("mux vid = 0x%04x pid = 0x%04x\n", idVendor, idProduct);
H A Dgdm_usb.c32 #define USB_DEVICE_CDC_DATA(vid, pid) \
36 .idVendor = vid,\
41 #define USB_DEVICE_MASS_DATA(vid, pid) \
44 .idVendor = vid,\
825 pr_info("net vid = 0x%04x pid = 0x%04x\n", idVendor, idProduct);
/drivers/staging/gdm72xx/
H A Dusb_ids.h34 #define USB_DEVICE_BOOTLOADER(vid, pid) \
35 {USB_DEVICE((vid), ((pid)&BL_PID_MASK)|B_DOWNLOAD)}, \
36 {USB_DEVICE((vid), ((pid)&BL_PID_MASK)|B_DOWNLOAD|B_DIFF_DL_DRV)}
38 #define USB_DEVICE_CDC_DATA(vid, pid) \
39 {USB_DEVICE_INTF((vid), (pid), USB_CLASS_CDC_DATA)}
/drivers/staging/rtl8712/
H A Dusb_intf.c336 u16 vid, pid; local
343 vid = specific_device_id_tbl[i].idVendor;
347 if ((pdid->idVendor == vid) && (pdid->idProduct == pid) &&
/drivers/staging/wlan-ng/
H A Dprism2usb.c7 #define PRISM_DEV(vid, pid, name) \
8 { USB_DEVICE(vid, pid), \
/drivers/mtd/ubi/
H A Dattach.c808 * @vid: The volume ID of the found volume will be stored in this pointer
817 int pnum, int *vid, unsigned long long *sqnum)
990 if (vid)
991 *vid = vol_id;
816 scan_peb(struct ubi_device *ubi, struct ubi_attach_info *ai, int pnum, int *vid, unsigned long long *sqnum) argument
/drivers/net/bonding/
H A Dbond_alb.c929 __be16 vlan_proto, u16 vid)
954 if (vid) {
955 skb = vlan_put_tag(skb, vlan_proto, vid);
928 alb_send_lp_vid(struct slave *slave, u8 mac_addr[], __be16 vlan_proto, u16 vid) argument
H A Dbond_main.c278 * @vid: vlan id being added
281 __be16 proto, u16 vid)
289 res = vlan_vid_add(slave->dev, proto, vid);
302 vlan_vid_del(rollback_slave->dev, proto, vid);
311 * @vid: vlan id being removed
314 __be16 proto, u16 vid)
321 vlan_vid_del(slave->dev, proto, vid);
324 bond_alb_clear_vlan(bond, vid);
2144 netdev_dbg(slave_dev, "inner tag: proto %X vid %X\n",
2157 netdev_dbg(slave_dev, "outer tag: proto %X vid
280 bond_vlan_rx_add_vid(struct net_device *bond_dev, __be16 proto, u16 vid) argument
313 bond_vlan_rx_kill_vid(struct net_device *bond_dev, __be16 proto, u16 vid) argument
[all...]
/drivers/net/ethernet/adaptec/
H A Dstarfire.c598 __be16 proto, u16 vid)
604 printk("%s: Adding vlanid %d to vlan filter\n", dev->name, vid);
605 set_bit(vid, np->active_vlans);
613 __be16 proto, u16 vid)
619 printk("%s: removing vlanid %d from vlan filter\n", dev->name, vid);
620 clear_bit(vid, np->active_vlans);
1716 u16 vid; local
1720 for_each_set_bit(vid, np->active_vlans, VLAN_N_VID) {
1723 writew(vid, filter_addr);
597 netdev_vlan_rx_add_vid(struct net_device *dev, __be16 proto, u16 vid) argument
612 netdev_vlan_rx_kill_vid(struct net_device *dev, __be16 proto, u16 vid) argument

Completed in 467 milliseconds

1234567