Searched refs:RESERVE (Results 1 - 22 of 22) sorted by relevance

/linux-4.4.14/drivers/input/joystick/
H A Dwalkera0701.c17 #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.4.14/drivers/usb/storage/
H A Ddebug.c78 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.4.14/drivers/target/
H A Dtarget_core_pr.c140 * From spc4r17 5.7.3 Exceptions to SPC-2 RESERVE and RELEASE target_check_scsi2_reservation_conflict()
143 * A RESERVE(6) or RESERVE(10) command shall complete with GOOD target_check_scsi2_reservation_conflict()
156 * In all other cases, a RESERVE(6) command, RESERVE(10) command, target_check_scsi2_reservation_conflict()
177 * If a logical unit has executed a PERSISTENT RESERVE OUT target_check_scsi2_reservation_conflict()
180 * initiator, all RESERVE commands and all RELEASE commands target_check_scsi2_reservation_conflict()
190 pr_err("Received legacy SPC-2 RESERVE/RELEASE" target_check_scsi2_reservation_conflict()
428 case RESERVE: core_scsi3_pr_seq_non_holder()
910 pr_debug("SPC-3 PR [%s] Service Action: APTPL RESERVE created" core_scsi3_aptpl_reserve()
915 pr_debug("SPC-3 PR [%s] RESERVE Node: %s%s\n", core_scsi3_aptpl_reserve()
1260 * type, then a PERSISTENT RESERVE OUT command with REGISTER core_scsi3_check_implicit_release()
1567 * For a PERSISTENT RESERVE OUT specify initiator ports payload, core_scsi3_decode_spec_i_port()
2232 * nexus on which the PERSISTENT RESERVE OUT command was core_scsi3_emulate_pro_register()
2308 " PR_REGISTERED *pr_reg for RESERVE\n"); core_scsi3_pro_reserve()
2315 * a PERSISTENT RESERVE OUT command with RESERVE service action through core_scsi3_pro_reserve()
2321 pr_err("SPC-3 PR RESERVE: Received res_key: 0x%016Lx" core_scsi3_pro_reserve()
2353 * If the device server receives a PERSISTENT RESERVE OUT core_scsi3_pro_reserve()
2362 pr_err("SPC-3 PR: Attempted RESERVE from" core_scsi3_pro_reserve()
2384 pr_err("SPC-3 PR: Attempted RESERVE from" core_scsi3_pro_reserve()
2400 * If the device server receives a PERSISTENT RESERVE OUT core_scsi3_pro_reserve()
2401 * command with RESERVE service action where the TYPE field and core_scsi3_pro_reserve()
2421 pr_debug("SPC-3 PR [%s] Service Action: RESERVE created new" core_scsi3_pro_reserve()
2425 pr_debug("SPC-3 PR [%s] RESERVE Node: %s%s\n", core_scsi3_pro_reserve()
2453 pr_err("SPC-3 PR: Unknown Service Action RESERVE Type:" core_scsi3_emulate_pro_reserve()
2523 * Clear TYPE and SCOPE for the next PROUT Service Action: RESERVE __core_scsi3_complete_pro_release()
2590 * a PERSISTENT RESERVE OUT command with RELEASE service action through core_scsi3_emulate_pro_release()
2638 * RESERVE OUT command with RELEASE service action was received, core_scsi3_emulate_pro_release()
2710 * PERSISTENT RESERVE OUT command with CLEAR service action through a core_scsi3_emulate_pro_clear()
2750 * than the I_T nexus on which the PERSISTENT RESERVE OUT core_scsi3_emulate_pro_clear()
2919 * nexus on which the PERSISTENT RESERVE OUT command core_scsi3_pro_preempt()
2970 * If a PERSISTENT RESERVE OUT with a PREEMPT service action or core_scsi3_pro_preempt()
3014 * PERSISTENT RESERVE OUT with a PREEMPT service action core_scsi3_pro_preempt()
3041 * I_T nexus that is being used for the PERSISTENT RESERVE core_scsi3_pro_preempt()
3046 * the PERSISTENT RESERVE OUT command; core_scsi3_pro_preempt()
3086 * nexus on which the PERSISTENT RESERVE OUT command was core_scsi3_pro_preempt()
3316 * If a PERSISTENT RESERVE OUT command with a REGISTER AND MOVE service core_scsi3_emulate_pro_register_and_move()
3430 * If a PERSISTENT RESERVE OUT command with a REGISTER AND MOVE service core_scsi3_emulate_pro_register_and_move()
3532 * nexus on which PERSISTENT RESERVE OUT command was received. core_scsi3_emulate_pro_register_and_move()
3588 * If a logical unit has been reserved by any RESERVE command and is target_scsi3_emulate_pr_out()
3589 * still reserved by any initiator, all PERSISTENT RESERVE IN and all target_scsi3_emulate_pr_out()
3590 * PERSISTENT RESERVE OUT commands shall conflict regardless of target_scsi3_emulate_pr_out()
3830 * RESERVE IN command with READ RESERVATION service action as core_scsi3_pri_read_reservation()
4109 * If a logical unit has been reserved by any RESERVE command and is target_scsi3_emulate_pr_in()
4110 * still reserved by any initiator, all PERSISTENT RESERVE IN and all target_scsi3_emulate_pr_in()
4111 * PERSISTENT RESERVE OUT commands shall conflict regardless of target_scsi3_emulate_pr_in()
H A Dtarget_core_spc.c1312 case RESERVE: spc_parse_cdb()
1315 * The SPC-2 RESERVE does not contain a size in the SCSI CDB. spc_parse_cdb()
/linux-4.4.14/drivers/s390/char/
H A Dtape_std.h57 #define RESERVE 0xF4 /* 3420 NOP, 3480 REJECT */ macro
/linux-4.4.14/include/trace/events/
H A Dtarget.h33 scsi_opcode_name(RESERVE), \
H A Dscsi.h31 scsi_opcode_name(RESERVE), \
/linux-4.4.14/include/scsi/
H A Dscsi_proto.h34 #define RESERVE 0x16 macro
/linux-4.4.14/drivers/usb/image/
H A Dmicrotek.c245 case RESERVE: what = "RESERVE"; break; mts_show_command()
/linux-4.4.14/tools/lib/traceevent/
H A Dplugin_scsi.c29 #define RESERVE 0x16 macro
/linux-4.4.14/drivers/scsi/
H A Dgdth.c1882 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 Dmegaraid.c859 case RESERVE: /* Fall through */ mega_build_cmd()
879 scb->raw_mbox[2] = ( *cmd->cmnd == RESERVE ) ? mega_build_cmd()
1626 (cmd->cmnd[0] == RESERVE || mega_cmd_done()
H A Dscsi_debug.c412 {0, 0x16, 0, F_D_OUT, NULL, NULL, /* RESERVE(6) */
474 {1, 0x56, 0, F_D_OUT, NULL, reserve_iarr, /* RESERVE(10) */
H A Din2000.c279 case RESERVE: is_dir_out()
H A Dips.c3664 case RESERVE: ips_send_cmd()
3932 case RESERVE: ips_chkstatus()
/linux-4.4.14/drivers/staging/rts5208/
H A Drtsx_scsi.c86 case RESERVE: scsi_show_command()
87 what = "RESERVE"; scsi_show_command()
225 what = "RESERVE TRACK"; scsi_show_command()
/linux-4.4.14/drivers/scsi/megaraid/
H A Dmegaraid_mbox.c1753 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.4.14/drivers/usb/gadget/function/
H A Df_mass_storage.c2066 * for anyone interested to implement RESERVE and RELEASE in terms do_scsi_command()
2071 case RESERVE: do_scsi_command()
/linux-4.4.14/drivers/scsi/aacraid/
H A Daachba.c2776 case RESERVE: aac_scsi_cmd()
/linux-4.4.14/drivers/scsi/arm/
H A Dacornscsi.c603 case FORMAT_UNIT: case REASSIGN_BLOCKS: case RESERVE: acornscsi_datadirection()
/linux-4.4.14/drivers/message/fusion/
H A Dmptscsih.c2874 case RESERVE: mptscsih_do_cmd()
/linux-4.4.14/mm/
H A Dpage_alloc.c2063 * offlined but treat RESERVE as movable pages so we can get those free_hot_cold_page()

Completed in 493 milliseconds