/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/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/fs/ext4/ |
H A D | ext4_jbd2.h | 236 enum ext4_journal_trigger_type trigger_type); 245 enum ext4_journal_trigger_type trigger_type); 251 #define ext4_journal_get_write_access(handle, sb, bh, trigger_type) \ argument 253 (bh), (trigger_type)) 257 #define ext4_journal_get_create_access(handle, sb, bh, trigger_type) \ argument 259 (bh), (trigger_type))
|
/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/kernel/trace/ |
H A D | trace_events_trigger.c | 80 tt |= data->cmd_ops->trigger_type; in event_triggers_call() 124 if (data->cmd_ops->trigger_type & tt) in event_triggers_post_call() 555 if (test->cmd_ops->trigger_type == data->cmd_ops->trigger_type) { in register_trigger() 591 if (iter->cmd_ops->trigger_type == test->cmd_ops->trigger_type) { in try_unregister_trigger() 1416 .trigger_type = ETT_TRACE_ONOFF, 1426 .trigger_type = ETT_TRACE_ONOFF, 1516 .trigger_type = ETT_SNAPSHOT, 1611 .trigger_type = ETT_STACKTRACE, 1865 (test->cmd_ops->trigger_type == in event_enable_register_trigger() 1866 data->cmd_ops->trigger_type) && in event_enable_register_trigger() [all …]
|
H A D | trace_events_hist.c | 1136 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in find_var() 1188 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in find_file_var() 2842 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in find_trigger_filter() 2898 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in find_compatible_hist() 5608 if (data->cmd_ops->trigger_type == ETT_EVENT_HIST) { in get_hist_hit_count() 5630 if (data->cmd_ops->trigger_type == ETT_EVENT_HIST) in hist_show() 5975 if (data->cmd_ops->trigger_type == ETT_EVENT_HIST) in hist_debug_show() 6381 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in existing_hist_update_only() 6425 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in hist_register_trigger() 6504 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in have_hist_trigger_match() [all …]
|
/linux/drivers/misc/mchp_pci1xxxx/ |
H A D | mchp_pci1xxxx_gpio.c | 200 static int pci1xxxx_gpio_set_type(struct irq_data *data, unsigned int trigger_type) in pci1xxxx_gpio_set_type() argument 207 if (trigger_type & IRQ_TYPE_EDGE_FALLING) { in pci1xxxx_gpio_set_type() 218 if (trigger_type & IRQ_TYPE_EDGE_RISING) { in pci1xxxx_gpio_set_type() 229 if (trigger_type & IRQ_TYPE_LEVEL_LOW) { in pci1xxxx_gpio_set_type() 239 if (trigger_type & IRQ_TYPE_LEVEL_HIGH) { in pci1xxxx_gpio_set_type() 249 if ((!(trigger_type & IRQ_TYPE_LEVEL_LOW)) && (!(trigger_type & IRQ_TYPE_LEVEL_HIGH))) in pci1xxxx_gpio_set_type()
|
/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/drivers/leds/ |
H A D | leds-cros_ec.c | 106 .trigger_type = &cros_ec_led_trigger_type, 229 led_cdev->trigger_type = &cros_ec_led_trigger_type; in cros_ec_led_probe_one()
|
/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 494 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/drivers/scsi/mpi3mr/ |
H A D | mpi3mr_app.c | 339 static void mpi3mr_process_trigger(struct mpi3mr_ioc *mrioc, u8 trigger_type, in mpi3mr_process_trigger() argument 364 ((trigger_type == MPI3MR_HDB_TRIGGER_TYPE_ELEMENT) in mpi3mr_process_trigger() 369 event_data.trigger_type = trigger_type; in mpi3mr_process_trigger() 379 } else if (trigger_type == MPI3MR_HDB_TRIGGER_TYPE_GLOBAL) { in mpi3mr_process_trigger() 392 } else if (trigger_type == MPI3MR_HDB_TRIGGER_TYPE_ELEMENT) { in mpi3mr_process_trigger() 626 u8 trigger_type, num_triggers; in mpi3mr_refresh_trigger() local 658 trigger_type = mrioc->driver_pg2->trigger[i].event.type; in mpi3mr_refresh_trigger() 659 switch (trigger_type) { in mpi3mr_refresh_trigger() 724 if ((!force) && (hdb->trigger_type != MPI3MR_HDB_TRIGGER_TYPE_UNKNOWN)) in mpi3mr_set_trigger_data_in_hdb() 726 hdb->trigger_type = type; in mpi3mr_set_trigger_data_in_hdb() [all …]
|
H A D | mpi3mr.h | 914 u8 trigger_type; member 935 u8 trigger_type; member
|
/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/net/wireless/mediatek/mt76/mt7915/ |
H A D | mcu.h | 22 u8 trigger_type; /* 0: low, 1: high */ member
|
/linux/arch/mips/cavium-octeon/ |
H A D | octeon-irq.c | 2452 u32 trigger_type = irqd_get_trigger_type(data); in octeon_irq_ciu3_ack() local 2458 if (!(trigger_type & IRQ_TYPE_EDGE_BOTH)) in octeon_irq_ciu3_ack() 2492 u32 trigger_type = irqd_get_trigger_type(data); in octeon_irq_ciu3_mask_ack() local 2503 if (trigger_type & IRQ_TYPE_EDGE_BOTH) in octeon_irq_ciu3_mask_ack()
|