Home
last modified time | relevance | path

Searched refs:get_info (Results 1 – 25 of 88) sorted by relevance

1234

/OK3568_Linux_fs/u-boot/drivers/usb/eth/
H A Dusb_ether.c150 usb_eth_get_info get_info; member
159 .get_info = asix_eth_get_info,
166 .get_info = ax88179_eth_get_info,
173 .get_info = mcs7830_eth_get_info,
180 .get_info = smsc95xx_eth_get_info,
187 .get_info = r8152_eth_get_info,
221 for (j = 0; prob_dev[j].probe && prob_dev[j].get_info; j++) { in probe_valid_drivers()
228 if (prob_dev[j].get_info(dev, in probe_valid_drivers()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/exception/
H A Dexception.hpp179 struct get_info;
182 struct get_info<throw_function>;
185 struct get_info<throw_file>;
188 struct get_info<throw_line>;
280 friend struct exception_detail::get_info;
281 friend struct exception_detail::get_info<throw_function>;
282 friend struct exception_detail::get_info<throw_file>;
283 friend struct exception_detail::get_info<throw_line>;
/OK3568_Linux_fs/kernel/drivers/platform/chrome/wilco_ec/
H A Dsysfs.c103 static ssize_t get_info(struct device *dev, char *buf, enum get_ec_info_op op) in get_info() function
129 return get_info(dev, buf, CMD_GET_EC_LABEL); in version_show()
137 return get_info(dev, buf, CMD_GET_EC_REV); in build_revision_show()
145 return get_info(dev, buf, CMD_GET_EC_BUILD_DATE); in build_date_show()
153 return get_info(dev, buf, CMD_GET_EC_MODEL); in model_number_show()
/OK3568_Linux_fs/kernel/drivers/misc/vmw_vmci/
H A Dvmci_host.c705 struct vmci_ctx_chkpt_buf_info get_info; in vmci_host_do_ctx_get_cpt_state() local
715 if (copy_from_user(&get_info, uptr, sizeof(get_info))) in vmci_host_do_ctx_get_cpt_state()
719 get_info.result = vmci_ctx_get_chkpt_state(cid, get_info.cpt_type, in vmci_host_do_ctx_get_cpt_state()
720 &get_info.buf_size, &cpt_buf); in vmci_host_do_ctx_get_cpt_state()
721 if (get_info.result == VMCI_SUCCESS && get_info.buf_size) { in vmci_host_do_ctx_get_cpt_state()
722 void __user *ubuf = (void __user *)(uintptr_t)get_info.cpt_buf; in vmci_host_do_ctx_get_cpt_state()
723 retval = copy_to_user(ubuf, cpt_buf, get_info.buf_size); in vmci_host_do_ctx_get_cpt_state()
730 return copy_to_user(uptr, &get_info, sizeof(get_info)) ? -EFAULT : 0; in vmci_host_do_ctx_get_cpt_state()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_dcb.h29 void (*get_info) (struct qlcnic_dcb *); member
82 if (dcb && dcb->ops->get_info) in qlcnic_dcb_get_info()
83 dcb->ops->get_info(dcb); in qlcnic_dcb_get_info()
/OK3568_Linux_fs/u-boot/drivers/ram/
H A Dram-uclass.c19 if (!ops->get_info) in ram_get_info()
22 return ops->get_info(dev, info); in ram_get_info()
H A Dsandbox_ram.c25 .get_info = sandbox_get_info,
H A Dbmips_ram.c102 .get_info = bmips_ram_get_info,
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-snap-persistent.c563 static struct pstore *get_info(struct dm_exception_store *store) in get_info() function
573 struct pstore *ps = get_info(store); in persistent_usage()
589 struct pstore *ps = get_info(store); in persistent_dtr()
610 struct pstore *ps = get_info(store); in persistent_read_metadata()
672 struct pstore *ps = get_info(store); in persistent_prepare_exception()
698 struct pstore *ps = get_info(store); in persistent_commit_exception()
762 struct pstore *ps = get_info(store); in persistent_prepare_merge()
808 struct pstore *ps = get_info(store); in persistent_commit_merge()
839 struct pstore *ps = get_info(store); in persistent_drop_snapshot()
/OK3568_Linux_fs/u-boot/drivers/cpu/
H A Dcpu-uclass.c31 if (!ops->get_info) in cpu_get_info()
34 return ops->get_info(dev, info); in cpu_get_info()
/OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/
H A Drandom.c15 efi_status_t (__efiapi *get_info)(efi_rng_protocol_t *,
23 u32 get_info; member
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_diag.c99 if (ulp_ops->get_info) in tcp_diag_put_ulp()
100 err = ulp_ops->get_info(sk, skb); in tcp_diag_put_ulp()
H A Dtcp_dctcp.c224 .get_info = dctcp_get_info,
234 .get_info = dctcp_get_info,
/OK3568_Linux_fs/u-boot/include/
H A Dram.h24 int (*get_info)(struct udevice *dev, struct ram_info *info); member
H A Dcpu.h67 int (*get_info)(struct udevice *dev, struct cpu_info *info); member
/OK3568_Linux_fs/u-boot/drivers/ram/rockchip/
H A Dsdram_rk3128.c44 .get_info = rk3128_dmc_get_info,
H A Drockchip_sdram.c87 .get_info = dmc_get_info,
/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_dec_cfg.cpp86 MppCfgInfoNode *get_info(const char *name) { return mpp_dec_cfg_find(mInfo, name); }; in get_info() function in MppDecCfgService
324 MppCfgInfoNode *info = MppDecCfgService::get()->get_info(name); \
348 MppCfgInfoNode *info = MppDecCfgService::get()->get_info(name); \
/OK3568_Linux_fs/u-boot/disk/
H A Dpart.c368 if (!drv->get_info) { in part_get_info()
373 if (drv->get_info(dev_desc, part, info) == 0) { in part_get_info()
722 ret = part_drv->get_info(dev_desc, i, info); in part_get_info_by_name_option()
/OK3568_Linux_fs/kernel/net/core/
H A Dsock_diag.c139 if (hndl && hndl->get_info) in sock_diag_broadcast_destroy_work()
140 err = hndl->get_info(skb, sk); in sock_diag_broadcast_destroy_work()
/OK3568_Linux_fs/kernel/include/linux/mfd/
H A Dkempld.h113 int (*get_info) (struct kempld_device_data *); member
/OK3568_Linux_fs/kernel/include/linux/
H A Dsock_diag.h18 int (*get_info)(struct sk_buff *skb, struct sock *sk); member
/OK3568_Linux_fs/kernel/net/mptcp/
H A Ddiag.c102 ops->get_info = subflow_get_info; in mptcp_diag_subflow_init()
/OK3568_Linux_fs/u-boot/arch/x86/cpu/baytrail/
H A Dcpu.c190 .get_info = baytrail_get_info,
/OK3568_Linux_fs/u-boot/arch/nios2/cpu/
H A Dcpu.c135 .get_info = altera_nios2_get_info,

1234