| /linux/drivers/gpio/ |
| H A D | gpio-cros-ec.c | 76 .get_info.index = gpio, in cros_ec_gpio_get_direction() 88 if (response.get_info.flags & CROS_EC_GPIO_INPUT) in cros_ec_gpio_get_direction() 91 if (response.get_info.flags & CROS_EC_GPIO_OUTPUT) in cros_ec_gpio_get_direction() 106 size_t name_len = strlen(cros_ec_gpio_prefix) + sizeof(response.get_info.name) + 1; in cros_ec_gpio_init_names() 122 params.get_info.index = i; in cros_ec_gpio_init_names() 132 response.get_info.name); in cros_ec_gpio_init_names()
|
| /linux/drivers/platform/chrome/wilco_ec/ |
| H A D | sysfs.c | 103 static ssize_t get_info(struct device *dev, char *buf, enum get_ec_info_op op) in get_info() function 128 return get_info(dev, buf, CMD_GET_EC_LABEL); in version_show() 136 return get_info(dev, buf, CMD_GET_EC_REV); in build_revision_show() 144 return get_info(dev, buf, CMD_GET_EC_BUILD_DATE); in build_date_show() 152 return get_info(dev, buf, CMD_GET_EC_MODEL); in model_number_show()
|
| /linux/tools/perf/python/ |
| H A D | ilist.py | 22 def get_info(info: Dict[str, str], key: str): function 66 desc = get_info(metric, "BriefDescription") 67 desc += get_info(metric, "PublicDescription") 68 desc += get_info(metric, "MetricExpr") 69 desc += get_info(metric, "MetricThreshold") 109 desc = get_info(info, "topic") 110 desc += get_info(info, "event_type_desc") 111 desc += get_info(info, "desc") 112 desc += get_info(info, "long_desc") 113 desc += get_info(info, "encoding_desc")
|
| /linux/drivers/misc/vmw_vmci/ |
| H A D | vmci_host.c | 712 struct vmci_ctx_chkpt_buf_info get_info; in vmci_host_do_ctx_get_cpt_state() local 722 if (copy_from_user(&get_info, uptr, sizeof(get_info))) in vmci_host_do_ctx_get_cpt_state() 726 get_info.result = vmci_ctx_get_chkpt_state(cid, get_info.cpt_type, in vmci_host_do_ctx_get_cpt_state() 727 &get_info.buf_size, &cpt_buf); in vmci_host_do_ctx_get_cpt_state() 728 if (get_info.result == VMCI_SUCCESS && get_info.buf_size) { in vmci_host_do_ctx_get_cpt_state() 729 void __user *ubuf = (void __user *)(uintptr_t)get_info.cpt_buf; in vmci_host_do_ctx_get_cpt_state() 730 retval = copy_to_user(ubuf, cpt_buf, get_info.buf_size); in vmci_host_do_ctx_get_cpt_state() 737 return copy_to_user(uptr, &get_info, sizeof(get_info)) ? -EFAULT : 0; in vmci_host_do_ctx_get_cpt_state()
|
| /linux/drivers/net/ethernet/qlogic/qlcnic/ |
| H A D | qlcnic_dcb.h | 29 void (*get_info) (struct qlcnic_dcb *); member 77 if (dcb && dcb->ops->get_info) in qlcnic_dcb_get_info() 78 dcb->ops->get_info(dcb); in qlcnic_dcb_get_info()
|
| H A D | qlcnic_dcb.c | 174 .get_info = __qlcnic_dcb_get_info, 187 .get_info = __qlcnic_dcb_get_info,
|
| /linux/drivers/md/ |
| H A D | dm-snap-persistent.c | 568 static struct pstore *get_info(struct dm_exception_store *store) in get_info() function 578 struct pstore *ps = get_info(store); in persistent_usage() 594 struct pstore *ps = get_info(store); in persistent_dtr() 615 struct pstore *ps = get_info(store); in persistent_read_metadata() 677 struct pstore *ps = get_info(store); in persistent_prepare_exception() 703 struct pstore *ps = get_info(store); in persistent_commit_exception() 767 struct pstore *ps = get_info(store); in persistent_prepare_merge() 813 struct pstore *ps = get_info(store); in persistent_commit_merge() 844 struct pstore *ps = get_info(store); in persistent_drop_snapshot()
|
| /linux/drivers/firmware/efi/libstub/ |
| H A D | random.c | 15 efi_status_t (__efiapi *get_info)(efi_rng_protocol_t *, 23 u32 get_info; member
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | tcp_ca_unsupp_cong_op.c | 19 .get_info = (void *)unsupp_cong_op_get_info,
|
| /linux/net/ipv4/ |
| H A D | tcp_dctcp.c | 259 .get_info = dctcp_get_info, 269 .get_info = dctcp_get_info,
|
| H A D | tcp_yeah.c | 215 .get_info = tcp_vegas_get_info,
|
| H A D | tcp_vegas.c | 317 .get_info = tcp_vegas_get_info,
|
| H A D | tcp_westwood.c | 286 .get_info = tcp_westwood_info,
|
| H A D | tcp_illinois.c | 336 .get_info = tcp_illinois_info,
|
| H A D | tcp_nv.c | 477 .get_info = tcpnv_get_info,
|
| /linux/include/linux/mfd/ |
| H A D | kempld.h | 113 int (*get_info) (struct kempld_device_data *); member
|
| /linux/include/linux/ |
| H A D | sock_diag.h | 19 int (*get_info)(struct sk_buff *skb, struct sock *sk); member
|
| /linux/net/mptcp/ |
| H A D | diag.c | 118 ops->get_info = subflow_get_info; in mptcp_diag_subflow_init()
|
| /linux/include/linux/generic_pt/ |
| H A D | iommu.h | 101 void (*get_info)(struct pt_iommu *iommu_table, member
|
| /linux/drivers/iommu/generic_pt/ |
| H A D | kunit_iommu.h | 155 priv->iommu->ops->get_info(priv->iommu, &priv->info); in pt_kunit_priv_init()
|
| H A D | iommu_pt.h | 1059 static void NS(get_info)(struct pt_iommu *iommu_table, in NS() argument 1109 .get_info = NS(get_info), 1163 NS(get_info)(iommu_table, &info); in pt_iommu_init_domain()
|
| /linux/drivers/media/pci/ddbridge/ |
| H A D | ddbridge-sx8.c | 59 static int get_info(struct dvb_frontend *fe) in get_info() function 113 get_info(fe); in read_status()
|
| /linux/drivers/net/ethernet/intel/e1000e/ |
| H A D | 82571.c | 1889 .get_info = e1000e_get_phy_info_igp, 1907 .get_info = e1000e_get_phy_info_m88, 1925 .get_info = e1000e_get_phy_info_m88,
|
| /linux/drivers/net/ethernet/hisilicon/hns/ |
| H A D | hns_dsaf_mac.c | 128 if (!mac_ctrl_drv->get_info) in hns_mac_get_port_info() 131 mac_ctrl_drv->get_info(mac_ctrl_drv, &info); in hns_mac_get_port_info()
|
| /linux/arch/sparc/kernel/ |
| H A D | mdesc.c | 88 mdesc_node_info_get_f get_info; member 136 *get_info_f = md_node_ops_table[i].get_info; in mdesc_get_node_ops()
|