Home
last modified time | relevance | path

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

/openbmc/linux/tools/bpf/bpftool/
H A Dstruct_ops.c298 static struct res do_work_on_struct_ops(const char *search_type, in do_work_on_struct_ops() argument
303 if (search_type) { in do_work_on_struct_ops()
304 if (is_prefix(search_type, "id")) in do_work_on_struct_ops()
306 else if (!is_prefix(search_type, "name")) in do_work_on_struct_ops()
333 const char *search_type = NULL, *search_term = NULL; in do_show() local
340 search_type = GET_ARG(); in do_show()
344 res = do_work_on_struct_ops(search_type, search_term, __do_show, in do_show()
401 const char *search_type = NULL, *search_term = NULL; in do_dump() local
411 search_type = GET_ARG(); in do_dump()
433 res = do_work_on_struct_ops(search_type, search_term, __do_dump, &d, in do_dump()
[all …]
/openbmc/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.c978 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()
/openbmc/u-boot/lib/efi_loader/
H A Defi_boottime.c1287 static int efi_search(enum efi_locate_search_type search_type, in efi_search() argument
1293 switch (search_type) { in efi_search()
1322 enum efi_locate_search_type search_type, in efi_locate_handle() argument
1330 switch (search_type) { in efi_locate_handle()
1356 if (!efi_search(search_type, protocol, search_key, efiobj)) in efi_locate_handle()
1371 if (!efi_search(search_type, protocol, search_key, efiobj)) in efi_locate_handle()
1394 enum efi_locate_search_type search_type, in efi_locate_handle_ext() argument
1398 EFI_ENTRY("%d, %pUl, %p, %p, %p", search_type, protocol, search_key, in efi_locate_handle_ext()
1401 return EFI_EXIT(efi_locate_handle(search_type, protocol, search_key, in efi_locate_handle_ext()
2239 enum efi_locate_search_type search_type, in efi_locate_handle_buffer() argument
[all …]
/openbmc/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.c979 arvif->search_type = HAL_TX_ADDR_SEARCH_INDEX; in ath11k_dp_update_vdev_search()
982 arvif->search_type = HAL_TX_ADDR_SEARCH_DEFAULT; in ath11k_dp_update_vdev_search()
988 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()
H A Dcore.h324 u8 search_type; member
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dhal_tx.h37 u8 search_type; /* %HAL_TX_ADDR_SEARCH_ */ member
H A Ddp_tx.c201 ti.search_type = arvif->search_type; in ath12k_dp_tx()
H A Dcore.h202 u8 search_type; member
H A Ddp.c1097 arvif->search_type = HAL_TX_ADDR_SEARCH_DEFAULT; in ath12k_dp_update_vdev_search()
1102 arvif->search_type = HAL_TX_ADDR_SEARCH_DEFAULT; in ath12k_dp_update_vdev_search()
/openbmc/linux/drivers/w1/masters/
H A Dds2490.c669 u8 search_type, w1_slave_found_callback callback) in ds9490r_search() argument
723 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
/openbmc/linux/drivers/media/dvb-frontends/
H A Dmxl5xx_defs.h439 enum MXL_HYDRA_SEARCH_FREQ_OFFSET_TYPE_E search_type; member
/openbmc/u-boot/include/
H A Defi_api.h111 enum efi_locate_search_type search_type,
168 enum efi_locate_search_type search_type,