| /Linux-v5.4/arch/m68k/fpsp040/ | 
| D | kernel_ex.S | 281 | Determine if the destination nan is signalling or non-signalling, 290 	btstb	#signan_bit,FPTEMP_HI(%a6) |check if signalling 291 	beqs	dst_snan		|branch if signalling 294 	fmovex FPTEMP(%a6),%fp0		|return the non-signalling nan 296 | Check the source nan.  If it is signalling, snan will be reported. 302 	btstb	#signan_bit,ETEMP_HI(%a6) |check if signalling 327 | Determine if the source nan is signalling or non-signalling, 336 	btstb	#signan_bit,ETEMP_HI(%a6) |check if signalling 337 	beqs	src_snan		|branch if signalling 339 	fmovex ETEMP(%a6),%fp0		|return the non-signalling nan
  | 
| D | x_snan.S | 4 | fpsp_snan --- FPSP handler for signalling NAN exception 167 | Set signalling nan bit 189 | Set signalling nan bit 211 | Set signalling nan bit
  | 
| /Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ | 
| D | core.h | 63 struct brcmf_fws_info;	/* firmware signalling info */ 149  *	netif stopped due to firmware signalling flow control. 169  * @fws_desc: interface specific firmware-signalling descriptor. 176  * @pend_8021x_wait: used for signalling change in count.
  | 
| D | fwsignal.c | 32  * DOC: Firmware Signalling 35  * data packets using TLV based header. This signalling layer is on top of the 131  * The PKTTAG tlv has additional bytes when firmware-signalling 137  * flags used to enable tlv signalling from firmware. 217  *	b[10]  - packet only contains signalling data. 371  * struct brcmf_fws_mac_descriptor - firmware signalling data per node/interface 536  * @fws: firmware-signalling information. 1961 	/* signalling processing result does  in brcmf_fws_hdrpull() 2375 	/* enable firmware signalling if fcmode active */  in brcmf_fws_attach()
  | 
