/linux-4.19.296/include/asm-generic/ |
D | termios-base.h | 21 goto fault; in user_termio_to_kernel_termios() 25 goto fault; in user_termio_to_kernel_termios() 29 goto fault; in user_termio_to_kernel_termios() 33 goto fault; in user_termio_to_kernel_termios() 37 goto fault; in user_termio_to_kernel_termios() 40 goto fault; in user_termio_to_kernel_termios() 44 fault: in user_termio_to_kernel_termios()
|
D | termios.h | 26 goto fault; in user_termio_to_kernel_termios() 30 goto fault; in user_termio_to_kernel_termios() 34 goto fault; in user_termio_to_kernel_termios() 38 goto fault; in user_termio_to_kernel_termios() 42 goto fault; in user_termio_to_kernel_termios() 45 goto fault; in user_termio_to_kernel_termios() 49 fault: in user_termio_to_kernel_termios()
|
/linux-4.19.296/drivers/iio/dac/ |
D | ad5421.c | 205 unsigned int fault; in ad5421_fault_handler() local 209 fault = ad5421_read(indio_dev, AD5421_REG_FAULT); in ad5421_fault_handler() 210 if (!fault) in ad5421_fault_handler() 232 if (fault == 0xffff) in ad5421_fault_handler() 233 fault = 0; in ad5421_fault_handler() 236 events = (old_fault ^ fault) & fault; in ad5421_fault_handler() 266 old_fault = fault; in ad5421_fault_handler() 267 fault = ad5421_read(indio_dev, AD5421_REG_FAULT); in ad5421_fault_handler() 270 if (fault & AD5421_FAULT_TRIGGER_IRQ) in ad5421_fault_handler() 273 } while (fault & AD5421_FAULT_TRIGGER_IRQ); in ad5421_fault_handler()
|
/linux-4.19.296/drivers/misc/ocxl/ |
D | link.c | 133 struct xsl_fault *fault = container_of(fault_work, struct xsl_fault, in xsl_fault_handler_bh() local 135 struct spa *spa = container_of(fault, struct spa, xsl_fault); in xsl_fault_handler_bh() 143 rc = copro_handle_mm_fault(fault->pe_data.mm, fault->dar, fault->dsisr, in xsl_fault_handler_bh() 147 if (fault->pe_data.xsl_err_cb) { in xsl_fault_handler_bh() 148 fault->pe_data.xsl_err_cb( in xsl_fault_handler_bh() 149 fault->pe_data.xsl_err_data, in xsl_fault_handler_bh() 150 fault->dar, fault->dsisr); in xsl_fault_handler_bh() 163 if (fault->dsisr & SPA_XSL_S) in xsl_fault_handler_bh() 166 if (REGION_ID(fault->dar) != USER_REGION_ID) in xsl_fault_handler_bh() 170 hash_page_mm(fault->pe_data.mm, fault->dar, access, 0x300, in xsl_fault_handler_bh() [all …]
|
D | sysfs.c | 82 .fault = global_mmio_fault,
|
/linux-4.19.296/include/linux/ |
D | led-class-flash.h | 51 int (*fault_get)(struct led_classdev_flash *fled_cdev, u32 *fault); 194 u32 *fault);
|
D | cdrom.h | 135 __u8 fault : 1; member 144 __u8 fault : 1;
|
D | enclosure.h | 101 int fault; member
|
D | hmm.h | 457 int (*fault)(struct hmm_devmem *devmem, member
|
D | mm_types.h | 632 vm_fault_t (*fault)(const struct vm_special_mapping *sm, member
|
/linux-4.19.296/drivers/gpio/ |
D | gpio-max3191x.c | 89 unsigned long *fault; member 183 __assign_bit(i, max3191x->fault, val); in max3191x_readout_locked() 197 if (!max3191x->ignore_uv && test_bit(chipnum, max3191x->fault)) in max3191x_chip_is_faulting() 378 max3191x->fault = devm_kcalloc(dev, n, sizeof(long), GFP_KERNEL); in max3191x_probe() 383 !max3191x->fault || !max3191x->xfer.rx_buf) in max3191x_probe()
|
/linux-4.19.296/drivers/misc/cxl/ |
D | Makefile | 5 cxl-y += main.o file.o irq.o fault.o native.o
|
D | file.c | 495 event.fault.addr = ctx->fault_addr; in afu_read() 496 event.fault.dsisr = ctx->fault_dsisr; in afu_read()
|
/linux-4.19.296/include/media/i2c/ |
D | adp1653.h | 120 int fault; member
|
/linux-4.19.296/drivers/hid/usbhid/ |
D | hiddev.c | 457 goto fault; in hiddev_ioctl_usage() 460 goto fault; in hiddev_ioctl_usage() 484 goto fault; in hiddev_ioctl_usage() 539 goto fault; in hiddev_ioctl_usage() 558 goto fault; in hiddev_ioctl_usage() 570 fault: in hiddev_ioctl_usage()
|
/linux-4.19.296/include/uapi/misc/ |
D | cxl.h | 150 struct cxl_event_data_storage fault; member
|
/linux-4.19.296/fs/nilfs2/ |
D | file.c | 115 .fault = filemap_fault,
|
/linux-4.19.296/fs/ocfs2/ |
D | mmap.c | 174 .fault = ocfs2_fault,
|
/linux-4.19.296/drivers/xen/ |
D | privcmd-buf.c | 129 .fault = privcmd_buf_vma_fault,
|
/linux-4.19.296/fs/ext4/ |
D | file.c | 358 .fault = ext4_dax_fault, 368 .fault = ext4_filemap_fault,
|
/linux-4.19.296/fs/ext2/ |
D | file.c | 114 .fault = ext2_dax_fault,
|
/linux-4.19.296/drivers/char/agp/ |
D | alpha-agp.c | 42 .fault = alpha_core_agp_vm_fault,
|
/linux-4.19.296/fs/kernfs/ |
D | file.c | 364 if (of->vm_ops->fault) in kernfs_vma_fault() 365 ret = of->vm_ops->fault(vmf); in kernfs_vma_fault() 461 .fault = kernfs_vma_fault,
|
/linux-4.19.296/drivers/misc/ |
D | enclosure.c | 495 return snprintf(buf, 40, "%d\n", ecomp->fault); in get_component_fault() 655 static DEVICE_ATTR(fault, S_IRUGO | S_IWUSR, get_component_fault,
|
/linux-4.19.296/fs/9p/ |
D | vfs_file.c | 649 .fault = filemap_fault, 656 .fault = filemap_fault,
|