Home
last modified time | relevance | path

Searched refs:trigger_type (Results 1 – 25 of 32) sorted by relevance

12

/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_trigger_diag.c129 __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 Dmpt3sas_trigger_diag.h186 uint32_t trigger_type; member
/linux/arch/powerpc/kernel/ptrace/
H A Dptrace-adv.c301 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 Dptrace-noadv.c209 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 Dext4_jbd2.h236 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 Dptrace.rst60 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 Dtrace_events_trigger.c80 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 Dtrace_events_hist.c1136 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 Dmchp_pci1xxxx_gpio.c200 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 Dindustrialio-sw-trigger.c114 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 Dcontrol_led.c41 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 Dsw_trigger.h32 struct iio_sw_trigger_type *trigger_type; member
/linux/drivers/leds/
H A Dleds-cros_ec.c106 .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 Dscpi_protocol.h35 u8 trigger_type; member
H A Dleds.h191 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 Dhfi_cmds.h250 u32 trigger_type; member
269 int pkt_sys_ssr_cmd(struct hfi_sys_test_ssr_pkt *pkt, u32 trigger_type);
H A Dhfi_cmds.c136 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 Dmpi3mr_app.c339 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 Dmpi3mr.h914 u8 trigger_type; member
935 u8 trigger_type; member
/linux/arch/powerpc/include/uapi/asm/
H A Dptrace.h231 __u32 trigger_type; /* only some combinations allowed */ member
/linux/drivers/mfd/
H A Dda9062-core.c599 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 Dscsi_bsg_mpi3mr.h281 __u8 trigger_type; member
/linux/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-perf-hwbreak.c161 info->trigger_type = type; in ppc_ptrace_init_breakpoint()
/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmcu.h22 u8 trigger_type; /* 0: low, 1: high */ member
/linux/arch/mips/cavium-octeon/
H A Docteon-irq.c2452 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()

12