/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | perf_cpum_cf_common.c | 30 .alert = ATOMIC64_INIT(0), 40 unsigned int alert, unsigned long unused) in cpumf_measurement_alert() 44 if (!(alert & CPU_MF_INT_CF_MASK)) in cpumf_measurement_alert() 55 /* counter authorization change alert */ in cpumf_measurement_alert() 56 if (alert & CPU_MF_INT_CF_CACA) in cpumf_measurement_alert() 59 /* loss of counter data alert */ in cpumf_measurement_alert() 60 if (alert & CPU_MF_INT_CF_LCDA) in cpumf_measurement_alert() 63 /* loss of MT counter data alert */ in cpumf_measurement_alert() 64 if (alert & CPU_MF_INT_CF_MTDA) in cpumf_measurement_alert() 68 /* store alert fo in cpumf_measurement_alert() 39 cpumf_measurement_alert(struct ext_code ext_code, unsigned int alert, unsigned long unused) cpumf_measurement_alert() argument 131 unsigned long alert; kernel_cpumcf_alert() local [all...] |
H A D | perf_cpum_sf.c | 81 unsigned long alert_mark; /* index of SDB of alert request position */ 388 * Control indicator to trigger a measurement-alert to harvest in allocate_buffers() 390 * measurement alert interrupt fires quick enough to handle in allocate_buffers() 393 * Currently there is no need for setup alert request on every in allocate_buffers() 1384 * the point of alert indicator. And ignore the SDBs which are not 1388 * 2. Remove alert indicator in the buffer. 1409 /* Remove alert indicators in the buffer */ in aux_output_end() 1448 "%s: range %ld head %ld alert %ld empty %ld\n", in aux_output_begin() 1464 /* Set alert indicator */ in aux_output_begin() 1476 debug_sprintf_event(sfdbg, 6, "%s: head %ld alert in aux_output_begin() 2061 cpumf_measurement_alert(struct ext_code ext_code, unsigned int alert, unsigned long unused) cpumf_measurement_alert() argument [all...] |
/kernel/linux/linux-5.10/drivers/i2c/ |
H A D | i2c-smbus.c | 21 struct work_struct alert; member 50 if (driver->alert) in smbus_do_alert() 51 driver->alert(client, data->type, data->data); in smbus_do_alert() 53 dev_warn(&client->dev, "no driver alert()!\n"); in smbus_do_alert() 55 dev_dbg(&client->dev, "alert with no driver\n"); in smbus_do_alert() 63 * The alert IRQ handler needs to hand work off to a task which can issue 68 struct i2c_smbus_alert *alert = d; in smbus_alert() local 71 ara = alert->ara; in smbus_alert() 96 /* Notify driver for the device which issued the alert */ in smbus_alert() 106 struct i2c_smbus_alert *alert; in smbalert_work() local 119 struct i2c_smbus_alert *alert; smbalert_probe() local 157 struct i2c_smbus_alert *alert = i2c_get_clientdata(ara); smbalert_remove() local 192 struct i2c_smbus_alert *alert = i2c_get_clientdata(ara); i2c_handle_smbus_alert() local [all...] |
/kernel/linux/linux-6.6/drivers/i2c/ |
H A D | i2c-smbus.c | 21 struct work_struct alert; member 50 if (driver->alert) in smbus_do_alert() 51 driver->alert(client, data->type, data->data); in smbus_do_alert() 53 dev_warn(&client->dev, "no driver alert()!\n"); in smbus_do_alert() 55 dev_dbg(&client->dev, "alert with no driver\n"); in smbus_do_alert() 63 * The alert IRQ handler needs to hand work off to a task which can issue 68 struct i2c_smbus_alert *alert = d; in smbus_alert() local 71 ara = alert->ara; in smbus_alert() 96 /* Notify driver for the device which issued the alert */ in smbus_alert() 106 struct i2c_smbus_alert *alert; in smbalert_work() local 118 struct i2c_smbus_alert *alert; smbalert_probe() local 157 struct i2c_smbus_alert *alert = i2c_get_clientdata(ara); smbalert_remove() local 191 struct i2c_smbus_alert *alert = i2c_get_clientdata(ara); i2c_handle_smbus_alert() local [all...] |
/kernel/linux/linux-6.6/net/handshake/ |
H A D | alert.c | 41 u8 alert[2]; in tls_alert_send() local 46 alert[0] = level; in tls_alert_send() 47 alert[1] = description; in tls_alert_send() 48 iov.iov_base = alert; in tls_alert_send() 49 iov.iov_len = sizeof(alert); in tls_alert_send()
|
H A D | Makefile | 11 handshake-y := alert.o genl.o netlink.o request.o tlshd.o trace.o
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | smu7_thermal.c | 306 * Set the requested temperature range for high and low alert signals 309 * @param range Temperature range to be programmed for high and low alert signals 367 uint32_t alert; in smu7_thermal_enable_alert() local 369 alert = PHM_READ_VFPF_INDIRECT_FIELD(hwmgr->device, CGS_IND_REG__SMC, in smu7_thermal_enable_alert() 371 alert &= ~(SMU7_THERMAL_HIGH_ALERT_MASK | SMU7_THERMAL_LOW_ALERT_MASK); in smu7_thermal_enable_alert() 373 CG_THERMAL_INT, THERM_INT_MASK, alert); in smu7_thermal_enable_alert() 385 uint32_t alert; in smu7_thermal_disable_alert() local 387 alert = PHM_READ_VFPF_INDIRECT_FIELD(hwmgr->device, CGS_IND_REG__SMC, in smu7_thermal_disable_alert() 389 alert |= (SMU7_THERMAL_HIGH_ALERT_MASK | SMU7_THERMAL_LOW_ALERT_MASK); in smu7_thermal_disable_alert() 391 CG_THERMAL_INT, THERM_INT_MASK, alert); in smu7_thermal_disable_alert() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | smu7_thermal.c | 312 * smu7_thermal_set_temperature_range - Set the requested temperature range for high and low alert signals 315 * @low_temp: Temperature to be programmed for high alert signals 316 * @high_temp: Temperature to be programmed for low alert signals 374 uint32_t alert; in smu7_thermal_enable_alert() local 376 alert = PHM_READ_VFPF_INDIRECT_FIELD(hwmgr->device, CGS_IND_REG__SMC, in smu7_thermal_enable_alert() 378 alert &= ~(SMU7_THERMAL_HIGH_ALERT_MASK | SMU7_THERMAL_LOW_ALERT_MASK); in smu7_thermal_enable_alert() 380 CG_THERMAL_INT, THERM_INT_MASK, alert); in smu7_thermal_enable_alert() 392 uint32_t alert; in smu7_thermal_disable_alert() local 394 alert = PHM_READ_VFPF_INDIRECT_FIELD(hwmgr->device, CGS_IND_REG__SMC, in smu7_thermal_disable_alert() 396 alert | in smu7_thermal_disable_alert() [all...] |
/kernel/linux/linux-6.6/drivers/regulator/ |
H A D | rt6190-regulator.c | 141 /* cleared cached alert event */ in rt6190_out_disable() 322 unsigned int alert; in rt6190_irq_handler() local 325 ret = regmap_read(data->regmap, RT6190_REG_ALERT1, &alert); in rt6190_irq_handler() 329 /* Write clear alert events */ in rt6190_irq_handler() 330 ret = regmap_write(data->regmap, RT6190_REG_ALERT1, alert); in rt6190_irq_handler() 334 data->cached_alert_evt |= alert; in rt6190_irq_handler() 336 if (alert & RT6190_ALERT_OTPEVT) in rt6190_irq_handler() 339 if (alert & RT6190_ALERT_UVPEVT) in rt6190_irq_handler() 342 if (alert & RT6190_ALERT_OVPEVT) in rt6190_irq_handler() 360 /* Mask unused alert */ in rt6190_init_registers() [all...] |
/kernel/linux/linux-5.10/drivers/usb/typec/tcpm/ |
H A D | tcpci_rt1711h.c | 158 u16 alert; in rt1711h_irq() local 165 ret = rt1711h_read16(chip, TCPC_ALERT, &alert); in rt1711h_irq() 169 if (alert & TCPC_ALERT_CC_STATUS) { in rt1711h_irq()
|
/kernel/linux/linux-6.6/drivers/memory/ |
H A D | emif.c | 339 u32 alert = 0, interval, devcnt; in get_temp_alert_config() local 349 alert |= (interval << TA_REFINTERVAL_SHIFT); in get_temp_alert_config() 358 alert |= devcnt << TA_DEVCNT_SHIFT; in get_temp_alert_config() 361 alert |= (sdram_io_width - 2) << TA_DEVWDT_SHIFT; in get_temp_alert_config() 363 alert |= 1 << TA_SFEXITEN_SHIFT; in get_temp_alert_config() 364 alert |= 1 << TA_CS0EN_SHIFT; in get_temp_alert_config() 365 alert |= (cs1_used ? 1 : 0) << TA_CS1EN_SHIFT; in get_temp_alert_config() 367 return alert; in get_temp_alert_config() 495 * alert interrupt. Temperature alert ca [all...] |
/kernel/linux/linux-6.6/drivers/i2c/busses/ |
H A D | i2c-stm32f7.c | 285 * struct stm32f7_i2c_alert - SMBus alert specific data 327 * @alert: SMBus alert specific data 359 struct stm32f7_i2c_alert *alert; member 1648 dev_dbg(dev, "<%s>: SMBus alert received\n", __func__); in stm32f7_i2c_isr_error() 1650 i2c_handle_smbus_alert(i2c_dev->alert->ara); in stm32f7_i2c_isr_error() 2048 struct stm32f7_i2c_alert *alert; in stm32f7_i2c_enable_smbus_alert() local 2053 alert = devm_kzalloc(dev, sizeof(*alert), GFP_KERNEL); in stm32f7_i2c_enable_smbus_alert() 2054 if (!alert) in stm32f7_i2c_enable_smbus_alert() 2071 struct stm32f7_i2c_alert *alert = i2c_dev->alert; stm32f7_i2c_disable_smbus_alert() local [all...] |
/kernel/linux/linux-5.10/drivers/power/supply/ |
H A D | sbs-manager.c | 225 if (driver->alert) in sbsm_do_alert() 226 driver->alert(client, I2C_PROTOCOL_SMBUS_ALERT, 0); in sbsm_do_alert() 228 dev_warn(&client->dev, "no driver alert()!\n"); in sbsm_do_alert() 230 dev_dbg(&client->dev, "alert with no driver\n"); in sbsm_do_alert() 435 .alert = sbsm_alert,
|
/kernel/linux/linux-6.6/drivers/power/supply/ |
H A D | sbs-manager.c | 225 if (driver->alert) in sbsm_do_alert() 226 driver->alert(client, I2C_PROTOCOL_SMBUS_ALERT, 0); in sbsm_do_alert() 228 dev_warn(&client->dev, "no driver alert()!\n"); in sbsm_do_alert() 230 dev_dbg(&client->dev, "alert with no driver\n"); in sbsm_do_alert() 413 .alert = sbsm_alert,
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | net_dropmon.h | 39 struct net_dm_alert_msg alert; member
|
/kernel/linux/linux-5.10/drivers/iio/adc/ |
H A D | ina2xx-adc.c | 714 unsigned int alert; in ina2xx_conversion_ready() local 729 INA226_MASK_ENABLE, &alert); in ina2xx_conversion_ready() 730 alert &= INA226_CVRF; in ina2xx_conversion_ready() 733 INA2XX_BUS_VOLTAGE, &alert); in ina2xx_conversion_ready() 734 alert &= INA219_CNVR; in ina2xx_conversion_ready() 740 return !!alert; in ina2xx_conversion_ready()
|
/kernel/linux/linux-6.6/drivers/iio/adc/ |
H A D | ina2xx-adc.c | 717 unsigned int alert; in ina2xx_conversion_ready() local 732 INA226_MASK_ENABLE, &alert); in ina2xx_conversion_ready() 733 alert &= INA226_CVRF; in ina2xx_conversion_ready() 736 INA2XX_BUS_VOLTAGE, &alert); in ina2xx_conversion_ready() 737 alert &= INA219_CNVR; in ina2xx_conversion_ready() 743 return !!alert; in ina2xx_conversion_ready()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | net_dropmon.h | 43 struct net_dm_alert_msg alert; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | net_dropmon.h | 43 struct net_dm_alert_msg alert; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | net_dropmon.h | 48 struct net_dm_alert_msg alert; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | net_dropmon.h | 48 struct net_dm_alert_msg alert; member
|
/kernel/linux/linux-6.6/arch/s390/kvm/ |
H A D | interrupt.c | 234 * gisa_set_iam - change the GISA interruption alert mask 239 * Change the IAM atomically with the next alert address and the IPM 240 * of the GISA if the GISA is not part of the GIB alert list. All three 244 * -EBUSY in case the gisa is part of the alert list 265 * Clear the IPM atomically with the next alert address and the IAM 284 * Atomically restores the interruption alert mask if none of the 296 alert_mask = READ_ONCE(gi->alert.mask); in gisa_get_ipm_or_restore_iam() 3121 * If the NONE_GISA_ADDR is still stored in the alert list in process_gib_alert_list() 3123 * been added to the alert list by millicode while processing in process_gib_alert_list() 3124 * the current alert lis in process_gib_alert_list() [all...] |
/kernel/linux/linux-5.10/arch/s390/kvm/ |
H A D | interrupt.c | 232 * gisa_set_iam - change the GISA interruption alert mask 237 * Change the IAM atomically with the next alert address and the IPM 238 * of the GISA if the GISA is not part of the GIB alert list. All three 242 * -EBUSY in case the gisa is part of the alert list 263 * Clear the IPM atomically with the next alert address and the IAM 282 * Atomically restores the interruption alert mask if none of the 294 alert_mask = READ_ONCE(gi->alert.mask); in gisa_get_ipm_or_restore_iam() 3115 * If the NONE_GISA_ADDR is still stored in the alert list in process_gib_alert_list() 3117 * been added to the alert list by millicode while processing in process_gib_alert_list() 3118 * the current alert lis in process_gib_alert_list() [all...] |
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | cpu_mcf.h | 94 atomic64_t alert; member
|
/kernel/linux/linux-6.6/drivers/usb/typec/tcpm/ |
H A D | tcpci_rt1711h.c | 263 u16 alert; in rt1711h_irq() local 270 ret = rt1711h_read16(chip, TCPC_ALERT, &alert); in rt1711h_irq() 274 if (alert & TCPC_ALERT_CC_STATUS) { in rt1711h_irq()
|