Searched refs:lib (Results 1 - 25 of 43) sorted by relevance

12

/drivers/mtd/nand/gpmi-nand/
H A DMakefile3 gpmi_nand-objs += gpmi-lib.o
/drivers/staging/tidspbridge/pmgr/
H A Ddbll.c68 struct dbll_library_obj *lib; member in struct:dbll_stream
76 struct dbll_library_obj *lib; member in struct:ldr_symbol
84 struct dbll_library_obj *lib; member in struct:dbll_alloc
92 struct dbll_library_obj *lib; member in struct:dbll_init_obj
288 dev_dbg(bridge, "%s: lib: %p name: %s paddr: %p, status 0x%x\n",
337 int dbll_get_sect(struct dbll_library_obj *lib, char *name, u32 *paddr, argument
343 struct dbll_library_obj *zl_lib = (struct dbll_library_obj *)lib;
381 dev_dbg(bridge, "%s: lib: %p name: %s paddr: %p psize: %p, "
382 "status 0x%x\n", __func__, lib, name, paddr, psize, status);
400 int dbll_load(struct dbll_library_obj *lib, dbll_flag argument
651 dbll_read_sect(struct dbll_library_obj *lib, char *name, char *buf, u32 size) argument
716 dbll_unload(struct dbll_library_obj *lib, struct dbll_attrs *attrs) argument
858 struct dbll_library_obj *lib; local
877 struct dbll_library_obj *lib; local
899 struct dbll_library_obj *lib; local
942 struct dbll_library_obj *lib; local
963 struct dbll_library_obj *lib; local
1013 struct dbll_library_obj *lib; local
1025 struct dbll_library_obj *lib; local
1041 struct dbll_library_obj *lib; local
1055 struct dbll_library_obj *lib; local
1072 struct dbll_library_obj *lib; local
1188 struct dbll_library_obj *lib; local
1234 struct dbll_library_obj *lib; local
1250 struct dbll_library_obj *lib; local
1299 struct dbll_library_obj *lib; local
1322 struct dbll_library_obj *lib; local
[all...]
H A Dcod.c177 void cod_close(struct cod_libraryobj *lib) argument
181 hmgr = lib->cod_mgr;
182 hmgr->fxns.close_fxn(lib->dbll_lib);
184 kfree(lib);
333 int cod_get_section(struct cod_libraryobj *lib, char *str_sect, argument
341 if (lib != NULL) {
342 cod_mgr_obj = lib->cod_mgr;
343 status = cod_mgr_obj->fxns.get_sect_fxn(lib->dbll_lib, str_sect,
452 struct cod_libraryobj *lib = NULL; local
456 lib
483 struct dbll_library_obj *lib; local
513 cod_read_section(struct cod_libraryobj *lib, char *str_sect, char *str_content, u32 content_size) argument
[all...]
/drivers/staging/tidspbridge/include/dspbridge/
H A Ddbll.h39 extern int dbll_get_sect(struct dbll_library_obj *lib, char *name,
42 extern int dbll_load(struct dbll_library_obj *lib,
48 extern int dbll_read_sect(struct dbll_library_obj *lib,
50 extern void dbll_unload(struct dbll_library_obj *lib, struct dbll_attrs *attrs);
H A Dcod.h52 * lib - Library handle returned by cod_open().
57 * valid lib.
61 extern void cod_close(struct cod_libraryobj *lib);
182 * lib Library handle returned from cod_open().
202 extern int cod_get_section(struct cod_libraryobj *lib,
213 * lib: library handle returned from cod_open().
325 extern int cod_read_section(struct cod_libraryobj *lib,
H A Ddblldefs.h182 * lib - Handle returned from dbll_open().
186 * Valid lib.
240 * lib - Handle returned from dbll_open().
253 typedef bool(*dbll_get_addr_fxn) (struct dbll_library_obj *lib, char *name,
276 * lib - Handle returned from dbll_open().
289 typedef bool(*dbll_get_c_addr_fxn) (struct dbll_library_obj *lib, char *name,
296 * lib - Library handle returned from dbll_open().
305 * Valid lib.
311 typedef int(*dbll_get_sect_fxn) (struct dbll_library_obj *lib,
334 * lib
[all...]
/drivers/net/wireless/rt2x00/
H A Drt2x00firmware.c43 fw_name = rt2x00dev->ops->lib->get_firmware_name(rt2x00dev);
71 retval = rt2x00dev->ops->lib->check_firmware(rt2x00dev, fw->data, fw->size);
114 retval = rt2x00dev->ops->lib->load_firmware(rt2x00dev,
H A Drt2x00link.c323 rt2x00dev->ops->lib->reset_tuner(rt2x00dev, qual);
357 rt2x00dev->ops->lib->link_stats(rt2x00dev, qual);
377 rt2x00dev->ops->lib->link_tuner(rt2x00dev, qual, link->count);
407 rt2x00dev->ops->lib->watchdog)
431 rt2x00dev->ops->lib->watchdog(rt2x00dev);
444 rt2x00dev->ops->lib->gain_calibration)
455 rt2x00dev->ops->lib->vco_calibration)
484 rt2x00dev->ops->lib->gain_calibration(rt2x00dev);
505 rt2x00dev->ops->lib->vco_calibration(rt2x00dev);
H A Drt2x00config.c79 rt2x00dev->ops->lib->config_intf(rt2x00dev, intf, &conf, flags);
113 rt2x00dev->ops->lib->config_erp(rt2x00dev, &erp, changed);
167 rt2x00dev->ops->lib->config_ant(rt2x00dev, &config);
247 rt2x00dev->ops->lib->config(rt2x00dev, &libconf, ieee80211_flags);
H A Drt2x00queue.c501 if (unlikely(rt2x00dev->ops->lib->get_entry_state &&
502 rt2x00dev->ops->lib->get_entry_state(entry))) {
519 if (rt2x00dev->ops->lib->write_tx_data)
520 rt2x00dev->ops->lib->write_tx_data(entry, txdesc);
536 queue->rt2x00dev->ops->lib->write_tx_desc(entry, txdesc);
559 queue->rt2x00dev->ops->lib->kick_queue(queue);
690 if (rt2x00dev->ops->lib->clear_beacon)
691 rt2x00dev->ops->lib->clear_beacon(intf->beacon);
734 rt2x00dev->ops->lib->write_beacon(intf->beacon, &txdesc);
906 queue->rt2x00dev->ops->lib
[all...]
H A Drt2x00dev.c74 rt2x00dev->ops->lib->set_device_state(rt2x00dev, STATE_RADIO_ON);
78 rt2x00dev->ops->lib->set_device_state(rt2x00dev, STATE_RADIO_IRQ_ON);
125 rt2x00dev->ops->lib->set_device_state(rt2x00dev, STATE_RADIO_OFF);
126 rt2x00dev->ops->lib->set_device_state(rt2x00dev, STATE_RADIO_IRQ_OFF);
172 if (rt2x00dev->ops->lib->set_device_state(rt2x00dev, STATE_AWAKE))
426 rt2x00dev->ops->lib->clear_entry(entry);
623 rt2x00dev->ops->lib->fill_rxdone(entry, &rxdesc);
708 rt2x00dev->ops->lib->clear_entry(entry);
990 if (rt2x00dev->ops->lib->taskletname) { \
992 rt2x00dev->ops->lib
[all...]
H A Drt2x00mac.c439 rt2x00dev->ops->lib->config_filter(rt2x00dev, *total_flags);
554 set_key = rt2x00dev->ops->lib->config_pairwise_key;
556 set_key = rt2x00dev->ops->lib->config_shared_key;
576 if (rt2x00dev->ops->lib->sta_add(rt2x00dev, vif, sta))
595 return rt2x00dev->ops->lib->sta_remove(rt2x00dev, sta_priv->wcid);
763 bool active = !!rt2x00dev->ops->lib->rfkill_poll(rt2x00dev);
H A Drt2x00pci.c75 if (rt2x00dev->ops->lib->get_entry_state(entry))
176 rt2x00dev->ops->lib->irq_handler,
H A Drt2x00usb.c277 if (rt2x00dev->ops->lib->tx_dma_done)
278 rt2x00dev->ops->lib->tx_dma_done(entry);
305 length = rt2x00dev->ops->lib->get_tx_data_len(entry);
/drivers/staging/tidspbridge/rmgr/
H A Dnldr.c147 struct dbll_library_obj *lib; /* The library */ member in struct:lib_node
149 struct lib_node *dep_libs_tree; /* Dependent libraries of lib */
223 struct lib_node create_lib; /* Library with create phase lib */
224 struct lib_node execute_lib; /* Library with execute phase lib */
225 struct lib_node delete_lib; /* Library with delete phase lib */
229 /* Path in lib dependency tree */
299 struct dbll_library_obj *lib);
380 nldr_node_obj->root.lib = nldr_obj->base_lib;
446 /* Get dynamic loading memory sections from base lib */
656 nldr_obj->ldr_fxns.get_c_addr_fxn(root.lib, str_fx
1770 find_in_persistent_lib_array(struct nldr_nodeobject *nldr_node_obj, struct dbll_library_obj *lib) argument
[all...]
H A Ddbdcd.c347 struct cod_libraryobj *lib = NULL; local
425 COD_NOLOAD, &lib);
440 status = cod_get_section(lib, sz_sect_name, &ul_addr, &ul_len);
456 cod_read_section(lib, sz_sect_name, psz_coff_buf, ul_len);
459 cod_read_section(lib, sz_sect_name, psz_coff_buf, ul_len);
463 status = cod_read_section(lib, sz_sect_name, psz_coff_buf, ul_len);
487 if (lib)
488 cod_close(lib);
506 struct cod_libraryobj *lib = NULL; local
520 status = cod_open(dcd_mgr_obj->cod_mgr, sz_coff_path, COD_NOLOAD, &lib);
1319 struct cod_libraryobj *lib = NULL; local
[all...]
/drivers/net/wireless/iwlwifi/
H A Diwl-2000.c233 .lib = &iwl2000_lib, \
261 .lib = &iwl2030_lib, \
285 .lib = &iwl2000_lib, \
315 .lib = &iwl2030_lib, \
H A Diwl-6000.c348 .lib = &iwl6000_lib, \
402 .lib = &iwl6030_lib, \
440 .lib = &iwl6030_lib, \
491 .lib = &iwl6000_lib, \
520 .lib = &iwl6000_lib, \
545 .lib = &iwl6000_lib, \
574 .lib = &iwl6000_lib,
H A Diwl-1000.c189 .lib = &iwl1000_lib, \
213 .lib = &iwl1000_lib, \
H A DMakefile5 iwlwifi-objs += iwl-agn-lib.o iwl-agn-calib.o iwl-io.o
H A Diwl-5000.c339 .lib = &iwl5000_lib, \
385 .lib = &iwl5000_lib,
401 .lib = &iwl5150_lib, \
H A Diwl-shared.h294 * @lib: pointer to the lib ops
331 const struct iwl_lib_ops *lib; member in struct:iwl_cfg
/drivers/cpufreq/
H A DMakefile35 obj-$(CONFIG_X86_SPEEDSTEP_LIB) += speedstep-lib.o
/drivers/spi/
H A DMakefile29 obj-$(CONFIG_SPI_FSL_LIB) += spi-fsl-lib.o
/drivers/net/phy/
H A DKconfig119 tristate "Support for GPIO lib-based bitbanged MDIO buses"
122 Supports GPIO lib-based MDIO busses.

Completed in 278 milliseconds

12