/drivers/acpi/acpica/ |
D | utexcep.c | 32 const struct acpi_exception_info *exception; in acpi_format_exception() local 36 exception = acpi_ut_validate_exception(status); in acpi_format_exception() 37 if (!exception) { in acpi_format_exception() 47 return (exception->name); in acpi_format_exception() 68 const struct acpi_exception_info *exception = NULL; in ACPI_EXPORT_SYMBOL() local 81 exception = &acpi_gbl_exception_names_env[sub_status]; in ACPI_EXPORT_SYMBOL() 88 exception = &acpi_gbl_exception_names_pgm[sub_status]; in ACPI_EXPORT_SYMBOL() 95 exception = &acpi_gbl_exception_names_tbl[sub_status]; in ACPI_EXPORT_SYMBOL() 102 exception = &acpi_gbl_exception_names_aml[sub_status]; in ACPI_EXPORT_SYMBOL() 109 exception = &acpi_gbl_exception_names_ctrl[sub_status]; in ACPI_EXPORT_SYMBOL() [all …]
|
/drivers/s390/char/ |
D | tape_3590.c | 959 char *exception, *service; in tape_3590_print_mim_msg_f0() local 961 exception = kmalloc(BUFSIZE, GFP_ATOMIC); in tape_3590_print_mim_msg_f0() 964 if (!exception || !service) in tape_3590_print_mim_msg_f0() 971 snprintf(exception, BUFSIZE, "Data degraded"); in tape_3590_print_mim_msg_f0() 974 snprintf(exception, BUFSIZE, "Data degraded in partition %i", in tape_3590_print_mim_msg_f0() 978 snprintf(exception, BUFSIZE, "Medium degraded"); in tape_3590_print_mim_msg_f0() 981 snprintf(exception, BUFSIZE, "Medium degraded in partition %i", in tape_3590_print_mim_msg_f0() 985 snprintf(exception, BUFSIZE, "Block 0 Error"); in tape_3590_print_mim_msg_f0() 988 snprintf(exception, BUFSIZE, "Medium Exception 0x%02x", in tape_3590_print_mim_msg_f0() 992 snprintf(exception, BUFSIZE, "0x%02x", in tape_3590_print_mim_msg_f0() [all …]
|
/drivers/scsi/ |
D | mesh.c | 316 mr->exception, mr->error, mr->intr_mask, mr->interrupt, in mesh_dump_regs() 368 out_8(&mr->exception, 0xff); /* clear all exception bits */ in mesh_init() 446 MKWORD(mr->interrupt, mr->exception, mr->error, mr->fifo_count)); in mesh_start_cmd() 458 MKWORD(mr->interrupt, mr->exception, in mesh_start_cmd() 465 MKWORD(mr->interrupt, mr->exception, in mesh_start_cmd() 503 MKWORD(mr->interrupt, mr->exception, in mesh_start_cmd() 509 MKWORD(mr->interrupt, mr->exception, in mesh_start_cmd() 521 MKWORD(mr->interrupt, mr->exception, mr->error, mr->fifo_count)); in mesh_start_cmd() 526 MKWORD(mr->interrupt, mr->exception, mr->error, mr->fifo_count)); in mesh_start_cmd() 537 MKWORD(mr->interrupt, mr->exception, mr->error, mr->fifo_count)); in mesh_start_cmd() [all …]
|
D | mesh.h | 30 unsigned char exception; member
|
/drivers/net/ethernet/freescale/fman/ |
D | fman_tgec.c | 288 static int get_exception_flag(enum fman_mac_exceptions exception) in get_exception_flag() argument 292 switch (exception) { in get_exception_flag() 658 enum fman_mac_exceptions exception, bool enable) in tgec_set_exception() argument 666 bit_mask = get_exception_flag(exception); in tgec_set_exception()
|
D | fman_tgec.h | 50 enum fman_mac_exceptions exception, bool enable);
|
D | fman_memac.h | 57 enum fman_mac_exceptions exception, bool enable);
|
D | fman_dtsec.h | 54 enum fman_mac_exceptions exception, bool enable);
|
D | fman_dtsec.c | 601 static int get_exception_flag(enum fman_mac_exceptions exception) in get_exception_flag() argument 605 switch (exception) { in get_exception_flag() 1332 enum fman_mac_exceptions exception, bool enable) in dtsec_set_exception() argument 1340 if (exception != FM_MAC_EX_1G_1588_TS_RX_ERR) { in dtsec_set_exception() 1341 bit_mask = get_exception_flag(exception); in dtsec_set_exception() 1362 switch (exception) { in dtsec_set_exception()
|
D | mac.h | 78 enum fman_mac_exceptions exception, bool enable);
|
D | fman.c | 575 enum fman_exceptions exception) in fman_exceptions() argument 578 __func__, fman->state->fm_id, exception); in fman_exceptions() 976 enum fman_exceptions exception, bool enable) in set_exception() argument 980 switch (exception) { in set_exception() 1461 static u32 get_exception_flag(enum fman_exceptions exception) in get_exception_flag() argument 1465 switch (exception) { in get_exception_flag() 2041 enum fman_exceptions exception, bool enable) in fman_set_exception() argument 2048 bit_mask = get_exception_flag(exception); in fman_set_exception() 2056 __func__, exception); in fman_set_exception() 2060 return set_exception(fman, exception, enable); in fman_set_exception()
|
D | fman_memac.c | 615 static int get_exception_flag(enum fman_mac_exceptions exception) in get_exception_flag() argument 619 switch (exception) { in get_exception_flag() 1005 enum fman_mac_exceptions exception, bool enable) in memac_set_exception() argument 1012 bit_mask = get_exception_flag(exception); in memac_set_exception()
|
D | fman.h | 291 enum fman_exceptions exception);
|
/drivers/platform/surface/aggregator/ |
D | Kconfig | 12 and newer, with exception of Surface Go series devices).
|
/drivers/md/ |
D | Makefile | 15 dm-snapshot-y += dm-snap.o dm-exception-store.o dm-snap-transient.o \
|
/drivers/firmware/ |
D | Kconfig | 181 Intel Stratix10 service layer runs at privileged exception level, 184 software at secure monitor exception level.
|
/drivers/net/ipa/ |
D | ipa_endpoint.c | 59 u8 exception; /* enum ipa_status_exception */ member 1270 if (status->exception) in ipa_endpoint_status_drop() 1271 return status->exception == IPA_STATUS_EXCEPTION_DEAGGR; in ipa_endpoint_status_drop()
|
/drivers/pinctrl/bcm/ |
D | Kconfig | 142 configuration, with the exception that certain individual pins
|
/drivers/staging/media/atomisp/ |
D | TODO | 30 The only exception is the atomisp-ov2880, which has a hack inside it
|
/drivers/hwtracing/coresight/ |
D | Kconfig | 145 exception level, etc. Before use debugging functionality, platform
|
/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/ |
D | com.fuc | 290 // $r2 will be used to store exception data 339 // store exception data in SCRATCH0/SCRATCH1, signal hostirq
|
/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
D | gpc.fuc | 63 // reports an exception to the host
|
D | hub.fuc | 50 // reports an exception to the host
|
/drivers/char/hw_random/ |
D | Kconfig | 534 higher exception levels (firmware, hypervisor). Uses SMCCC for
|
/drivers/atm/ |
D | zatm.c | 318 static void exception(struct atm_vcc *vcc)
|