| /linux/drivers/scsi/mpt3sas/ |
| H A D | mpt3sas_trigger_diag.c | 129 __func__, event_data->trigger_type, in mpt3sas_process_trigger_data() 137 ioc->htb_rel.trigger_type = event_data->trigger_type; in mpt3sas_process_trigger_data() 138 switch (event_data->trigger_type) { in mpt3sas_process_trigger_data() 160 event_data->trigger_type); in mpt3sas_process_trigger_data() 229 event_data.trigger_type = MPT3SAS_TRIGGER_MASTER; in mpt3sas_trigger_master() 234 ioc->htb_rel.trigger_type = MPT3SAS_TRIGGER_MASTER; in mpt3sas_trigger_master() 318 event_data.trigger_type = MPT3SAS_TRIGGER_EVENT; in mpt3sas_trigger_event() 393 event_data.trigger_type = MPT3SAS_TRIGGER_SCSI; in mpt3sas_trigger_scsi() 466 event_data.trigger_type = MPT3SAS_TRIGGER_MPI; in mpt3sas_trigger_mpi()
|
| H A D | mpt3sas_trigger_diag.h | 186 uint32_t trigger_type; member
|
| /linux/fs/ext4/ |
| H A D | ext4_jbd2.c | 234 enum ext4_journal_trigger_type trigger_type) in __ext4_journal_get_write_access() argument 249 if (trigger_type == EXT4_JTR_NONE || in __ext4_journal_get_write_access() 252 BUG_ON(trigger_type >= EXT4_JOURNAL_TRIGGER_COUNT); in __ext4_journal_get_write_access() 254 &EXT4_SB(sb)->s_journal_triggers[trigger_type].tr_triggers); in __ext4_journal_get_write_access() 331 enum ext4_journal_trigger_type trigger_type) in __ext4_journal_get_create_access() argument 344 if (trigger_type == EXT4_JTR_NONE || in __ext4_journal_get_create_access() 347 BUG_ON(trigger_type >= EXT4_JOURNAL_TRIGGER_COUNT); in __ext4_journal_get_create_access() 349 &EXT4_SB(sb)->s_journal_triggers[trigger_type].tr_triggers); in __ext4_journal_get_create_access()
|
| /linux/arch/powerpc/kernel/ptrace/ |
| H A D | ptrace-adv.c | 301 if (bp_info->trigger_type & PPC_BREAKPOINT_TRIGGER_READ) in set_dac() 303 if (bp_info->trigger_type & PPC_BREAKPOINT_TRIGGER_WRITE) in set_dac() 322 if (bp_info->trigger_type & PPC_BREAKPOINT_TRIGGER_READ) in set_dac() 324 if (bp_info->trigger_type & PPC_BREAKPOINT_TRIGGER_WRITE) in set_dac() 422 if (bp_info->trigger_type & PPC_BREAKPOINT_TRIGGER_READ) in set_dac_range() 424 if (bp_info->trigger_type & PPC_BREAKPOINT_TRIGGER_WRITE) in set_dac_range() 447 if (bp_info->trigger_type == 0 || in ppc_set_hwdebug() 448 (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() 461 if (bp_info->trigger_type != PPC_BREAKPOINT_TRIGGER_EXECUTE || in ppc_set_hwdebug()
|
| H A D | ptrace-noadv.c | 209 if ((bp_info->trigger_type & PPC_BREAKPOINT_TRIGGER_RW) == 0 || in ppc_set_hwdebug() 210 (bp_info->trigger_type & ~PPC_BREAKPOINT_TRIGGER_RW) != 0 || in ppc_set_hwdebug() 221 if (bp_info->trigger_type & PPC_BREAKPOINT_TRIGGER_READ) in ppc_set_hwdebug() 223 if (bp_info->trigger_type & PPC_BREAKPOINT_TRIGGER_WRITE) in ppc_set_hwdebug()
|
| /linux/kernel/trace/ |
| H A D | trace_events_trigger.c | 143 tt |= data->cmd_ops->trigger_type; in event_triggers_call() 187 if (data->cmd_ops->trigger_type & tt) in event_triggers_post_call() 643 if (test->cmd_ops->trigger_type == data->cmd_ops->trigger_type) in register_trigger() 676 if (iter->cmd_ops->trigger_type == test->cmd_ops->trigger_type) { in try_unregister_trigger() 1449 .trigger_type = ETT_TRACE_ONOFF, 1463 .trigger_type = ETT_TRACE_ONOFF, 1523 .trigger_type = ETT_SNAPSHOT, 1588 .trigger_type = ETT_STACKTRACE, 1817 (test->cmd_ops->trigger_type == in event_enable_register_trigger() 1818 data->cmd_ops->trigger_type) && in event_enable_register_trigger() [all …]
|
| H A D | trace_events_hist.c | 1147 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in find_var() 1199 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in find_file_var() 2866 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in find_trigger_filter() 2922 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in find_compatible_hist() 5727 if (data->cmd_ops->trigger_type == ETT_EVENT_HIST) { in get_hist_hit_count() 5749 if (data->cmd_ops->trigger_type == ETT_EVENT_HIST) in hist_show() 6094 if (data->cmd_ops->trigger_type == ETT_EVENT_HIST) in hist_debug_show() 6495 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in existing_hist_update_only() 6539 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in hist_register_trigger() 6629 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in have_hist_trigger_match() [all …]
|
| /linux/drivers/leds/ |
| H A D | led-triggers.c | 33 return !trig->trigger_type || trig->trigger_type == led_cdev->trigger_type; in trigger_relevant() 330 (trig->trigger_type == _trig->trigger_type || in led_trigger_register() 331 !trig->trigger_type || !_trig->trigger_type)) { in led_trigger_register()
|
| H A D | leds-turris-omnia.c | 202 .trigger_type = &omnia_hw_trigger_type, 248 cdev->trigger_type = &omnia_hw_trigger_type; in omnia_led_register()
|
| /linux/Documentation/arch/powerpc/ |
| H A 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/drivers/misc/mchp_pci1xxxx/ |
| H A D | mchp_pci1xxxx_gpio.c | 222 static int pci1xxxx_gpio_set_type(struct irq_data *data, unsigned int trigger_type) in pci1xxxx_gpio_set_type() argument 229 if (trigger_type & IRQ_TYPE_EDGE_FALLING) { in pci1xxxx_gpio_set_type() 240 if (trigger_type & IRQ_TYPE_EDGE_RISING) { in pci1xxxx_gpio_set_type() 251 if (trigger_type & IRQ_TYPE_LEVEL_LOW) { in pci1xxxx_gpio_set_type() 261 if (trigger_type & IRQ_TYPE_LEVEL_HIGH) { in pci1xxxx_gpio_set_type() 271 if ((!(trigger_type & IRQ_TYPE_LEVEL_LOW)) && (!(trigger_type & IRQ_TYPE_LEVEL_HIGH))) in pci1xxxx_gpio_set_type()
|
| /linux/drivers/pinctrl/bcm/ |
| H A D | pinctrl-nsp-gpio.c | 159 u32 trigger_type; in nsp_gpio_irq_ack() local 161 trigger_type = irq_get_trigger_type(d->irq); in nsp_gpio_irq_ack() 162 if (trigger_type & (IRQ_TYPE_EDGE_FALLING | IRQ_TYPE_EDGE_RISING)) in nsp_gpio_irq_ack() 177 u32 trigger_type; in nsp_gpio_irq_set_mask() local 179 trigger_type = irq_get_trigger_type(d->irq); in nsp_gpio_irq_set_mask() 180 if (trigger_type & (IRQ_TYPE_EDGE_FALLING | IRQ_TYPE_EDGE_RISING)) in nsp_gpio_irq_set_mask()
|
| /linux/drivers/iio/ |
| H A D | industrialio-sw-trigger.c | 114 t->trigger_type = tt; in iio_sw_trigger_create() 125 struct iio_sw_trigger_type *tt = t->trigger_type; in iio_sw_trigger_destroy()
|
| /linux/sound/core/ |
| H A D | control_led.c | 41 enum led_audio trigger_type; member 61 .trigger_type = LED_AUDIO_MUTE, 67 .trigger_type = LED_AUDIO_MICMUTE, 179 struct led_trigger *trig = snd_ctl_ledtrig_audio[led->trigger_type]; in snd_ctl_led_set_state() 427 struct led_trigger *trig = snd_ctl_ledtrig_audio[led->trigger_type]; in brightness_show()
|
| /linux/include/linux/iio/ |
| H A D | sw_trigger.h | 32 struct iio_sw_trigger_type *trigger_type; member
|
| /linux/include/linux/ |
| H A D | scpi_protocol.h | 35 u8 trigger_type; member
|
| H A D | leds.h | 191 struct led_hw_trigger_type *trigger_type; member 493 struct led_hw_trigger_type *trigger_type; member
|
| /linux/drivers/media/platform/qcom/venus/ |
| H A D | hfi_cmds.h | 250 u32 trigger_type; member 269 int pkt_sys_ssr_cmd(struct hfi_sys_test_ssr_pkt *pkt, u32 trigger_type);
|
| H A D | hfi_cmds.c | 136 int pkt_sys_ssr_cmd(struct hfi_sys_test_ssr_pkt *pkt, u32 trigger_type) in pkt_sys_ssr_cmd() argument 138 switch (trigger_type) { in pkt_sys_ssr_cmd() 149 pkt->trigger_type = trigger_type; in pkt_sys_ssr_cmd()
|
| /linux/arch/powerpc/include/uapi/asm/ |
| H A D | ptrace.h | 231 __u32 trigger_type; /* only some combinations allowed */ member
|
| /linux/drivers/mfd/ |
| H A D | da9062-core.c | 599 u32 trigger_type = 0; in da9062_i2c_probe() local 667 ret = da9062_configure_irq_type(chip, i2c->irq, &trigger_type); in da9062_i2c_probe() 674 trigger_type | IRQF_SHARED | IRQF_ONESHOT, in da9062_i2c_probe()
|
| /linux/include/uapi/scsi/ |
| H A D | scsi_bsg_mpi3mr.h | 281 __u8 trigger_type; member
|
| /linux/tools/testing/selftests/powerpc/ptrace/ |
| H A D | ptrace-perf-hwbreak.c | 161 info->trigger_type = type; in ppc_ptrace_init_breakpoint()
|
| /linux/drivers/scsi/mpi3mr/ |
| H A D | mpi3mr.h | 924 u8 trigger_type; member 947 u8 trigger_type; member
|
| /linux/arch/mips/cavium-octeon/ |
| H A D | octeon-irq.c | 2453 u32 trigger_type = irqd_get_trigger_type(data); in octeon_irq_ciu3_ack() local 2459 if (!(trigger_type & IRQ_TYPE_EDGE_BOTH)) in octeon_irq_ciu3_ack() 2493 u32 trigger_type = irqd_get_trigger_type(data); in octeon_irq_ciu3_mask_ack() local 2504 if (trigger_type & IRQ_TYPE_EDGE_BOTH) in octeon_irq_ciu3_mask_ack()
|