Searched refs:symbol_request (Results 1 – 5 of 5) sorted by relevance
463 typeof(&FUNCTION) __a = symbol_request(FUNCTION); \
1105 rc_decode = symbol_request(af9005_rc_decode); in af9005_usb_module_init()1106 rc_keys = symbol_request(rc_map_af9005_table); in af9005_usb_module_init()1107 rc_keys_size = symbol_request(rc_map_af9005_table_size); in af9005_usb_module_init()
904 #define symbol_request(x) try_then_request_module(symbol_get(x), "symbol:" #x) macro
190 typeof(&FUNCTION) __a = symbol_request(FUNCTION); \
786 get_v3_ds_connect = symbol_request(nfs3_set_ds_client); in load_v3_ds_connect()