Home
last modified time | relevance | path

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

/drivers/scsi/mpt3sas/
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()
A Dmpt3sas_trigger_diag.h186 uint32_t trigger_type; member
A Dmpt3sas_base.h1109 u32 trigger_type; member
/drivers/leds/
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()
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()
A Dleds-turris-omnia.c202 .trigger_type = &omnia_hw_trigger_type,
248 cdev->trigger_type = &omnia_hw_trigger_type; in omnia_led_register()
/drivers/misc/mchp_pci1xxxx/
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()
/drivers/pinctrl/bcm/
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()
/drivers/iio/
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()
/drivers/media/platform/qcom/venus/
A Dhfi_cmds.h250 u32 trigger_type; member
269 int pkt_sys_ssr_cmd(struct hfi_sys_test_ssr_pkt *pkt, u32 trigger_type);
A Dhfi.h111 int (*core_trigger_ssr)(struct venus_core *core, u32 trigger_type);
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()
A Dhfi_venus.c1199 static int venus_core_trigger_ssr(struct venus_core *core, u32 trigger_type) in venus_core_trigger_ssr() argument
1205 ret = pkt_sys_ssr_cmd(&pkt, trigger_type); in venus_core_trigger_ssr()
/drivers/scsi/mpi3mr/
A Dmpi3mr_app.c425 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()
809 if ((!force) && (hdb->trigger_type != MPI3MR_HDB_TRIGGER_TYPE_UNKNOWN)) in mpi3mr_set_trigger_data_in_hdb()
811 hdb->trigger_type = type; in mpi3mr_set_trigger_data_in_hdb()
[all …]
A Dmpi3mr.h920 u8 trigger_type; member
943 u8 trigger_type; member
A Dmpi3mr_fw.c3905 trace_hdb->trigger_type != MPI3MR_HDB_TRIGGER_TYPE_GLOBAL && in mpi3mr_repost_diag_bufs()
3906 trace_hdb->trigger_type != MPI3MR_HDB_TRIGGER_TYPE_ELEMENT) in mpi3mr_repost_diag_bufs()
3912 fw_hdb->trigger_type != MPI3MR_HDB_TRIGGER_TYPE_GLOBAL && in mpi3mr_repost_diag_bufs()
3913 fw_hdb->trigger_type != MPI3MR_HDB_TRIGGER_TYPE_ELEMENT) in mpi3mr_repost_diag_bufs()
3927 prev_trigger_type = trace_hdb->trigger_type; in mpi3mr_repost_diag_bufs()
3936 trace_hdb->trigger_type = prev_trigger_type; in mpi3mr_repost_diag_bufs()
3945 prev_trigger_type = fw_hdb->trigger_type; in mpi3mr_repost_diag_bufs()
3954 fw_hdb->trigger_type = prev_trigger_type; in mpi3mr_repost_diag_bufs()
A Dmpi3mr_os.c1511 u8 trigger_type = event_data->trigger_type; in mpi3mr_process_trigger_data_event_bh() local
1517 mpi3mr_set_trigger_data_in_hdb(trace_hdb, trigger_type, in mpi3mr_process_trigger_data_event_bh()
1520 mpi3mr_set_trigger_data_in_hdb(fw_hdb, trigger_type, in mpi3mr_process_trigger_data_event_bh()
1530 mpi3mr_set_trigger_data_in_hdb(trace_hdb, trigger_type, in mpi3mr_process_trigger_data_event_bh()
1540 mpi3mr_set_trigger_data_in_hdb(fw_hdb, trigger_type, in mpi3mr_process_trigger_data_event_bh()
/drivers/mfd/
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()
/drivers/net/wireless/mediatek/mt76/mt7915/
A Dmcu.h22 u8 trigger_type; /* 0: low, 1: high */ member
A Dmcu.c3289 .type.trigger_type = 1, in mt7915_mcu_set_thermal_protect()
/drivers/net/wireless/mediatek/mt76/mt7996/
A Dmcu.h39 u8 trigger_type; /* 0: low, 1: high */ member
A Dmcu.c4102 .type.trigger_type = 1, in mt7996_mcu_set_thermal_protect()
/drivers/firmware/
A Darm_scpi.c321 u8 trigger_type; member

Completed in 101 milliseconds