cooked            110 drivers/input/joystick/analog.c 	char cooked;
cooked            324 drivers/input/joystick/analog.c 	if (port->cooked) {
cooked            579 drivers/input/joystick/analog.c 	if (port->cooked) {
cooked            654 drivers/input/joystick/analog.c 		port->cooked = 1;
cooked            267 drivers/input/serio/hp_sdc.c 		if (hp_sdc.cooked != NULL)
cooked            268 drivers/input/serio/hp_sdc.c 			hp_sdc.cooked(irq, dev_id, status, data);
cooked            713 drivers/input/serio/hp_sdc.c 	if (hp_sdc.cooked != NULL) {
cooked            719 drivers/input/serio/hp_sdc.c 	hp_sdc.cooked = callback;
cooked            761 drivers/input/serio/hp_sdc.c 	if(hp_sdc.cooked == NULL) {
cooked            774 drivers/input/serio/hp_sdc.c 	if ((callback != hp_sdc.cooked) ||
cooked            775 drivers/input/serio/hp_sdc.c 	    (hp_sdc.cooked == NULL)) {
cooked            780 drivers/input/serio/hp_sdc.c 	hp_sdc.cooked = NULL;
cooked            843 drivers/input/serio/hp_sdc.c 	hp_sdc.cooked		= NULL;
cooked           3056 drivers/message/fusion/mptbase.c mpt_GetIocState(MPT_ADAPTER *ioc, int cooked)
cooked           3067 drivers/message/fusion/mptbase.c 	return cooked ? sc : s;
cooked            932 drivers/message/fusion/mptbase.h extern u32	 mpt_GetIocState(MPT_ADAPTER *ioc, int cooked);
cooked           5404 drivers/scsi/mpt3sas/mpt3sas_base.c mpt3sas_base_get_iocstate(struct MPT3SAS_ADAPTER *ioc, int cooked)
cooked           5410 drivers/scsi/mpt3sas/mpt3sas_base.c 	return cooked ? sc : s;
cooked           1526 drivers/scsi/mpt3sas/mpt3sas_base.h u32 mpt3sas_base_get_iocstate(struct MPT3SAS_ADAPTER *ioc, int cooked);
cooked            733 drivers/video/console/sticore.c 	struct sti_cooked_rom *cooked;
cooked            737 drivers/video/console/sticore.c 	cooked = kmalloc(sizeof *cooked, GFP_KERNEL);
cooked            738 drivers/video/console/sticore.c 	if (!cooked)
cooked            749 drivers/video/console/sticore.c 	if (!sti_cook_fonts(cooked, raw)) {
cooked            768 drivers/video/console/sticore.c 	sti->rom = cooked;
cooked            813 drivers/video/console/sticore.c 	kfree(cooked);
cooked             44 fs/efs/efs.h   	} cooked;
cooked             37 fs/efs/inode.c 	dst->cooked.ex_magic  =  (unsigned int) src->raw[0];
cooked             38 fs/efs/inode.c 	dst->cooked.ex_bn     = ((unsigned int) src->raw[1] << 16) |
cooked             41 fs/efs/inode.c 	dst->cooked.ex_length =  (unsigned int) src->raw[4];
cooked             42 fs/efs/inode.c 	dst->cooked.ex_offset = ((unsigned int) src->raw[5] << 16) |
cooked            133 fs/efs/inode.c 		if (i < in->numextents && in->extents[i].cooked.ex_magic != 0) {
cooked            188 fs/efs/inode.c 	start  = ptr->cooked.ex_bn;
cooked            189 fs/efs/inode.c 	length = ptr->cooked.ex_length;
cooked            190 fs/efs/inode.c 	offset = ptr->cooked.ex_offset;
cooked            242 fs/efs/inode.c 	direxts = in->extents[0].cooked.ex_offset;
cooked            257 fs/efs/inode.c 			ibase += in->extents[dirext].cooked.ex_length *
cooked            270 fs/efs/inode.c 		iblock = sb->fs_start + in->extents[dirext].cooked.ex_bn +
cooked            295 fs/efs/inode.c 		if (ext.cooked.ex_magic != 0) {
cooked            278 include/linux/hp_sdc.h 	hp_sdc_irqhook	*timer, *reg, *hil, *pup, *cooked;