/Linux-v5.10/arch/powerpc/kernel/ptrace/ |
D | ptrace-adv.c | 300 if (bp_info->trigger_type & PPC_BREAKPOINT_TRIGGER_READ) in set_dac() 302 if (bp_info->trigger_type & PPC_BREAKPOINT_TRIGGER_WRITE) in set_dac() 321 if (bp_info->trigger_type & PPC_BREAKPOINT_TRIGGER_READ) in set_dac() 323 if (bp_info->trigger_type & PPC_BREAKPOINT_TRIGGER_WRITE) in set_dac() 421 if (bp_info->trigger_type & PPC_BREAKPOINT_TRIGGER_READ) in set_dac_range() 423 if (bp_info->trigger_type & PPC_BREAKPOINT_TRIGGER_WRITE) in set_dac_range() 446 if (bp_info->trigger_type == 0 || in ppc_set_hwdebug() 447 (bp_info->trigger_type & ~(PPC_BREAKPOINT_TRIGGER_EXECUTE | in ppc_set_hwdebug() 459 if (bp_info->trigger_type & PPC_BREAKPOINT_TRIGGER_EXECUTE) { in ppc_set_hwdebug() 460 if (bp_info->trigger_type != PPC_BREAKPOINT_TRIGGER_EXECUTE || in ppc_set_hwdebug()
|
D | ptrace-noadv.c | 213 if ((bp_info->trigger_type & PPC_BREAKPOINT_TRIGGER_RW) == 0 || in ppc_set_hwdebug() 214 (bp_info->trigger_type & ~PPC_BREAKPOINT_TRIGGER_RW) != 0 || in ppc_set_hwdebug() 225 if (bp_info->trigger_type & PPC_BREAKPOINT_TRIGGER_READ) in ppc_set_hwdebug() 227 if (bp_info->trigger_type & PPC_BREAKPOINT_TRIGGER_WRITE) in ppc_set_hwdebug()
|
/Linux-v5.10/drivers/leds/ |
D | led-triggers.c | 33 return !trig->trigger_type || trig->trigger_type == led_cdev->trigger_type; in trigger_relevant() 295 (trig->trigger_type == _trig->trigger_type || in led_trigger_register() 296 !trig->trigger_type || !_trig->trigger_type)) { in led_trigger_register()
|
/Linux-v5.10/kernel/trace/ |
D | trace_events_trigger.c | 77 tt |= data->cmd_ops->trigger_type; in event_triggers_call() 107 if (data->cmd_ops->trigger_type & tt) in event_triggers_post_call() 551 if (test->cmd_ops->trigger_type == data->cmd_ops->trigger_type) { in register_trigger() 598 if (data->cmd_ops->trigger_type == test->cmd_ops->trigger_type) { in unregister_trigger() 1053 .trigger_type = ETT_TRACE_ONOFF, 1063 .trigger_type = ETT_TRACE_ONOFF, 1139 .trigger_type = ETT_SNAPSHOT, 1228 .trigger_type = ETT_STACKTRACE, 1525 (test->cmd_ops->trigger_type == in event_enable_register_trigger() 1526 data->cmd_ops->trigger_type) && in event_enable_register_trigger() [all …]
|
D | trace_events_hist.c | 899 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in find_var() 951 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in find_file_var() 2292 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in find_trigger_filter() 2347 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in find_compatible_hist() 4744 if (data->cmd_ops->trigger_type == ETT_EVENT_HIST) in hist_show() 5016 if (data->cmd_ops->trigger_type == ETT_EVENT_HIST) in hist_debug_show() 5412 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in hist_register_trigger() 5501 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in have_hist_trigger_match() 5524 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in hist_trigger_check_refs() 5551 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in hist_unregister_trigger() [all …]
|
D | trace.h | 1911 enum event_trigger_type trigger_type; member
|
/Linux-v5.10/Documentation/powerpc/ |
D | ptrace.rst | 60 uint32_t trigger_type; /* only some combinations allowed */ 100 p.trigger_type = PPC_BREAKPOINT_TRIGGER_EXECUTE; 110 p.trigger_type = PPC_BREAKPOINT_TRIGGER_READ; 120 p.trigger_type = PPC_BREAKPOINT_TRIGGER_READ; 130 p.trigger_type = PPC_BREAKPOINT_TRIGGER_EXECUTE; 140 p.trigger_type = PPC_BREAKPOINT_TRIGGER_RW;
|
/Linux-v5.10/drivers/scsi/mpt3sas/ |
D | mpt3sas_trigger_diag.c | 129 __func__, event_data->trigger_type, in mpt3sas_process_trigger_data() 200 event_data.trigger_type = MPT3SAS_TRIGGER_MASTER; in mpt3sas_trigger_master() 284 event_data.trigger_type = MPT3SAS_TRIGGER_EVENT; in mpt3sas_trigger_event() 359 event_data.trigger_type = MPT3SAS_TRIGGER_SCSI; in mpt3sas_trigger_scsi() 432 event_data.trigger_type = MPT3SAS_TRIGGER_MPI; in mpt3sas_trigger_mpi()
|
D | mpt3sas_trigger_diag.h | 186 uint32_t trigger_type; member
|
/Linux-v5.10/drivers/pinctrl/bcm/ |
D | pinctrl-nsp-gpio.c | 171 u32 trigger_type; in nsp_gpio_irq_ack() local 173 trigger_type = irq_get_trigger_type(d->irq); in nsp_gpio_irq_ack() 174 if (trigger_type & (IRQ_TYPE_EDGE_FALLING | IRQ_TYPE_EDGE_RISING)) in nsp_gpio_irq_ack() 189 u32 trigger_type; in nsp_gpio_irq_set_mask() local 191 trigger_type = irq_get_trigger_type(d->irq); in nsp_gpio_irq_set_mask() 192 if (trigger_type & (IRQ_TYPE_EDGE_FALLING | IRQ_TYPE_EDGE_RISING)) in nsp_gpio_irq_set_mask()
|
/Linux-v5.10/drivers/iio/ |
D | industrialio-sw-trigger.c | 110 t->trigger_type = tt; in iio_sw_trigger_create() 121 struct iio_sw_trigger_type *tt = t->trigger_type; in iio_sw_trigger_destroy()
|
/Linux-v5.10/include/linux/iio/ |
D | sw_trigger.h | 32 struct iio_sw_trigger_type *trigger_type; member
|
/Linux-v5.10/include/linux/ |
D | scpi_protocol.h | 35 u8 trigger_type; member
|
D | leds.h | 150 struct led_hw_trigger_type *trigger_type; member 356 struct led_hw_trigger_type *trigger_type; member
|
/Linux-v5.10/drivers/media/platform/qcom/venus/ |
D | hfi_cmds.h | 250 u32 trigger_type; member 268 int pkt_sys_ssr_cmd(struct hfi_sys_test_ssr_pkt *pkt, u32 trigger_type);
|
D | hfi.h | 112 int (*core_trigger_ssr)(struct venus_core *core, u32 trigger_type);
|
D | hfi_cmds.c | 126 int pkt_sys_ssr_cmd(struct hfi_sys_test_ssr_pkt *pkt, u32 trigger_type) in pkt_sys_ssr_cmd() argument 128 switch (trigger_type) { in pkt_sys_ssr_cmd() 139 pkt->trigger_type = trigger_type; in pkt_sys_ssr_cmd()
|
D | hfi_venus.c | 1105 static int venus_core_trigger_ssr(struct venus_core *core, u32 trigger_type) in venus_core_trigger_ssr() argument 1111 ret = pkt_sys_ssr_cmd(&pkt, trigger_type); in venus_core_trigger_ssr()
|
/Linux-v5.10/arch/powerpc/include/uapi/asm/ |
D | ptrace.h | 231 __u32 trigger_type; /* only some combinations allowed */ member
|
/Linux-v5.10/drivers/mfd/ |
D | da9062-core.c | 631 u32 trigger_type = 0; in da9062_i2c_probe() local 690 ret = da9062_configure_irq_type(chip, i2c->irq, &trigger_type); in da9062_i2c_probe() 697 trigger_type | IRQF_SHARED | IRQF_ONESHOT, in da9062_i2c_probe()
|
/Linux-v5.10/tools/testing/selftests/powerpc/ptrace/ |
D | ptrace-hwbreak.c | 327 info->trigger_type = type; in get_ppc_hw_breakpoint()
|
/Linux-v5.10/arch/mips/cavium-octeon/ |
D | octeon-irq.c | 2429 u32 trigger_type = irqd_get_trigger_type(data); in octeon_irq_ciu3_ack() local 2435 if (!(trigger_type & IRQ_TYPE_EDGE_BOTH)) in octeon_irq_ciu3_ack() 2469 u32 trigger_type = irqd_get_trigger_type(data); in octeon_irq_ciu3_mask_ack() local 2480 if (trigger_type & IRQ_TYPE_EDGE_BOTH) in octeon_irq_ciu3_mask_ack()
|
/Linux-v5.10/drivers/firmware/ |
D | arm_scpi.c | 318 u8 trigger_type; member
|