[go: nahoru, domu]

Searched refs:self (Results 1 - 25 of 253) sorted by path

1234567891011

/drivers/acpi/
H A Dpci_irq.c272 if (!bus_it->self)
274 if (bus_it->self->irq_reroute_variant)
275 return bus_it->self->irq_reroute_variant;
339 bridge = dev->bus->self;
365 bridge = dev->bus->self;
/drivers/ata/
H A Dpata_cmd64x.c432 struct pci_dev *bridge = pdev->bus->self;
H A Dpata_pdc202xx_old.c353 struct pci_dev *bridge = dev->bus->self;
/drivers/base/
H A Dnode.c517 static int node_memory_callback(struct notifier_block *self, argument
552 static inline int node_memory_callback(struct notifier_block *self, argument
/drivers/block/drbd/
H A Ddrbd_receiver.c2722 int self, peer, rv = -100; local
2726 self = device->ldev->md.uuid[UI_BITMAP] & 1;
2745 if (self == 0 && peer == 1) {
2749 if (self == 1 && peer == 0) {
2755 if (self == 0 && peer == 1) {
2759 if (self == 1 && peer == 0) {
2937 u64 self, peer; local
2940 self = device->ldev->md.uuid[UI_CURRENT] & ~((u64)1);
2944 if (self == UUID_JUST_CREATED && peer == UUID_JUST_CREATED)
2948 if ((self
[all...]
/drivers/block/mtip32xx/
H A Dmtip32xx.c2993 /* If I am an orphan, start self cleanup */
4254 if (pdev->bus && pdev->bus->self) {
4255 if (pdev->bus->self->vendor == PCI_VENDOR_ID_ATI &&
4256 ((pdev->bus->self->device & 0xff00) == 0x5a00)) {
4257 mtip_disable_link_opts(dd, pdev->bus->self);
4260 struct pci_dev *parent_dev = pdev->bus->self;
4263 parent_dev->bus->parent->self &&
4264 parent_dev->bus->parent->self->vendor ==
4266 (parent_dev->bus->parent->self->device &
4269 parent_dev->bus->parent->self);
[all...]
/drivers/block/
H A Dnvme-core.c2127 static int nvme_cpu_notify(struct notifier_block *self, argument
/drivers/char/ipmi/
H A Dipmi_si_intf.c3134 static int dell_poweredge_bt_xaction_handler(struct notifier_block *self, argument
/drivers/clocksource/
H A Darm_arch_timer.c503 static int arch_timer_cpu_notify(struct notifier_block *self, argument
528 static int arch_timer_cpu_pm_notify(struct notifier_block *self, argument
H A Darm_global_timer.c225 static int gt_cpu_notify(struct notifier_block *self, unsigned long action, argument
H A Ddummy_timer.c44 static int dummy_timer_cpu_notify(struct notifier_block *self, argument
H A Dexynos_mct.c496 static int exynos4_mct_cpu_notify(struct notifier_block *self, argument
H A Dmetag_generic.c157 static int arch_timer_cpu_notify(struct notifier_block *self, argument
H A Dqcom-timer.c156 static int msm_timer_cpu_notify(struct notifier_block *self, argument
H A Dtime-armada-370-xp.c203 static int armada_370_xp_timer_cpu_notify(struct notifier_block *self, argument
H A Dtimer-marco.c223 static int sirfsoc_cpu_notify(struct notifier_block *self, argument
/drivers/crypto/qat/qat_common/
H A Dadf_accel_devices.h143 uint32_t (*get_misc_bar_id)(struct adf_hw_device_data *self);
144 uint32_t (*get_etr_bar_id)(struct adf_hw_device_data *self);
145 uint32_t (*get_num_aes)(struct adf_hw_device_data *self);
146 uint32_t (*get_num_accels)(struct adf_hw_device_data *self);
147 enum dev_sku_info (*get_sku)(struct adf_hw_device_data *self);
H A Dadf_aer.c89 struct pci_dev *parent = pdev->bus->self;
/drivers/crypto/qat/qat_dh895xcc/
H A Dadf_dh895xcc_hw_data.c81 static uint32_t get_num_accels(struct adf_hw_device_data *self) argument
85 if (!self || !self->accel_mask)
89 if (self->accel_mask & (1 << i))
95 static uint32_t get_num_aes(struct adf_hw_device_data *self) argument
99 if (!self || !self->ae_mask)
103 if (self->ae_mask & (1 << i))
109 static uint32_t get_misc_bar_id(struct adf_hw_device_data *self) argument
114 static uint32_t get_etr_bar_id(struct adf_hw_device_data *self) argument
119 get_sku(struct adf_hw_device_data *self) argument
[all...]
/drivers/dma/sh/
H A Dshdmac.c484 static int sh_dmae_nmi_handler(struct notifier_block *self, argument
/drivers/gpu/drm/
H A Ddrm_pci.c376 root = dev->pdev->bus->self;
/drivers/gpu/drm/mga/
H A Dmga_drv.c136 if ((pdev->device == 0x0525) && pdev->bus->self
137 && (pdev->bus->self->vendor == 0x3388)
138 && (pdev->bus->self->device == 0x0021)) {
/drivers/gpu/drm/radeon/
H A Dcik.c9563 struct pci_dev *root = rdev->pdev->bus->self;
9800 struct pci_dev *root = rdev->pdev->bus->self;
H A Dsi.c7194 struct pci_dev *root = rdev->pdev->bus->self;
7482 struct pci_dev *root = rdev->pdev->bus->self;
/drivers/gpu/vga/
H A Dvgaarb.c478 new_bridge = new_bus->self;
483 bridge = bus->self;
497 bridge = bus->self;
499 if (bridge == vgadev->pdev->bus->self)
566 bridge = bus->self;

Completed in 2086 milliseconds

1234567891011