| /Linux-v5.4/arch/x86/math-emu/ | 
| D | errors.c | 376 	int signalling, isNaN;  in real_1op_NaN()  local 382 	signalling = isNaN && !(a->sigh & 0x40000000);  in real_1op_NaN() 384 	if (!signalling) {  in real_1op_NaN() 420 	int signalling, unsupported;  in real_2op_NaN()  local 446 			signalling = !(a->sigh & b->sigh & 0x40000000);  in real_2op_NaN() 456 			signalling = !(a->sigh & 0x40000000);  in real_2op_NaN() 463 		signalling = !(b->sigh & 0x40000000);  in real_2op_NaN() 468 		signalling = 0;  in real_2op_NaN() 474 	if ((!signalling) || (control_word & CW_Invalid)) {  in real_2op_NaN() 483 		if (!signalling)  in real_2op_NaN()
  | 
| D | reg_compare.c | 92 			int signalling = 0, unsupported = 0;  in compare()  local 94 				signalling =  in compare() 101 				signalling |=  in compare() 106 			if (signalling || unsupported)  in compare()
  | 
| /Linux-v5.4/arch/nds32/include/asm/ | 
| D | fpu.h | 23  * Initially load the FPU with signalling NANS.  This bit pattern 25  * double precision, it still represents a signalling NAN.
  | 
| /Linux-v5.4/drivers/usb/host/ | 
| D | uhci-hub.c | 93 /* UHCI controllers don't automatically stop resume signalling after 20 msec, 338 			/* Reset terminates Resume signalling */  in uhci_hub_control() 360 			/* Disable terminates Resume signalling */  in uhci_hub_control() 377 				 * just skip the Resume signalling.  in uhci_hub_control()
  | 
| /Linux-v5.4/arch/arm/vfp/ | 
| D | vfpdouble.c | 203  * Propagate the NaN, setting exceptions if it is signalling. 225 		 * Contemporary mode - select the first signalling  in vfp_propagate_nan() 226 		 * NAN, or if neither are signalling, the first  in vfp_propagate_nan() 242 	 * If one was a signalling NAN, raise invalid operation.  in vfp_propagate_nan() 368 			 * Signalling NaN, or signalling on quiet NaN  in vfp_compare() 378 			 * Signalling NaN, or signalling on quiet NaN  in vfp_compare() 451 	 * If we have a signalling NaN, signal invalid operation.  in vfp_double_fcvts()
  | 
| D | vfpsingle.c | 211  * Propagate the NaN, setting exceptions if it is signalling. 233 		 * Contemporary mode - select the first signalling  in vfp_propagate_nan() 234 		 * NAN, or if neither are signalling, the first  in vfp_propagate_nan() 250 	 * If one was a signalling NAN, raise invalid operation.  in vfp_propagate_nan() 413 			 * Signalling NaN, or signalling on quiet NaN  in vfp_compare() 422 			 * Signalling NaN, or signalling on quiet NaN  in vfp_compare() 494 	 * If we have a signalling NaN, signal invalid operation.  in vfp_single_fcvtd()
  | 
| /Linux-v5.4/tools/virtio/ringtest/ | 
| D | run-on-all.sh | 14 	#It actually works ok if using signalling
  | 
| /Linux-v5.4/drivers/i2c/muxes/ | 
| D | i2c-arb-gpio-challenge.c | 40  * Use the GPIO-based signalling protocol; return -EBUSY if we fail. 83  * Release the I2C bus using the GPIO-based signalling protocol.
  | 
| /Linux-v5.4/arch/m68k/ifpsp060/ | 
| D | fskeleton.S | 126 | This is the exit point for the 060FPSP when an enabled signalling NaN exception 128 | for enabled signalling NaN exceptions. The exception stack frame is a signalling NaN
  | 
| /Linux-v5.4/drivers/net/wireless/intel/iwlwifi/fw/api/ | 
| D | rs.h | 509 /* Bit 4-5: Tx RTS BW Signalling 510  * (0) No RTS BW signalling 511  * (1) Static BW signalling 512  * (2) Dynamic BW signalling
  | 
| /Linux-v5.4/drivers/staging/vc04_services/bcm2835-camera/ | 
| D | mmal-common.h | 22 /** Special value signalling that time is not known */
  | 
| /Linux-v5.4/include/scsi/ | 
| D | scsi_transport_spi.h | 58 	enum spi_signal_type signalling;  member 89 #define spi_signalling(h)	(((struct spi_host_attrs *)(h)->shost_data)->signalling)
  | 
| /Linux-v5.4/Documentation/leds/ | 
| D | ledtrig-usbport.rst | 5 This LED trigger can be used for signalling to the user a presence of USB device
  | 
| /Linux-v5.4/Documentation/devicetree/bindings/arm/ | 
| D | pmu.yaml | 58       a PMU of this type signalling the PPI listed in the
  | 
| /Linux-v5.4/Documentation/media/uapi/v4l/ | 
| D | biblio.rst | 31 :title:     EN 300 294 "625-line television Wide Screen Signalling (WSS)" 121 :title:     ITU-R Recommendation BT.1119 "625-line television Wide Screen Signalling (WSS)"
  | 
| /Linux-v5.4/Documentation/devicetree/bindings/mmc/ | 
| D | mmc-controller.yaml | 168       enable SDIO IRQ signalling on this interface 258       waiting for I/O signalling and card power supply to be stable,
  | 
| /Linux-v5.4/Documentation/scheduler/ | 
| D | completion.rst | 22 until the result is actually needed, and both the waiting and the signalling 126 with more complex outcomes, such as the timeout or signalling (_timeout(),
  | 
| /Linux-v5.4/lib/ | 
| D | Kconfig.kgdb | 94 	    0x0080 - enable signalling of processes
  | 
| /Linux-v5.4/Documentation/devicetree/bindings/spi/ | 
| D | spi-samsung.txt | 54   operate based on CS signalling.
  | 
| /Linux-v5.4/drivers/media/dvb-frontends/ | 
| D | as102_fe_types.h | 63 /* DVBH signalling available values */
  | 
| /Linux-v5.4/include/linux/mfd/ | 
| D | tmio.h | 45  * Some controllers can support SDIO IRQ signalling.
  |