| /linux/include/linux/ | 
| H A D | sonypi.h | 29 #define SONYPI_COMMAND_GETCAMERA		 1	/* obsolete */31 #define SONYPI_COMMAND_GETCAMERABRIGHTNESS	 3	/* obsolete */
 33 #define SONYPI_COMMAND_GETCAMERACONTRAST	 5	/* obsolete */
 35 #define SONYPI_COMMAND_GETCAMERAHUE		 7	/* obsolete */
 37 #define SONYPI_COMMAND_GETCAMERACOLOR		 9	/* obsolete */
 39 #define SONYPI_COMMAND_GETCAMERASHARPNESS	11	/* obsolete */
 41 #define SONYPI_COMMAND_GETCAMERAPICTURE		13	/* obsolete */
 43 #define SONYPI_COMMAND_GETCAMERAAGC		15	/* obsolete */
 45 #define SONYPI_COMMAND_GETCAMERADIRECTION	17	/* obsolete */
 46 #define SONYPI_COMMAND_GETCAMERAROMVERSION	18	/* obsolete */
 [all …]
 
 | 
| H A D | hw_random.h | 26  *			there is always data available.  *OBSOLETE*29  *			Must not be NULL.    *OBSOLETE*
 
 | 
| H A D | syscalls.h | 295  * followed by deprecated or obsolete system calls.1115 /* obsolete */
 1119 /* obsolete */
 1139 /* obsolete */
 1142 /* obsolete */
 1148 /* obsolete */
 1151 /* obsolete */
 1178 /* obsolete */
 1181 /* obsolete */
 1191 /* obsolete */
 [all …]
 
 | 
| /linux/include/uapi/linux/ | 
| H A D | hdreg.h | 339 #define HDIO_OBSOLETE_IDENTITY	0x0307	/* OBSOLETE, DO NOT USE: returns 142 bytes */400 	unsigned short	config;		/* lots of obsolete bit flags */
 401 	unsigned short	cyls;		/* Obsolete, "physical" cyls */
 403 	unsigned short	heads;		/* Obsolete, "physical" heads */
 406 	unsigned short	sectors;	/* Obsolete, "physical" sectors per track */
 429 	unsigned char	vendor5;	/* Obsolete, vendor unique */
 430 	unsigned char	tPIO;		/* Obsolete, 0=slow, 1=medium, 2=fast */
 431 	unsigned char	vendor6;	/* Obsolete, vendor unique */
 432 	unsigned char	tDMA;		/* Obsolete, 0=slow, 1=medium, 2=fast */
 438 	unsigned short	cur_cyls;	/* Obsolete, logical cylinders */
 [all …]
 
 | 
| H A D | uhid.h | 115  * All these commands and requests are obsolete. You should avoid using them in128 /* Obsolete! Use UHID_CREATE2. */
 143 /* Obsolete! Use UHID_INPUT2. */
 149 /* Obsolete! Kernel uses UHID_OUTPUT exclusively now. */
 156 /* Obsolete! Kernel uses ABI compatible UHID_GET_REPORT. */
 163 /* Obsolete! Use ABI compatible UHID_GET_REPORT_REPLY. */
 
 | 
| H A D | sound.h | 18 /* #define SND_DEV_STATUS	6 */	/* /dev/sndstat (obsolete) */27 #define SND_DEV_ADSP		12	/* Like /dev/dsp (obsolete) */
 28 #define SND_DEV_AMIDI		13	/* Like /dev/midi (obsolete) */
 
 | 
| H A D | ultrasound.h | 33  *		_GUS_VOICESAMPLE- ************ OBSOLETE *************55 #define _GUS_VOICESAMPLE	0x01	/* OBSOLETE */
 85 …ine GUS_VOICESAMPLE(chn, voice, p1)		_GUS_CMD(chn, voice, _GUS_VOICESAMPLE, (p1), 0)	/* OBSOLETE */
 
 | 
| H A D | kd.h | 47 #define		KD_TEXT0	0x02	/* obsolete */48 #define		KD_TEXT1	0x03	/* obsolete */
 180 #define KD_FONT_OP_COPY		3	/* Obsolete, do not use */
 
 | 
| H A D | loop.h | 43 	int		   lo_encrypt_type;		/* obsolete, ignored */59 	__u32		   lo_encrypt_type;		/* obsolete, ignored */
 
 | 
| H A D | soundcard.h | 135 #define SNDCTL_FM_LOAD_INSTR		_SIOW ('Q', 7, struct sbi_instrument)	/* Obsolete. Don't use!!!!!! */340 #define SEQ_DRUMON		6	/*** OBSOLETE ***/
 341 #define SEQ_DRUMOFF		7	/*** OBSOLETE ***/
 420 #define    CTRL_EXPRESSION		253	/* Obsolete */
 421 #define    CTRL_MAIN_VOLUME		252	/* Obsolete */
 463 #define SEQ_EXTENDED		0xff	/* Extended events (8 bytes) OBSOLETE */
 499 		int	nr_drums;	/* Obsolete field */
 845 /* Obsolete macros */
 869 /* Obsolete macros */
 899 /* Obsolete macros */
 [all …]
 
 | 
| H A D | shm.h | 27 /* Obsolete, used only for backwards compatibility and libc5 compiles */92 /* Obsolete, used only for backwards compatibility */
 
 | 
