Searched refs:str_sym (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/include/dspbridge/
H A Dcod.h249 * str_sym != NULL.
254 char *str_sym, u32 * pul_value);
H A Ddev.h478 * str_sym: Name of symbol to look up.
486 * str_sym != NULL.
493 const char *str_sym, u32 * pul_value);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/pmgr/
H A Dcod.c427 int cod_get_sym_value(struct cod_manager *cod_mgr_obj, char *str_sym, argument
434 DBC_REQUIRE(str_sym != NULL);
437 dev_dbg(bridge, "%s: cod_mgr_obj: %p str_sym: %s pul_value: %p\n",
438 __func__, cod_mgr_obj, str_sym, pul_value);
441 get_addr_fxn(cod_mgr_obj->base_lib, str_sym, &dbll_sym)) {
443 get_c_addr_fxn(cod_mgr_obj->base_lib, str_sym,
H A Ddev.c685 const char *str_sym, u32 * pul_value)
691 DBC_REQUIRE(str_sym != NULL && pul_value != NULL);
696 status = cod_get_sym_value(cod_mgr, (char *)str_sym,
684 dev_get_symbol(struct dev_object *hdev_obj, const char *str_sym, u32 * pul_value) argument

Completed in 102 milliseconds