Searched refs:fc_cell2phandle (Results 1 – 2 of 2) sorted by relevance
222 h = fc_cell2phandle(fc_arg(cp, 0)); in fco_getproplen()269 h = fc_cell2phandle(fc_arg(cp, 0)); in fco_getprop()334 h = fc_cell2phandle(fc_arg(cp, 0)); in fco_child()366 h = fc_cell2phandle(fc_arg(cp, 0)); in fco_peer()398 h = fc_cell2phandle(fc_arg(cp, 0)); in fco_parent()486 ph = fc_cell2phandle(fc_arg(cp, 1)); in fco_new_device()491 ch = fc_cell2phandle(fc_arg(cp, 0)); in fco_new_device()655 h = fc_cell2phandle(fc_arg(cp, 0)); in fco_finish_device()700 h = fc_cell2phandle(fc_arg(cp, 0)); in fco_create_property()
89 #define fc_cell2phandle(ph) ((phandle_t)((fc_cell_t)(ph))) macro