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

/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/staging/iio/
H A DKconfig54 are used to initialize capture of samples to push into
/drivers/media/video/davinci/
H A Dvpbe.c589 * Master frame buffer device drivers calls this to initialize vpbe
663 /* initialize osd device */
666 if (NULL != osd_device->ops.initialize) {
667 err = osd_device->ops.initialize(osd_device);
670 "unable to initialize the OSD device");
788 * vpbe_deinitialize() - de-initialize the vpbe display controller
791 * vpbe_master and slave frame buffer devices calls this to de-initialize
818 .initialize = vpbe_initialize,
H A Dvpbe_display.c219 /* If buffer is not initialized, initialize it */
1487 /* If this file handle has initialize encoder device, reset it */
1711 if (NULL != disp_dev->vpbe_dev->ops.initialize) {
1712 err = disp_dev->vpbe_dev->ops.initialize(&pdev->dev,
H A Dvpbe_osd.c1261 * mode, so we must initialize the CLUT select, the
1284 * mode, so we must initialize the blink enable and
1515 .initialize = osd_initialize,
/drivers/media/video/
H A Dtvaudio.c61 typedef int (*initialize)(struct CHIPSTATE*); typedef
79 initialize initialize; member in struct:CHIPDESC
92 /* initialize with (defaults to 65535/65535/32768/32768 */
1431 .initialize = tda9874a_initialize,
1444 .initialize = tda9875_initialize,
1529 .initialize = tea6320_initialize,
1983 if (desc->initialize != NULL)
1984 desc->initialize(chip);
/drivers/net/wireless/rtlwifi/rtl8192c/
H A Ddm_common.c1235 static u8 initialize; local
1238 if (initialize == 0) {
1250 initialize = 1;
/drivers/net/wireless/rt2x00/
H A Drt2x00.h565 int (*initialize) (struct rt2x00_dev *rt2x00dev); member in struct:rt2x00lib_ops
H A Drt2800pci.c1081 .initialize = rt2x00pci_initialize,
H A Drt2800usb.c838 .initialize = rt2x00usb_initialize,
H A Drt2x00dev.c1057 status = rt2x00dev->ops->lib->initialize(rt2x00dev);
1198 ERROR(rt2x00dev, "Failed to initialize hw.\n");
H A Drt2400pci.c1730 .initialize = rt2x00pci_initialize,
H A Drt2500usb.c1835 .initialize = rt2x00usb_initialize,
H A Drt2500pci.c2022 .initialize = rt2x00pci_initialize,
H A Drt73usb.c2326 .initialize = rt2x00usb_initialize,
H A Drt61pci.c2779 * initialize max_report_rates to the maximum number of rates
2991 .initialize = rt2x00pci_initialize,
/drivers/rtc/
H A DKconfig34 The RTC device that will be used to (re)initialize the system
/drivers/mfd/
H A DKconfig251 This driver uses board-specific data to initialize the resources
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_link.c6467 * No need to initialize second phy in case of first
6469 * need to initialize the first phy, since they are
6867 * initialize it
9890 u8 port, initialize = 1; local
9964 initialize = 0;
9988 if (initialize)

Completed in 442 milliseconds