| /linux/fs/freevxfs/ | 
| H A D | vxfs.h | 57 	__fs32		vs_old_logstart;	/* obsolete */58 	__fs32		vs_old_logend;		/* obsolete */
 62 	__fs32		vs_old_ninode;		/* obsolete */
 63 	__fs32		vs_old_nau;		/* obsolete */
 65 	__fs32		vs_old_defiextsize;	/* obsolete */
 66 	__fs32		vs_old_ilbsize;		/* obsolete */
 89 	__fs32		vs_old_inopau;		/* obsolete */
 90 	__fs32		vs_old_inopilb;		/* obsolete */
 91 	__fs32		vs_old_ndiripau;	/* obsolete */
 
 | 
| /linux/arch/powerpc/xmon/ | 
| H A D | ansidecl.h | 21    CONST is also defined, but is obsolete.  Just use const.39    obsolete --     EXFUN (name, (prototype))	-- obsolete.
 63 	obsolete; new code should be written to use PARAMS.
 
 | 
| /linux/drivers/net/wireless/ti/wl1251/ | 
| H A D | cmd.h | 58 	CMD_RADIO_CALIBRATE     = 25,   /* OBSOLETE */59 	CMD_ENABLE_RX_PATH      = 27,   /* OBSOLETE */
 245 	u8 tx_ctrl_frame_rate; /* OBSOLETE */
 246 	u8 tx_ctrl_frame_mod;  /* OBSOLETE */
 261 	u8 tx_mgt_frame_rate; /* OBSOLETE */
 262 	u8 tx_mgt_frame_mod;  /* OBSOLETE */
 
 | 
| /linux/Documentation/netlink/specs/ | 
| H A D | conntrack.yaml | 438         doc: obsolete488         doc: obsolete
 497         doc: obsolete
 502         doc: obsolete
 507         doc: obsolete
 512         doc: obsolete
 517         doc: obsolete
 
 | 
| /linux/Documentation/arch/x86/ | 
| H A D | zero-page.rst | 23 080/010		ALL	hd0_info		hd0 disk parameter, OBSOLETE!!24 090/010		ALL	hd1_info		hd1 disk parameter, OBSOLETE!!
 26 						OBSOLETE!!
 
 | 
| /linux/Documentation/userspace-api/gpio/ | 
| H A D | index.rst | 11     Obsolete Userspace APIs <obsolete>
 | 
| /linux/Documentation/admin-guide/gpio/ | 
| H A D | index.rst | 14     Obsolete APIs <obsolete>
 | 
| /linux/kernel/ | 
| H A D | sys_ni.c | 35  * Architecture specific entries go below, followed by deprecated or obsolete359 /* obsolete: SGETMASK_SYSCALL */
 363 /* obsolete: SYSFS_SYSCALL */
 366 /* obsolete: __ARCH_WANT_SYS_IPC */
 370 /* obsolete: UID16 */
 
 | 
| /linux/Documentation/arch/arm/ | 
| H A D | setup.rst | 30    This is now obsolete, and should not be used.72    These are now obsolete, and should not be used.
 105    These are now obsolete, and should not be used.
 
 | 
| /linux/include/uapi/mtd/ | 
| H A D | mtd-abi.h | 163 /* Obsolete ECC byte placement modes (used with obsolete MEMGETOOBSEL) */182 	__u64 padding;	/* Old obsolete field; do not use */
 265  * Obsolete legacy interface. Keep it in order not to break userspace
 283  * OBSOLETE: ECC layout control structure. Exported to user-space via ioctl
 
 | 
| /linux/fs/jffs2/ | 
| H A D | nodemgmt.c | 476 		   So mark it obsolete now that there's going to be another node  in jffs2_do_reserve_space()519 	/* Allow non-obsolete nodes only to be added at the end of c->nextblock,   in jffs2_add_physical_node_ref()
 520 	   if c->nextblock is set. Note that wbuf.c will file obsolete nodes  in jffs2_add_physical_node_ref()
 600 		jffs2_dbg(1, "%s(): called with already obsolete node at 0x%08x\n",  in jffs2_mark_node_obsolete()
 618 		   happening, or protect against people holding an obsolete  in jffs2_mark_node_obsolete()
 688 		   obliterate nodes that look obsolete. If they weren't  in jffs2_mark_node_obsolete()
 689 		   marked obsolete on the flash at the time they _became_  in jffs2_mark_node_obsolete()
 690 		   obsolete, there was probably a reason for that. */  in jffs2_mark_node_obsolete()
 758 	/* The erase_free_sem is locked, and has been since before we marked the node obsolete  in jffs2_mark_node_obsolete()
 782 		jffs2_dbg(1, "Node at 0x%08x was already marked obsolete (nodetype 0x%04x)\n",  in jffs2_mark_node_obsolete()
 [all …]
 
 | 
| H A D | README.Locking | 25 nodes to an inode may obsolete old ones, and by holding the alloc_sem91 obsolete one.
 124 This mutex is only used by the erase code which frees obsolete node
 
 | 
| /linux/Documentation/arch/arm64/ | 
| H A D | legacy_instructions.rst | 40 while obsolete instructions must be undefined by default.50 :Status: Obsolete
 
 | 
| /linux/arch/s390/kernel/ | 
| H A D | compat_ptrace.h | 12 	__u32 bits;		/* Obsolete software bits */34 	u32  ieee_instruction_pointer;	/* obsolete, always 0 */
 
 |