| /arch/s390/pci/ |
| A D | pci_event.c | 24 u32 fh; /* function handle */ member 41 u32 fh; /* function handle */ member 294 u32 fh = 0; in __zpci_event_error() local 298 ccdf->fid, ccdf->fh, ccdf->pec); in __zpci_event_error() 307 if (!fh || ccdf->fh != fh) { in __zpci_event_error() 310 ccdf->fid, fh, ccdf->fh); in __zpci_event_error() 313 zpci_update_fh(zdev, ccdf->fh); in __zpci_event_error() 354 zpci_update_fh(zdev, fh); in zpci_event_hard_deconfigured() 390 ccdf->fid, ccdf->fh, ccdf->pec); in __zpci_event_availability() 427 zpci_update_fh(zdev, ccdf->fh); in __zpci_event_availability() [all …]
|
| A D | pci.c | 300 zpci_iomap_start[idx].fh = zdev->fh; in pci_iomap_range_fh() 492 WRITE_ONCE(zpci_iomap_start[idx].fh, zdev->fh); in zpci_do_update_iomap_fh() 499 if (!fh || zdev->fh == fh) in zpci_update_fh() 502 zdev->fh = fh; in zpci_update_fh() 692 u32 fh = zdev->fh; in zpci_enable_device() local 698 zpci_update_fh(zdev, fh); in zpci_enable_device() 722 u32 fh = zdev->fh; in zpci_disable_device() local 727 zpci_update_fh(zdev, fh); in zpci_disable_device() 734 zpci_update_fh(zdev, fh); in zpci_disable_device() 815 zdev->fh = fh; in zpci_create_device() [all …]
|
| A D | pci_clp.c | 211 rrb->request.fh = zdev->fh; in clp_query_pci_fn() 245 *fh = 0; in clp_set_pci_fn() 258 rrb->request.fh = zdev->fh; in clp_set_pci_fn() 273 *fh = rrb->response.fh; in clp_set_pci_fn() 318 int clp_enable_fh(struct zpci_dev *zdev, u32 *fh, u8 nr_dma_as) in clp_enable_fh() argument 327 zdev->fid, *fh, rc); in clp_enable_fh() 329 clp_disable_fh(zdev, fh); in clp_enable_fh() 334 int clp_disable_fh(struct zpci_dev *zdev, u32 *fh) in clp_disable_fh() argument 341 rc = clp_set_pci_fn(zdev, fh, 0, CLP_SET_DISABLE_PCI_FN); in clp_disable_fh() 454 int clp_refresh_fh(u32 fid, u32 *fh) in clp_refresh_fh() argument [all …]
|
| A D | pci_irq.c | 35 u64 req = ZPCI_CREATE_REQ(zdev->fh, 0, ZPCI_MOD_FC_REG_INT); in zpci_set_airq() 54 u64 req = ZPCI_CREATE_REQ(zdev->fh, 0, ZPCI_MOD_FC_DEREG_INT); in zpci_clear_airq() 71 u64 req = ZPCI_CREATE_REQ(zdev->fh, 0, ZPCI_MOD_FC_REG_INT_D); in zpci_set_directed_irq() 86 u64 req = ZPCI_CREATE_REQ(zdev->fh, 0, ZPCI_MOD_FC_DEREG_INT_D); in zpci_clear_directed_irq()
|
| A D | pci_sysfs.c | 31 zpci_attr(function_handle, "0x%08x\n", fh); 154 ret = sclp_pci_report(report, zdev->fh, zdev->fid); in report_error_write()
|
| A D | pci_insn.c | 220 u64 req = ZPCI_CREATE_REQ(READ_ONCE(entry->fh), entry->bar, len); in zpci_load_fh() 313 u64 req = ZPCI_CREATE_REQ(READ_ONCE(entry->fh), entry->bar, len); in zpci_store_fh() 402 u64 req = ZPCI_CREATE_REQ(entry->fh, entry->bar, len); in zpci_write_block_fh()
|
| A D | pci_report.c | 149 ret = sclp_pci_report(&report->header, zdev->fh, zdev->fid); in zpci_report_status()
|
| /arch/arm/mach-pxa/ |
| A D | am200epd.c | 201 int fh; in am200_presetup_fb() local 229 fh = am200_fb_info.modes->yres; in am200_presetup_fb() 237 totalsize = fw + am200_board.wfm_size + padding_size + (fw*fh); in am200_presetup_fb() 242 am200_board.fh = fh; in am200_presetup_fb() 262 int fh; in am200_setup_fb() local 265 fh = am200_board.fh; in am200_setup_fb() 272 par->metromem_img_csum = (u16 *) (par->metromem_img + (fw * fh)); in am200_setup_fb()
|
| /arch/s390/include/asm/ |
| A D | pci.h | 131 u32 fh; /* function handle, used by insn's */ member 199 return (zdev->fh & (1UL << 31)) ? true : false; in zdev_enabled() 220 struct zpci_dev *zpci_create_device(u32 fid, u32 fh, enum zpci_state state); 225 int zpci_scan_configured_device(struct zpci_dev *zdev, u32 fh); 235 void zpci_update_fh(struct zpci_dev *zdev, u32 fh); 241 int clp_enable_fh(struct zpci_dev *zdev, u32 *fh, u8 nr_dma_as); 242 int clp_disable_fh(struct zpci_dev *zdev, u32 *fh); 244 int clp_refresh_fh(u32 fid, u32 *fh);
|
| A D | pci_clp.h | 23 u32 fh; /* PCI function handle */ member 104 u32 fh; /* function handle */ member 182 u32 fh; /* function handle */ member 193 u32 fh; /* function handle */ member
|
| A D | sclp.h | 139 u32 fh; member 191 int sclp_pci_report(struct zpci_report_error_header *report, u32 fh, u32 fid);
|
| A D | pci_io.h | 28 u32 fh; member
|
| /arch/arm/mach-omap1/ |
| A D | ams-delta-fiq.c | 30 static struct fiq_handler fh = { variable 140 retval = claim_fiq(&fh); in ams_delta_init_fiq() 151 release_fiq(&fh); in ams_delta_init_fiq()
|
| /arch/alpha/include/uapi/asm/ |
| A D | a.out.h | 57 struct filehdr fh; member 90 (sizeof(struct exec) + (x).fh.f_nscns*SCNHSZ + SCNROUND - 1) & ~(SCNROUND - 1))
|
| /arch/s390/kvm/ |
| A D | pci.c | 161 u64 req = ZPCI_CREATE_REQ(zdev->fh, 0, ZPCI_MOD_FC_REG_INT); in kvm_zpci_set_airq() 180 u64 req = ZPCI_CREATE_REQ(zdev->fh, 0, ZPCI_MOD_FC_DEREG_INT); in kvm_zpci_clear_airq() 576 static struct zpci_dev *get_zdev_from_kvm_by_fh(struct kvm *kvm, u32 fh) in get_zdev_from_kvm_by_fh() argument 583 if (kzdev->zdev->fh == fh) { in get_zdev_from_kvm_by_fh() 622 zdev = get_zdev_from_kvm_by_fh(kvm, args->fh); in kvm_s390_pci_zpci_op()
|
| /arch/alpha/boot/tools/ |
| A D | objstrip.c | 200 if (!(aout->fh.f_flags & COFF_F_EXEC)) { in main() 206 if (aout->fh.f_opthdr != sizeof(aout->ah)) { in main()
|
| /arch/arm/mach-rpc/ |
| A D | dma.c | 256 static struct fiq_handler fh = { variable 289 if (claim_fiq(&fh)) { in floppy_enable_dma() 303 release_fiq(&fh); in floppy_disable_dma()
|
| /arch/s390/include/uapi/asm/ |
| A D | kvm.h | 305 __u32 fh; /* target device */ member
|