Searched defs:invalid (Results 1 - 6 of 6) sorted by relevance

/drivers/input/joystick/
H A Dgrip_mp.c451 int flags, slot, invalid = 0, active = 0; local
459 invalid = 1;
468 /* Return false if invalid device code received */
469 return invalid ? 0 : 1;
/drivers/mmc/host/
H A Dmmc_spi.c1066 int invalid = 0; local
1072 invalid = 1;
1079 invalid = 1;
1082 if (invalid) {
/drivers/net/wireless/iwmc3200wifi/
H A Dcommands.c788 struct iwm_umac_invalidate_profile invalid; local
790 invalid.hdr.oid = UMAC_WIFI_IF_CMD_INVALIDATE_PROFILE;
791 invalid.hdr.buf_size =
795 invalid.reason = WLAN_REASON_UNSPECIFIED;
797 return iwm_send_wifi_if_cmd(iwm, &invalid, sizeof(invalid), 1);
H A Drx.c646 struct iwm_umac_notif_profile_invalidate *invalid; local
649 invalid = (struct iwm_umac_notif_profile_invalidate *)buf;
650 reason = le32_to_cpu(invalid->reason);
1145 IWM_ERR(iwm, "Stoping an invalid STA: %d %d\n",
1259 IWM_CRIT(iwm, "invalid source %d\n", source);
/drivers/s390/crypto/
H A Dap_bus.h84 struct ap_queue_status invalid = AP_QUEUE_STATUS_INVALID; local
85 return !(memcmp(status, &invalid, sizeof(struct ap_queue_status)));
/drivers/scsi/
H A Dses.c297 int invalid = desc[0] & 0x80; local
305 if (invalid)

Completed in 298 milliseconds