Searched refs:initialize (Results 1 - 25 of 29) sorted by relevance

12

/drivers/net/wireless/rtlwifi/rtl8723com/
H A Ddm_common.c63 dm_pstable->initialize = 0;
/drivers/lguest/
H A Dhypercalls.c201 static void initialize(struct lg_cpu *cpu) function
265 initialize(cpu);
H A Dlguest_user.c277 * Now we initialize the Guest's registers, handing it the start
317 static int initialize(struct file *file, const unsigned long __user *input) function
329 /* You can't initialize twice! Close the device and start again... */
432 return initialize(file, input);
444 * everything done in initialize(). This is usually called because the
/drivers/iio/
H A DKconfig50 are used to initialize capture of samples to push into
/drivers/net/wireless/rt2x00/
H A Drt2800soc.c192 .initialize = rt2x00mmio_initialize,
H A Drt2800pci.c353 .initialize = rt2x00mmio_initialize,
H A Drt2x00.h544 int (*initialize) (struct rt2x00_dev *rt2x00dev); member in struct:rt2x00lib_ops
H A Drt2x00dev.c1165 status = rt2x00dev->ops->lib->initialize(rt2x00dev);
1378 rt2x00_err(rt2x00dev, "Failed to initialize hw\n");
H A Drt2800usb.c869 .initialize = rt2x00usb_initialize,
H A Drt2400pci.c1744 .initialize = rt2x00mmio_initialize,
H A Drt2500usb.c1847 .initialize = rt2x00usb_initialize,
H A Drt2500pci.c2043 .initialize = rt2x00mmio_initialize,
H A Drt73usb.c2333 .initialize = rt2x00usb_initialize,
/drivers/media/platform/davinci/
H A Dvpbe.c573 * Master frame buffer device drivers calls this to initialize vpbe
648 /* initialize osd device */
651 if (NULL != osd_device->ops.initialize) {
652 err = osd_device->ops.initialize(osd_device);
655 "unable to initialize the OSD device");
772 * vpbe_deinitialize() - de-initialize the vpbe display controller
775 * vpbe_master and slave frame buffer devices calls this to de-initialize
804 .initialize = vpbe_initialize,
H A Dvpbe_display.c1561 /* If this file handle has initialize encoder device, reset it */
1752 if (NULL != disp_dev->vpbe_dev->ops.initialize) {
1753 err = disp_dev->vpbe_dev->ops.initialize(&pdev->dev,
H A Dvpbe_osd.c1279 * mode, so we must initialize the CLUT select, the
1302 * mode, so we must initialize the blink enable and
1533 .initialize = osd_initialize,
/drivers/media/i2c/
H A Dtvaudio.c65 typedef int (*initialize)(struct CHIPSTATE*); typedef
83 initialize initialize; member in struct:CHIPDESC
96 /* initialize with (defaults to 65535/32768/32768 */
1515 .initialize = tda9874a_initialize,
1528 .initialize = tda9875_initialize,
1612 .initialize = tea6320_initialize,
1947 if (desc->initialize != NULL)
1948 desc->initialize(chip);
/drivers/mfd/
H A Domap-usb-host.c567 * usbhs_omap_probe - initialize TI-based HCDs
703 goto initialize;
818 initialize:
/drivers/net/wireless/rtlwifi/rtl8723ae/
H A Ddm.c708 static u8 initialize; local
711 if (initialize == 0) {
723 initialize = 1;
/drivers/staging/rtl8723au/hal/
H A Dodm.c941 pDM_PSTable->initialize = 0;
992 if (pDM_PSTable->initialize == 0) {
1000 pDM_PSTable->initialize = 1;
/drivers/staging/rtl8188eu/include/
H A Dodm.h145 u8 initialize; member in struct:rtl_ps
/drivers/staging/rtl8723au/include/
H A Dodm.h140 u8 initialize; member in struct:dynamic_pwr_sav
/drivers/edac/
H A DKconfig385 preloader must initialize the SDRAM before loading
/drivers/staging/rtl8188eu/hal/
H A Dodm.c859 if (pDM_PSTable->initialize == 0) {
864 pDM_PSTable->initialize = 1;
/drivers/rtc/
H A DKconfig41 The RTC device that will be used to (re)initialize the system

Completed in 528 milliseconds

12