/drivers/reset/ |
D | reset-imx7.c | 25 const struct imx7_src_signal *signals; member 33 const struct imx7_src_signal *signals; member 51 const struct imx7_src_signal *signal = &imx7src->signals[id]; in imx7_reset_update() 95 const unsigned int bit = imx7src->signals[id].bit; in imx7_reset_set() 129 .signals = imx7_src_signals, 223 const unsigned int bit = imx7src->signals[id].bit; in imx8mq_reset_set() 265 .signals = imx8mq_src_signals, 318 const unsigned int bit = imx7src->signals[id].bit; in imx8mp_reset_set() 353 .signals = imx8mp_src_signals, 372 imx7src->signals = variant->signals; in imx7_reset_probe()
|
D | Kconfig | 92 Say Y to control the reset signals provided by reset controller. 102 Say Y if you want to control reset signals provided by this 161 reset signals provided by AOSS for Modem, Venus, ADSP, 170 to control reset signals provided by PDC for Modem, Compute, 200 firmware controlling all the reset signals. 259 Say Y if you want to control reset signals provided by System Control 269 on UniPhier SoCs. Say Y if you want to control reset signals
|
/drivers/gpu/drm/i915/gt/ |
D | intel_breadcrumbs.c | 94 if (!list_empty(&ce->signals)) in remove_signaling_context() 110 if (!list_is_last(&rq->signal_link, &ce->signals) && in check_signal_order() 115 if (!list_is_first(&rq->signal_link, &ce->signals) && in check_signal_order() 208 list_for_each_entry_rcu(rq, &ce->signals, signal_link) { in signal_irq_work() 362 if (list_empty(&ce->signals)) { in insert_breadcrumb() 365 pos = &ce->signals; in insert_breadcrumb() 381 list_for_each_prev(pos, &ce->signals) { in insert_breadcrumb() 462 if (list_empty(&ce->signals)) in intel_context_remove_breadcrumbs() 465 list_for_each_entry_safe(rq, rn, &ce->signals, signal_link) { in intel_context_remove_breadcrumbs() 495 list_for_each_entry_rcu(rq, &ce->signals, signal_link) in print_signals()
|
D | intel_context_types.h | 96 struct list_head signals; /* Guarded by signal_lock */ member
|
/drivers/counter/ |
D | interrupt-cnt.c | 23 struct counter_signal signals; member 182 priv->signals.name = devm_kasprintf(dev, GFP_KERNEL, "IRQ %d", in interrupt_cnt_probe() 184 if (!priv->signals.name) in interrupt_cnt_probe() 187 priv->counter.signals = &priv->signals; in interrupt_cnt_probe() 192 priv->synapses.signal = &priv->signals; in interrupt_cnt_probe()
|
D | ftm-quaddec.c | 293 ftm->counter.signals = ftm_quaddec_signals; in ftm_quaddec_probe()
|
/drivers/tty/ |
D | synclink_gt.c | 287 unsigned char signals; /* serial signal states */ member 721 info->signals &= ~(SerialSignal_RTS | SerialSignal_DTR); in set_termios() 729 info->signals |= SerialSignal_DTR; in set_termios() 731 info->signals |= SerialSignal_RTS; in set_termios() 1189 if (info->signals & SerialSignal_RTS) in line_info() 1191 if (info->signals & SerialSignal_CTS) in line_info() 1193 if (info->signals & SerialSignal_DTR) in line_info() 1195 if (info->signals & SerialSignal_DSR) in line_info() 1197 if (info->signals & SerialSignal_DCD) in line_info() 1199 if (info->signals & SerialSignal_RI) in line_info() [all …]
|
/drivers/pinctrl/aspeed/ |
D | pinctrl-aspeed.c | 265 char *signals = get_defined_signals(pdesc); in aspeed_pinmux_set_mux() local 268 pfunc->name, pdesc->name, pin, signals, in aspeed_pinmux_set_mux() 270 kfree(signals); in aspeed_pinmux_set_mux() 408 char *signals = get_defined_signals(pdesc); in aspeed_gpio_request_enable() local 411 pdesc->name, offset, signals); in aspeed_gpio_request_enable() 412 kfree(signals); in aspeed_gpio_request_enable()
|
/drivers/usb/serial/ |
D | upd78f0730.c | 187 int signals; in upd78f0730_tiocmget() local 193 signals = private->line_signals; in upd78f0730_tiocmget() 196 res = ((signals & UPD78F0730_DTR) ? TIOCM_DTR : 0) | in upd78f0730_tiocmget() 197 ((signals & UPD78F0730_RTS) ? TIOCM_RTS : 0); in upd78f0730_tiocmget()
|
D | sierra.c | 583 unsigned char signals = *((unsigned char *) in sierra_instat_callback() local 588 signals); in sierra_instat_callback() 592 portdata->dcd_state = ((signals & 0x01) ? 1 : 0); in sierra_instat_callback() 593 portdata->dsr_state = ((signals & 0x02) ? 1 : 0); in sierra_instat_callback() 594 portdata->ri_state = ((signals & 0x08) ? 1 : 0); in sierra_instat_callback()
|
/drivers/pps/ |
D | Kconfig | 13 Some antennae's PPS signals are connected with the CD (Carrier 17 Some antennae's PPS signals are connected with some special host
|
/drivers/gpu/drm/sti/ |
D | NOTES | 14 - The HDMI / DVO / HD Analog / SD analog IP builds the video signals 19 - The VTG (Video Timing Generators) build Vsync signals used by the other HW IP
|
/drivers/comedi/drivers/ni_routing/ |
D | README | 8 when trying to understand how to connect to/from signals and terminals on 25 3) The names for signals and registers found in the various register level 47 1) The names of the National Instruments signals/terminals that are used in this 89 signals are actually available on each board. 158 abstracted the names of signals/terminals to a common and intuitive set of 177 Signal sources for most signals-destinations are given a specific naming
|
/drivers/pps/generators/ |
D | Kconfig | 13 utilizes STROBE pin of a parallel port to send PPS signals. It uses
|
/drivers/dma/ |
D | amba-pl08x.c | 114 u8 signals; member 2668 if (pl08x->vd->signals) { in pl08x_of_probe() 2670 pl08x->vd->signals, in pl08x_of_probe() 2677 for (i = 0; i < pl08x->vd->signals; i++) { in pl08x_of_probe() 2684 pd->num_slave_channels = pl08x->vd->signals; in pl08x_of_probe() 2783 if (vd->signals) { in pl08x_probe() 2996 .signals = 16, 3004 .signals = 32, 3013 .signals = 32, 3021 .signals = 16,
|
/drivers/media/radio/si4713/ |
D | Kconfig | 37 RDS and RBDS signals as well. This module is the v4l2 radio
|
/drivers/soc/fsl/ |
D | Kconfig | 17 function selection for multiplexed signals,and clock control.
|
/drivers/clk/baikal-t1/ |
D | Kconfig | 26 signals, which are either directly wired to the consumers (like
|
/drivers/rpmsg/ |
D | rpmsg_core.c | 578 if (rpdrv->signals) in rpmsg_dev_probe() 579 ept->sig_cb = rpdrv->signals; in rpmsg_dev_probe()
|
/drivers/staging/iio/Documentation/ |
D | inkernel.txt | 5 signals. The functionality supported will grow as use cases arise.
|
/drivers/media/rc/img-ir/ |
D | Kconfig | 26 signals in hardware. This is more reliable, consumes less processing
|
/drivers/gpu/drm/bridge/ |
D | Kconfig | 104 HDMI signals 118 HDMI signals
|
/drivers/net/wan/ |
D | farsync.c | 1074 int signals; in fst_intr_ctlchg() local 1076 signals = FST_RDL(card, v24DebouncedSts[port->index]); in fst_intr_ctlchg() 1078 if (signals & ((port->hwif == X21 || port->hwif == X21D) in fst_intr_ctlchg() 2070 int signals; in fst_openport() local 2090 signals = FST_RDL(port->card, v24DebouncedSts[port->index]); in fst_openport() 2091 if (signals & ((port->hwif == X21 || port->hwif == X21D) in fst_openport()
|
/drivers/scsi/ |
D | NCR5380.c | 245 } signals[] = { variable 308 for (i = 0; signals[i].mask; ++i) in NCR5380_print() 309 if (status & signals[i].mask) in NCR5380_print() 310 printk(KERN_CONT "%s, ", signals[i].name); in NCR5380_print()
|
/drivers/phy/ti/ |
D | Kconfig | 48 signals to the SERDES (Sierra/Torrent). This driver configures
|