Home
last modified time | relevance | path

Searched refs:search_type (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/drivers/w1/
Dw1.h194 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,
Dw1_io.c361 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()
Dw1.c865 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()
Dw1_netlink.c87 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/
Dds1wm.c318 u8 search_type, w1_slave_found_callback slave_found) in ds1wm_search() argument
345 ds1wm_write(ds1wm_data, search_type); in ds1wm_search()
Domap_hdq.c92 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