Searched refs:search_type (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/drivers/w1/ |
D | w1.h | 194 void w1_search(struct w1_master *dev, u8 search_type, w1_slave_found_callback cb); 195 void w1_search_devices(struct w1_master *dev, u8 search_type, w1_slave_found_callback cb); 198 void w1_search_process_cb(struct w1_master *dev, u8 search_type,
|
D | w1_io.c | 361 void w1_search_devices(struct w1_master *dev, u8 search_type, w1_slave_found_callback cb) in w1_search_devices() argument 366 search_type, cb); in w1_search_devices() 368 w1_search(dev, search_type, cb); in w1_search_devices()
|
D | w1.c | 865 void w1_search(struct w1_master *dev, u8 search_type, w1_slave_found_callback cb) in w1_search() argument 906 w1_write_8(dev, search_type); in w1_search() 947 void w1_search_process_cb(struct w1_master *dev, u8 search_type, in w1_search_process_cb() argument 955 w1_search_devices(dev, search_type, cb); in w1_search_process_cb() 968 static void w1_search_process(struct w1_master *dev, u8 search_type) in w1_search_process() argument 970 w1_search_process_cb(dev, search_type, w1_slave_found); in w1_search_process()
|
D | w1_netlink.c | 87 int search_type = (cmd->cmd == W1_CMD_ALARM_SEARCH)?W1_ALARM_SEARCH:W1_SEARCH; in w1_process_search_command() local 92 w1_search_process_cb(dev, search_type, w1_send_slave); in w1_process_search_command()
|
/linux-3.4.99/drivers/w1/masters/ |
D | ds1wm.c | 318 u8 search_type, w1_slave_found_callback slave_found) in ds1wm_search() argument 345 ds1wm_write(ds1wm_data, search_type); in ds1wm_search()
|
D | omap_hdq.c | 92 u8 search_type, w1_slave_found_callback slave_found); 237 u8 search_type, w1_slave_found_callback slave_found) in omap_w1_search_bus() argument
|