Home
last modified time | relevance | path

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

/linux/tools/bpf/bpftool/
H A Dstruct_ops.c304 static struct res do_work_on_struct_ops(const char *search_type, in do_work_on_struct_ops() argument
309 if (search_type) { in do_work_on_struct_ops()
310 if (is_prefix(search_type, "id")) in do_work_on_struct_ops()
312 else if (!is_prefix(search_type, "name")) in do_work_on_struct_ops()
339 const char *search_type = NULL, *search_term = NULL; in do_show() local
346 search_type = GET_ARG(); in do_show()
350 res = do_work_on_struct_ops(search_type, search_term, __do_show, in do_show()
407 const char *search_type = NULL, *search_term = NULL; in do_dump() local
417 search_type = GET_ARG(); in do_dump()
439 res = do_work_on_struct_ops(search_type, search_term, __do_dump, &d, in do_dump()
[all …]
/linux/drivers/w1/
H A Dw1_internal.h33 void w1_search(struct w1_master *dev, u8 search_type,
35 void w1_search_devices(struct w1_master *dev, u8 search_type,
45 void w1_search_process_cb(struct w1_master *dev, u8 search_type,
H A Dw1_io.c366 void w1_search_devices(struct w1_master *dev, u8 search_type, w1_slave_found_callback cb) in w1_search_devices() argument
371 search_type, cb); in w1_search_devices()
373 w1_search(dev, search_type, cb); in w1_search_devices()
H A Dw1.c964 * @search_type: W1_SEARCH to search all devices, or W1_ALARM_SEARCH
978 void w1_search(struct w1_master *dev, u8 search_type, w1_slave_found_callback cb) in w1_search() argument
1025 w1_write_8(dev, search_type); in w1_search()
1086 void w1_search_process_cb(struct w1_master *dev, u8 search_type, in w1_search_process_cb() argument
1096 w1_search_devices(dev, search_type, cb); in w1_search_process_cb()
1114 static void w1_search_process(struct w1_master *dev, u8 search_type) in w1_search_process() argument
1116 w1_search_process_cb(dev, search_type, w1_slave_found); in w1_search_process()
/linux/drivers/net/wireless/ath/ath11k/
H A Dhal_tx.h35 u8 search_type; /* %HAL_TX_ADDR_SEARCH_ */ member
H A Dhal_tx.c57 ti->search_type) | in ath11k_hal_tx_cmd_desc_setup()
H A Ddp.c993 arvif->search_type = HAL_TX_ADDR_SEARCH_INDEX; in ath11k_dp_update_vdev_search()
996 arvif->search_type = HAL_TX_ADDR_SEARCH_DEFAULT; in ath11k_dp_update_vdev_search()
1002 arvif->search_type = HAL_TX_ADDR_SEARCH_DEFAULT; in ath11k_dp_update_vdev_search()
H A Ddp_tx.c166 ti.search_type = arvif->search_type; in ath11k_dp_tx()
/linux/drivers/net/wireless/ath/ath12k/
H A Dhal_tx.h37 u8 search_type; /* %HAL_TX_ADDR_SEARCH_ */ member
H A Ddp_tx.c295 ti.search_type = arvif->search_type; in ath12k_dp_tx()
/linux/drivers/w1/masters/
H A Dds2490.c686 u8 search_type, w1_slave_found_callback callback) in ds9490r_search() argument
740 index = search_type | (search_limit << 8); in ds9490r_search()
H A Domap_hdq.c211 u8 search_type, w1_slave_found_callback slave_found) in omap_w1_search_bus() argument
/linux/drivers/media/dvb-frontends/
H A Dmxl5xx_defs.h439 enum MXL_HYDRA_SEARCH_FREQ_OFFSET_TYPE_E search_type; member