/linux-4.4.14/drivers/isdn/hardware/mISDN/ |
D | iohelper.h | 38 #define IOFUNC_IO(name, hws, ap) \ argument 40 struct hws *hw = p; \ 44 struct hws *hw = p; \ 48 struct hws *hw = p; \ 52 struct hws *hw = p; \ 56 #define IOFUNC_IND(name, hws, ap) \ argument 58 struct hws *hw = p; \ 63 struct hws *hw = p; \ 68 struct hws *hw = p; \ 73 struct hws *hw = p; \ [all …]
|
/linux-4.4.14/drivers/ide/ |
D | ide-legacy.c | 5 static void ide_legacy_init_one(struct ide_hw **hws, struct ide_hw *hw, in ide_legacy_init_one() argument 39 hws[port_no] = hw; in ide_legacy_init_one() 44 struct ide_hw hw[2], *hws[] = { NULL, NULL }; in ide_legacy_device_add() local 49 ide_legacy_init_one(hws, &hw[0], 0, d, config); in ide_legacy_device_add() 50 ide_legacy_init_one(hws, &hw[1], 1, d, config); in ide_legacy_device_add() 52 if (hws[0] == NULL && hws[1] == NULL && in ide_legacy_device_add() 56 return ide_host_add(d, hws, 2, NULL); in ide_legacy_device_add()
|
D | cs5520.c | 114 struct ide_hw hw[2], *hws[] = { NULL, NULL }; in cs5520_init_one() local 137 ide_pci_setup_ports(dev, d, &hw[0], &hws[0]); in cs5520_init_one() 141 return ide_host_add(d, hws, 2, NULL); in cs5520_init_one()
|
D | falconide.c | 140 struct ide_hw hw, *hws[] = { &hw }; in falconide_init() local 155 host = ide_host_alloc(&falconide_port_info, hws, 1); in falconide_init() 162 rc = ide_host_register(host, &falconide_port_info, hws); in falconide_init()
|
D | ide-4drives.c | 34 struct ide_hw hw, *hws[] = { &hw, &hw }; in ide_4drives_init() local 57 return ide_host_add(&ide_4drives_port_info, hws, 2, NULL); in ide_4drives_init()
|
D | gayle.c | 124 struct ide_hw hw[GAYLE_NUM_HWIFS], *hws[GAYLE_NUM_HWIFS]; in amiga_gayle_ide_probe() local 153 hws[i] = &hw[i]; in amiga_gayle_ide_probe() 156 error = ide_host_add(&d, hws, i, &host); in amiga_gayle_ide_probe()
|
D | q40ide.c | 136 struct ide_hw hw[Q40IDE_NUM_HWIFS], *hws[] = { NULL, NULL }; in q40ide_init() local 160 hws[i] = &hw[i]; in q40ide_init() 163 return ide_host_add(&q40ide_port_info, hws, Q40IDE_NUM_HWIFS, NULL); in q40ide_init()
|
D | buddha.c | 168 struct ide_hw hw[MAX_NUM_HWIFS], *hws[MAX_NUM_HWIFS]; in buddha_init() local 227 hws[i] = &hw[i]; in buddha_init() 230 ide_host_add(&d, hws, i, NULL); in buddha_init()
|
D | macide.c | 107 struct ide_hw hw, *hws[] = { &hw }; in macide_init() local 136 return ide_host_add(&d, hws, 1, NULL); in macide_init()
|
D | ide-pnp.c | 41 struct ide_hw hw, *hws[] = { &hw }; in idepnp_probe() local 68 rc = ide_host_add(&ide_pnp_port_info, hws, 1, &host); in idepnp_probe()
|
D | rapide.c | 37 struct ide_hw hw, *hws[] = { &hw }; in rapide_probe() local 53 ret = ide_host_add(&rapide_port_info, hws, 1, &host); in rapide_probe()
|
D | setup-pci.c | 462 struct ide_hw *hw, struct ide_hw **hws) in ide_pci_setup_ports() argument 484 *(hws + port) = hw + port; in ide_pci_setup_ports() 544 struct ide_hw hw[4], *hws[] = { NULL, NULL, NULL, NULL }; in ide_pci_init_two() local 551 ide_pci_setup_ports(pdev[i], d, &hw[i*2], &hws[i*2]); in ide_pci_init_two() 554 host = ide_host_alloc(d, hws, n_ports); in ide_pci_init_two() 589 ret = ide_host_register(host, d, hws); in ide_pci_init_two()
|
D | icside.c | 414 struct ide_hw hw, *hws[] = { &hw }; in icside_register_v5() local 435 host = ide_host_alloc(&icside_v5_port_info, hws, 1); in icside_register_v5() 443 ret = ide_host_register(host, &icside_v5_port_info, hws); in icside_register_v5() 470 struct ide_hw hw[2], *hws[] = { &hw[0], &hw[1] }; in icside_register_v6() local 510 host = ide_host_alloc(&d, hws, 2); in icside_register_v6() 526 ret = ide_host_register(host, &d, hws); in icside_register_v6()
|
D | ide-generic.c | 89 struct ide_hw hw, *hws[] = { &hw }; in ide_generic_init() local 136 rc = ide_host_add(&ide_generic_port_info, hws, 1, NULL); in ide_generic_init()
|
D | delkin_cb.c | 79 struct ide_hw hw, *hws[] = { &hw }; in delkin_cb_probe() local 101 rc = ide_host_add(&delkin_cb_port_info, hws, 1, &host); in delkin_cb_probe()
|
D | ide_platform.c | 56 struct ide_hw hw, *hws[] = { &hw }; in plat_ide_probe() local 104 ret = ide_host_add(&d, hws, 1, &host); in plat_ide_probe()
|
D | cmd640.c | 724 struct ide_hw hw[2], *hws[2]; in cmd640x_init() local 788 hws[0] = &hw[0]; in cmd640x_init() 829 hws[1] = &hw[1]; in cmd640x_init() 838 return ide_host_add(&cmd640_port_info, hws, second_port_cmd640 ? 2 : 1, in cmd640x_init()
|
D | ide-probe.c | 1282 struct ide_hw **hws, unsigned int n_ports) in ide_host_alloc() argument 1285 struct device *dev = hws[0] ? hws[0]->dev : NULL; in ide_host_alloc() 1297 if (hws[i] == NULL) in ide_host_alloc() 1370 struct ide_hw **hws) in ide_host_register() argument 1381 ide_init_port_hw(hwif, hws[i]); in ide_host_register() 1465 int ide_host_add(const struct ide_port_info *d, struct ide_hw **hws, in ide_host_add() argument 1471 host = ide_host_alloc(d, hws, n_ports); in ide_host_add() 1475 rc = ide_host_register(host, d, hws); in ide_host_add()
|
D | tx4938ide.c | 132 struct ide_hw hw, *hws[] = { &hw }; in tx4938ide_probe() local 184 ret = ide_host_add(&d, hws, 1, &host); in tx4938ide_probe()
|
D | ide-cs.c | 121 struct ide_hw hw, *hws[] = { &hw }; in idecs_register() local 141 rc = ide_host_add(&idecs_port_info, hws, 1, &host); in idecs_register()
|
D | palm_bk3710.c | 320 struct ide_hw hw, *hws[] = { &hw }; in palm_bk3710_probe() local 373 rc = ide_host_add(&palm_bk3710_port_info, hws, 1, NULL); in palm_bk3710_probe()
|
D | tx4939ide.c | 540 struct ide_hw hw, *hws[] = { &hw }; in tx4939ide_probe() local 583 host = ide_host_alloc(&tx4939ide_port_info, hws, 1); in tx4939ide_probe() 588 ret = ide_host_register(host, &tx4939ide_port_info, hws); in tx4939ide_probe()
|
D | sgiioc4.c | 539 struct ide_hw hw, *hws[] = { &hw }; in sgiioc4_ide_setup_pci_device() local 573 rc = ide_host_add(&sgiioc4_port_info, hws, 1, NULL); in sgiioc4_ide_setup_pci_device()
|
D | au1xxx-ide.c | 507 struct ide_hw hw, *hws[] = { &hw }; in au_ide_probe() local 556 ret = ide_host_add(&au1xxx_port_info, hws, 1, &host); in au_ide_probe()
|
D | pmac.c | 1027 struct ide_hw *hws[] = { hw }; in pmac_ide_setup_device() local 1077 host = ide_host_alloc(&d, hws, 1); in pmac_ide_setup_device() 1108 rc = ide_host_register(host, &d, hws); in pmac_ide_setup_device()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | i915_debugfs.c | 982 const u32 *hws; in i915_hws_info() local 986 hws = ring->status_page.page_addr; in i915_hws_info() 987 if (hws == NULL) in i915_hws_info() 993 hws[i], hws[i + 1], hws[i + 2], hws[i + 3]); in i915_hws_info()
|
D | i915_gpu_error.c | 259 err_printf(m, " HWS: 0x%08x\n", ring->hws); in i915_ring_error_state() 927 ering->hws = I915_READ(mmio); in i915_record_ring_state()
|
D | i915_drv.h | 545 u32 hws; member
|