Home
last modified time | relevance | path

Searched refs:fault (Results 1 – 25 of 56) sorted by relevance

123

/linux-4.19.296/include/asm-generic/
Dtermios-base.h21 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()
Dtermios.h26 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/
Dad5421.c205 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/
Dlink.c133 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 …]
Dsysfs.c82 .fault = global_mmio_fault,
/linux-4.19.296/include/linux/
Dled-class-flash.h51 int (*fault_get)(struct led_classdev_flash *fled_cdev, u32 *fault);
194 u32 *fault);
Dcdrom.h135 __u8 fault : 1; member
144 __u8 fault : 1;
Denclosure.h101 int fault; member
Dhmm.h457 int (*fault)(struct hmm_devmem *devmem, member
Dmm_types.h632 vm_fault_t (*fault)(const struct vm_special_mapping *sm, member
/linux-4.19.296/drivers/gpio/
Dgpio-max3191x.c89 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/
DMakefile5 cxl-y += main.o file.o irq.o fault.o native.o
Dfile.c495 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/
Dadp1653.h120 int fault; member
/linux-4.19.296/drivers/hid/usbhid/
Dhiddev.c457 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/
Dcxl.h150 struct cxl_event_data_storage fault; member
/linux-4.19.296/fs/nilfs2/
Dfile.c115 .fault = filemap_fault,
/linux-4.19.296/fs/ocfs2/
Dmmap.c174 .fault = ocfs2_fault,
/linux-4.19.296/drivers/xen/
Dprivcmd-buf.c129 .fault = privcmd_buf_vma_fault,
/linux-4.19.296/fs/ext4/
Dfile.c358 .fault = ext4_dax_fault,
368 .fault = ext4_filemap_fault,
/linux-4.19.296/fs/ext2/
Dfile.c114 .fault = ext2_dax_fault,
/linux-4.19.296/drivers/char/agp/
Dalpha-agp.c42 .fault = alpha_core_agp_vm_fault,
/linux-4.19.296/fs/kernfs/
Dfile.c364 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/
Denclosure.c495 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/
Dvfs_file.c649 .fault = filemap_fault,
656 .fault = filemap_fault,

123