Home
last modified time | relevance | path

Searched refs:EDOM (Results 1 – 25 of 39) sorted by relevance

12

/linux/arch/x86/lib/
H A Dinsn-eval.c192 * + -EDOM is reserved to identify for cases in which no register in resolve_default_seg()
208 case -EDOM: in resolve_default_seg()
445 return -EDOM; in pt_regs_offset()
469 return -EDOM; in get_regno()
494 return -EDOM; in get_regno()
505 return -EDOM; in get_regno()
545 * referenced by the instruction, the value will be set to -EDOM.
575 -EDOM, in get_reg_offset_16()
576 -EDOM, in get_reg_offset_16()
577 -EDOM, in get_reg_offset_16()
[all...]
/linux/tools/include/uapi/asm-generic/
H A Derrno-base.h37 #define EDOM 33 /* Math argument out of domain of func */ macro
/linux/include/uapi/asm-generic/
H A Derrno-base.h37 #define EDOM 33 /* Math argument out of domain of func */ macro
/linux/tools/lib/bpf/
H A Dstr_error.c59 case -EDOM: return "-EDOM"; in libbpf_errstr()
/linux/drivers/usb/misc/
H A Dusbtest.c862 return (retval < 0) ? retval : -EDOM; in ch9_postconfig()
882 return (retval < 0) ? retval : -EDOM; in ch9_postconfig()
891 return (retval < 0) ? retval : -EDOM; in ch9_postconfig()
908 return (retval < 0) ? retval : -EDOM; in ch9_postconfig()
927 return (retval < 0) ? retval : -EDOM; in ch9_postconfig()
953 return -EDOM; in ch9_postconfig()
961 return -EDOM; in ch9_postconfig()
969 return -EDOM; in ch9_postconfig()
986 return (retval < 0) ? retval : -EDOM; in ch9_postconfig()
1012 return (retval < 0) ? retval : -EDOM; in ch9_postconfig()
[all...]
/linux/net/netfilter/
H A Dxt_dscp.c47 return -EDOM; in dscp_mt_check()
H A Dxt_DSCP.c67 return -EDOM; in dscp_tg_check()
H A Dxt_cluster.c134 return -EDOM; in xt_cluster_mt_checkentry()
H A Dxt_time.c250 return -EDOM; in time_mt_check()
/linux/drivers/rtc/
H A Drtc-ds1685.c139 * Returns -EDOM if the day of month is not within 1..31 range.
146 return -EDOM; in ds1685_rtc_check_mday()
149 return -EDOM; in ds1685_rtc_check_mday()
339 return -EDOM; in ds1685_rtc_set_time()
342 return -EDOM; in ds1685_rtc_set_time()
346 return -EDOM; in ds1685_rtc_set_time()
H A Drtc-mcp795.c280 return -EDOM; in mcp795_set_alarm()
/linux/net/9p/
H A Derror.c73 {"Numerical argument out of domain", EDOM},
/linux/drivers/staging/media/atomisp/pci/runtime/queue/src/
H A Dqueue_access.c38 return -EDOM; in ia_css_queue_load()
/linux/drivers/md/dm-vdo/
H A Derrors.c50 [EDOM] = "Numerical argument out of domain",
/linux/lib/
H A Derrname.c47 E(EDOM),
/linux/rust/kernel/
H A Derror.rs65 declare_err!(EDOM, "Math argument out of domain of func.");
/linux/drivers/hv/
H A Dconnection.c285 ret = -EDOM; in vmbus_connect()
/linux/drivers/spi/
H A Dspi-omap-uwire.c379 status = -EDOM; in uwire_setup_transfer()
/linux/drivers/video/fbdev/omap/
H A Dsossi.c396 return -EDOM; in sossi_setup_tearsync()
H A Dhwa742.c873 return -EDOM; in setup_tearsync()
/linux/drivers/net/usb/
H A Drndis_host.c274 return -EDOM; in rndis_query()
H A Dcdc_ether.c125 return -EDOM; in usbnet_generic_cdc_bind()
/linux/drivers/media/pci/intel/ipu6/
H A Dipu6-buttress.c551 return -EDOM; in ipu6_buttress_map_fw_image()
/linux/drivers/pwm/
H A Dcore.c411 * true results in pwm_set_waveform_might_sleep() failing and returning -EDOM.
438 * Returns: 0 on success, -EDOM if setting failed due to the exact waveform not
468 * map err == 1 to -EDOM for exact requests and 0 for !exact ones. Also in pwm_set_waveform_might_sleep()
469 * make sure that -EDOM is only returned in exactly that case. Note that in pwm_set_waveform_might_sleep()
470 * __pwm_set_waveform() should never return -EDOM which justifies the in pwm_set_waveform_might_sleep()
473 if (unlikely(err == -EDOM)) in pwm_set_waveform_might_sleep()
476 err = -EDOM; in pwm_set_waveform_might_sleep()
/linux/drivers/media/radio/si4713/
H A Dsi4713.c651 return -EDOM; in si4713_tx_tune_measure()

12