Searched refs:sb_dev (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/backlight/
H A Dprogear_bl.c33 static struct pci_dev *sb_dev = NULL; variable in typeref:struct:pci_dev
75 sb_dev = pci_get_device(PCI_VENDOR_ID_AL, PCI_DEVICE_ID_AL_M1533, NULL);
76 if (!sb_dev) {
83 pci_read_config_byte(sb_dev, SB_MPS1, &temp);
84 pci_write_config_byte(sb_dev, SB_MPS1, temp | 0x20);
105 pci_dev_put(sb_dev);
148 pci_dev_put(sb_dev);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/trace/events/
H A Dwriteback.h19 __field(dev_t, sb_dev)
28 __entry->sb_dev = work->sb ? work->sb->s_dev : 0;
34 TP_printk("bdi %s: sb_dev %d:%d nr_pages=%ld sync_mode=%d "
37 MAJOR(__entry->sb_dev), MINOR(__entry->sb_dev),

Completed in 108 milliseconds