Home
last modified time | relevance | path

Searched refs:trigger_type (Results 1 – 25 of 38) 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 in mpt3sas_trigger_mpi()
[all...]
H A Dmpt3sas_trigger_diag.h182 * @trigger_type: trigger type (see MPT3SAS_TRIGGER_XXXX)
186 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 ! in ppc_set_hwdebug()
[all...]
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.h152 enum ext4_journal_trigger_type trigger_type);
161 enum ext4_journal_trigger_type trigger_type);
167 #define ext4_journal_get_write_access(handle, sb, bh, trigger_type) \ argument
169 (bh), (trigger_type))
173 #define ext4_journal_get_create_access(handle, sb, bh, trigger_type) \ argument
175 (bh), (trigger_type))
/linux/drivers/leds/
H A Dled-triggers.c33 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 Dleds-cros_ec.c93 .trigger_type = &cros_ec_led_trigger_type,
216 led_cdev->trigger_type = &cros_ec_led_trigger_type; in cros_ec_led_probe_one()
H A Dleds-turris-omnia.c202 .trigger_type = &omnia_hw_trigger_type,
248 cdev->trigger_type = &omnia_hw_trigger_type; in omnia_led_register()
/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()
588 if (iter->cmd_ops->trigger_type == test->cmd_ops->trigger_type) { in try_unregister_trigger()
1409 .trigger_type = ETT_TRACE_ONOFF,
1419 .trigger_type = ETT_TRACE_ONOFF,
1509 .trigger_type = ETT_SNAPSHOT,
1604 .trigger_type
[all...]
H A Dtrace_events_hist.c1147 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()
5725 if (data->cmd_ops->trigger_type == ETT_EVENT_HIST) { in get_hist_hit_count()
5747 if (data->cmd_ops->trigger_type == ETT_EVENT_HIST) in hist_show()
6092 if (data->cmd_ops->trigger_type == ETT_EVENT_HIST) in hist_debug_show()
6502 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in existing_hist_update_only()
6546 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in hist_register_trigger()
6625 if (test->cmd_ops->trigger_type in have_hist_trigger_match()
[all...]
/linux/drivers/misc/mchp_pci1xxxx/
H A Dmchp_pci1xxxx_gpio.c222 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 Dpinctrl-nsp-gpio.c159 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 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/include/linux/iio/
H A Dsw_trigger.h32 struct iio_sw_trigger_type *trigger_type; member
/linux/include/linux/
H A Dscpi_protocol.h35 u8 trigger_type; member
H A Dleds.h191 struct led_hw_trigger_type *trigger_type; member
493 struct led_hw_trigger_type *trigger_type; member
/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/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.h111 int (*core_trigger_ssr)(struct venus_core *core, 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.c413 * @trigger_type: Trigger type
425 static void mpi3mr_process_trigger(struct mpi3mr_ioc *mrioc, u8 trigger_type, in mpi3mr_process_trigger() argument
450 ((trigger_type == MPI3MR_HDB_TRIGGER_TYPE_ELEMENT) in mpi3mr_process_trigger()
455 event_data.trigger_type = trigger_type; in mpi3mr_process_trigger()
465 } else if (trigger_type == MPI3MR_HDB_TRIGGER_TYPE_GLOBAL) { in mpi3mr_process_trigger()
478 } else if (trigger_type == MPI3MR_HDB_TRIGGER_TYPE_ELEMENT) { in mpi3mr_process_trigger()
712 u8 trigger_type, num_triggers; in mpi3mr_refresh_trigger() local
744 trigger_type = mrioc->driver_pg2->trigger[i].event.type; in mpi3mr_refresh_trigger()
745 switch (trigger_type) { in mpi3mr_refresh_trigger()
[all...]
/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.h270 * @trigger_type: Trigger type
281 __u8 trigger_type; member

12