Searched refs:startup (Results 201 - 225 of 416) sorted by last modified time

1234567891011>>

/linux-master/sound/soc/fsl/
H A Dfsl_mqs.c159 .startup = fsl_mqs_startup,
/linux-master/sound/soc/codecs/
H A Dhdmi-codec.c915 .startup = hdmi_codec_startup,
928 .startup = hdmi_codec_startup,
H A Dhdac_hdmi.c1552 .startup = hdac_hdmi_pcm_open,
/linux-master/sound/soc/amd/vangogh/
H A Dacp5x-mach.c194 .startup = acp5x_8821_startup,
252 .startup = acp5x_cs35l41_startup,
352 .startup = acp5x_max98388_startup,
/linux-master/sound/soc/meson/
H A Dg12a-tohdmitx.c156 .startup = meson_codec_glue_output_startup,
H A Dg12a-toacodec.c175 .startup = meson_codec_glue_output_startup,
/linux-master/sound/soc/ti/
H A Domap-mcbsp.c1283 .startup = omap_mcbsp_dai_startup,
/linux-master/sound/soc/amd/acp/
H A Dacp-i2s.c610 .startup = acp_i2s_startup,
/linux-master/drivers/input/misc/
H A Daxp20x-pek.c186 static DEVICE_ATTR(startup, 0644, axp20x_show_attr_startup,
/linux-master/drivers/mailbox/
H A Dti-msgmgr.c751 .startup = ti_msgmgr_queue_startup,
H A Dmailbox-sti.c384 .startup = sti_mbox_startup_chan,
/linux-master/drivers/tty/serial/
H A Dvt8500_serial.c569 .startup = vt8500_startup,
H A Dsb1250-duart.c758 .startup = sbd_startup,
H A Dmvebu-uart.c646 .startup = mvebu_uart_startup,
H A Dmps2-uart.c403 .startup = mps2_uart_startup,
H A Dmen_z135_uart.c779 .startup = men_z135_startup,
H A Dip22zilog.c937 .startup = ip22zilog_startup,
H A Dicom.c763 static int startup(struct icom_port *icom_port) function
1327 retval = startup(icom_port);
1541 .startup = icom_open,
H A Ddz.c392 * startup ()
749 .startup = dz_startup,
H A Darc_uart.c462 .startup = arc_serial_startup,
H A Damba-pl010.c518 .startup = pl010_startup,
H A D21285.c360 .startup = serial21285_startup,
/linux-master/drivers/tty/serial/jsm/
H A Djsm_tty.c351 .startup = jsm_tty_open,
/linux-master/drivers/iio/temperature/
H A Dmlx90614.c193 * If @startup is true, make sure MLX90614_TIMING_STARTUP ms have elapsed since
198 static int mlx90614_power_get(struct mlx90614_data *data, bool startup) argument
210 if (startup) {
232 static inline int mlx90614_power_get(struct mlx90614_data *data, bool startup) argument
/linux-master/drivers/iio/adc/
H A Dat91-sama5d2_adc.c82 /* Minimum startup time for temperature sensor */
505 * @startup_time: device startup time
1567 * to not meet the startup time constraint.
1583 unsigned f_per, prescal, startup, mr; local
1589 startup = at91_adc_startup_time(startup_time, freq / 1000);
1597 mr |= AT91_SAMA5D2_MR_STARTUP(startup);
1605 dev_dbg(&indio_dev->dev, "freq: %u, startup: %u, prescal: %u, tracktim=%u\n",
1606 freq, startup, prescal, tracktim);
2362 ret = device_property_read_u32(dev, "atmel,startup-time-ms",
2366 "invalid or missing value for atmel,startup
[all...]

Completed in 326 milliseconds

1234567891011>>