/linux-4.1.27/drivers/input/joystick/ |
H A D | walkera0701.c | 17 #define RESERVE 20000 macro 153 if (abs(pulse_time - SYNC_PULSE) < RESERVE) /* new frame sync */ walkera0701_irq_handler() 156 if ((pulse_time > (ANALOG_MIN_PULSE - RESERVE) walkera0701_irq_handler() 157 && (pulse_time < (ANALOG_MAX_PULSE + RESERVE)))) { walkera0701_irq_handler() 158 pulse_time -= (ANALOG_MIN_PULSE - RESERVE); walkera0701_irq_handler() 165 RESERVE + BIN1_PULSE - BIN0_PULSE) /* frame sync .. */ walkera0701_irq_handler()
|
/linux-4.1.27/drivers/usb/storage/ |
H A D | debug.c | 78 case RESERVE: what = "RESERVE"; break; usb_stor_show_command() 126 case GPCMD_RESERVE_RZONE_TRACK: what = "RESERVE TRACK"; break; usb_stor_show_command()
|
/linux-4.1.27/drivers/target/ |
H A D | target_core_pr.c | 142 * From spc4r17 5.7.3 Exceptions to SPC-2 RESERVE and RELEASE target_check_scsi2_reservation_conflict() 145 * A RESERVE(6) or RESERVE(10) command shall complete with GOOD target_check_scsi2_reservation_conflict() 158 * In all other cases, a RESERVE(6) command, RESERVE(10) command, target_check_scsi2_reservation_conflict() 179 * If a logical unit has executed a PERSISTENT RESERVE OUT target_check_scsi2_reservation_conflict() 182 * initiator, all RESERVE commands and all RELEASE commands target_check_scsi2_reservation_conflict() 192 pr_err("Received legacy SPC-2 RESERVE/RELEASE" target_check_scsi2_reservation_conflict() 435 case RESERVE: core_scsi3_pr_seq_non_holder() 884 pr_debug("SPC-3 PR [%s] Service Action: APTPL RESERVE created" core_scsi3_aptpl_reserve() 889 pr_debug("SPC-3 PR [%s] RESERVE Node: %s%s\n", core_scsi3_aptpl_reserve() 1206 * type, then a PERSISTENT RESERVE OUT command with REGISTER core_scsi3_check_implicit_release() 1507 * For a PERSISTENT RESERVE OUT specify initiator ports payload, core_scsi3_decode_spec_i_port() 2175 * nexus on which the PERSISTENT RESERVE OUT command was core_scsi3_emulate_pro_register() 2251 " PR_REGISTERED *pr_reg for RESERVE\n"); core_scsi3_pro_reserve() 2258 * a PERSISTENT RESERVE OUT command with RESERVE service action through core_scsi3_pro_reserve() 2264 pr_err("SPC-3 PR RESERVE: Received res_key: 0x%016Lx" core_scsi3_pro_reserve() 2296 * If the device server receives a PERSISTENT RESERVE OUT core_scsi3_pro_reserve() 2305 pr_err("SPC-3 PR: Attempted RESERVE from" core_scsi3_pro_reserve() 2327 pr_err("SPC-3 PR: Attempted RESERVE from" core_scsi3_pro_reserve() 2343 * If the device server receives a PERSISTENT RESERVE OUT core_scsi3_pro_reserve() 2344 * command with RESERVE service action where the TYPE field and core_scsi3_pro_reserve() 2364 pr_debug("SPC-3 PR [%s] Service Action: RESERVE created new" core_scsi3_pro_reserve() 2368 pr_debug("SPC-3 PR [%s] RESERVE Node: %s%s\n", core_scsi3_pro_reserve() 2396 pr_err("SPC-3 PR: Unknown Service Action RESERVE Type:" core_scsi3_emulate_pro_reserve() 2466 * Clear TYPE and SCOPE for the next PROUT Service Action: RESERVE __core_scsi3_complete_pro_release() 2533 * a PERSISTENT RESERVE OUT command with RELEASE service action through core_scsi3_emulate_pro_release() 2581 * RESERVE OUT command with RELEASE service action was received, core_scsi3_emulate_pro_release() 2653 * PERSISTENT RESERVE OUT command with CLEAR service action through a core_scsi3_emulate_pro_clear() 2693 * than the I_T nexus on which the PERSISTENT RESERVE OUT core_scsi3_emulate_pro_clear() 2862 * nexus on which the PERSISTENT RESERVE OUT command core_scsi3_pro_preempt() 2913 * If a PERSISTENT RESERVE OUT with a PREEMPT service action or core_scsi3_pro_preempt() 2957 * PERSISTENT RESERVE OUT with a PREEMPT service action core_scsi3_pro_preempt() 2984 * I_T nexus that is being used for the PERSISTENT RESERVE core_scsi3_pro_preempt() 2989 * the PERSISTENT RESERVE OUT command; core_scsi3_pro_preempt() 3029 * nexus on which the PERSISTENT RESERVE OUT command was core_scsi3_pro_preempt() 3269 * If a PERSISTENT RESERVE OUT command with a REGISTER AND MOVE service core_scsi3_emulate_pro_register_and_move() 3383 * If a PERSISTENT RESERVE OUT command with a REGISTER AND MOVE service core_scsi3_emulate_pro_register_and_move() 3481 * nexus on which PERSISTENT RESERVE OUT command was received. core_scsi3_emulate_pro_register_and_move() 3537 * If a logical unit has been reserved by any RESERVE command and is target_scsi3_emulate_pr_out() 3538 * still reserved by any initiator, all PERSISTENT RESERVE IN and all target_scsi3_emulate_pr_out() 3539 * PERSISTENT RESERVE OUT commands shall conflict regardless of target_scsi3_emulate_pr_out() 3779 * RESERVE IN command with READ RESERVATION service action as core_scsi3_pri_read_reservation() 4052 * If a logical unit has been reserved by any RESERVE command and is target_scsi3_emulate_pr_in() 4053 * still reserved by any initiator, all PERSISTENT RESERVE IN and all target_scsi3_emulate_pr_in() 4054 * PERSISTENT RESERVE OUT commands shall conflict regardless of target_scsi3_emulate_pr_in()
|
H A D | target_core_spc.c | 1324 case RESERVE: spc_parse_cdb() 1327 * The SPC-2 RESERVE does not contain a size in the SCSI CDB. spc_parse_cdb()
|
/linux-4.1.27/drivers/s390/char/ |
H A D | tape_std.h | 57 #define RESERVE 0xF4 /* 3420 NOP, 3480 REJECT */ macro
|
/linux-4.1.27/include/trace/events/ |
H A D | target.h | 33 scsi_opcode_name(RESERVE), \
|
H A D | scsi.h | 31 scsi_opcode_name(RESERVE), \
|
/linux-4.1.27/drivers/usb/image/ |
H A D | microtek.c | 245 case RESERVE: what = "RESERVE"; break; mts_show_command()
|
/linux-4.1.27/tools/lib/traceevent/ |
H A D | plugin_scsi.c | 29 #define RESERVE 0x16 macro
|
/linux-4.1.27/drivers/scsi/ |
H A D | gdth.c | 1882 printk("GDT-HA %d: Error raw service (RESERVE, code %d)\n", gdth_search_drives() 2204 case RESERVE: gdth_next() 2206 TRACE2(("cache cmd %s\n",nscp->cmnd[0] == RESERVE ? gdth_next() 2207 "RESERVE" : "RELEASE")); gdth_next() 2457 else if (scp->cmnd[0] == RESERVE) gdth_fill_cache_cmd() 3359 /* RESERVE/RELEASE ? */ gdth_sync_event() 3360 if (scp->cmnd[0] == RESERVE) { gdth_sync_event()
|
H A D | megaraid.c | 859 case RESERVE: /* Fall through */ mega_build_cmd() 879 scb->raw_mbox[2] = ( *cmd->cmnd == RESERVE ) ? mega_build_cmd() 1628 (cmd->cmnd[0] == RESERVE || mega_cmd_done()
|
H A D | scsi_debug.c | 410 {0, 0x16, 0, F_D_OUT, NULL, NULL, /* RESERVE(6) */ 471 {1, 0x56, 0, F_D_OUT, NULL, reserve_iarr, /* RESERVE(10) */
|
H A D | in2000.c | 279 case RESERVE: is_dir_out()
|
H A D | ips.c | 3668 case RESERVE: ips_send_cmd() 3936 case RESERVE: ips_chkstatus()
|
/linux-4.1.27/include/scsi/ |
H A D | scsi.h | 72 #define RESERVE 0x16 macro
|
/linux-4.1.27/drivers/scsi/megaraid/ |
H A D | megaraid_mbox.c | 1753 case RESERVE: megaraid_mbox_build_cmd() 1776 ccb->raw_mbox[2] = (scp->cmnd[0] == RESERVE) ? megaraid_mbox_build_cmd() 2392 if (status == 1 && (scp->cmnd[0] == RESERVE || megaraid_mbox_dpc()
|
/linux-4.1.27/drivers/staging/rts5208/ |
H A D | rtsx_scsi.c | 86 case RESERVE: scsi_show_command() 87 what = "RESERVE"; scsi_show_command() 225 what = "RESERVE TRACK"; scsi_show_command()
|
/linux-4.1.27/drivers/usb/gadget/function/ |
H A D | f_mass_storage.c | 2066 * for anyone interested to implement RESERVE and RELEASE in terms do_scsi_command() 2071 case RESERVE: do_scsi_command()
|
/linux-4.1.27/drivers/message/fusion/ |
H A D | mptscsih.c | 2874 case RESERVE: mptscsih_do_cmd()
|
/linux-4.1.27/drivers/scsi/arm/ |
H A D | acornscsi.c | 603 case FORMAT_UNIT: case REASSIGN_BLOCKS: case RESERVE: acornscsi_datadirection()
|
/linux-4.1.27/drivers/scsi/aacraid/ |
H A D | aachba.c | 2776 case RESERVE: aac_scsi_cmd()
|
/linux-4.1.27/mm/ |
H A D | page_alloc.c | 1582 * offlined but treat RESERVE as movable pages so we can get those free_hot_cold_page()
|