Searched refs:search_type (Results 1 – 6 of 6) sorted by relevance
/drivers/w1/ |
D | w1.h | 280 void w1_search(struct w1_master *dev, u8 search_type, w1_slave_found_callback cb); 281 void w1_search_devices(struct w1_master *dev, u8 search_type, w1_slave_found_callback cb); 288 void w1_search_process_cb(struct w1_master *dev, u8 search_type,
|
D | w1_io.c | 380 void w1_search_devices(struct w1_master *dev, u8 search_type, w1_slave_found_callback cb) in w1_search_devices() argument 385 search_type, cb); in w1_search_devices() 387 w1_search(dev, search_type, cb); in w1_search_devices()
|
D | w1.c | 951 void w1_search(struct w1_master *dev, u8 search_type, w1_slave_found_callback cb) in w1_search() argument 998 w1_write_8(dev, search_type); in w1_search() 1059 void w1_search_process_cb(struct w1_master *dev, u8 search_type, in w1_search_process_cb() argument 1069 w1_search_devices(dev, search_type, cb); in w1_search_process_cb() 1087 static void w1_search_process(struct w1_master *dev, u8 search_type) in w1_search_process() argument 1089 w1_search_process_cb(dev, search_type, w1_slave_found); in w1_search_process()
|
/drivers/w1/masters/ |
D | ds1wm.c | 319 u8 search_type, w1_slave_found_callback slave_found) in ds1wm_search() argument 348 ds1wm_write(ds1wm_data, search_type); in ds1wm_search()
|
D | ds2490.c | 701 u8 search_type, w1_slave_found_callback callback) in ds9490r_search() argument 745 index = search_type | (search_limit << 8); in ds9490r_search()
|
D | omap_hdq.c | 248 u8 search_type, w1_slave_found_callback slave_found) in omap_w1_search_bus() argument
|