Home
last modified time | relevance | path

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

12

/linux/drivers/gpio/
H A Dgpio-cros-ec.c75 .get_info.index = gpio, in cros_ec_gpio_get_direction()
87 if (response.get_info.flags & CROS_EC_GPIO_INPUT) in cros_ec_gpio_get_direction()
90 if (response.get_info.flags & CROS_EC_GPIO_OUTPUT) in cros_ec_gpio_get_direction()
105 size_t name_len = strlen(cros_ec_gpio_prefix) + sizeof(response.get_info.name) + 1; in cros_ec_gpio_init_names()
121 params.get_info.index = i; in cros_ec_gpio_init_names()
131 response.get_info.name); in cros_ec_gpio_init_names()
/linux/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
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 Dilist.py22 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/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_dcb.h29 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 Dqlcnic_dcb.c174 .get_info = __qlcnic_dcb_get_info,
187 .get_info = __qlcnic_dcb_get_info,
/linux/drivers/misc/vmw_vmci/
H A Dvmci_host.c712 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/firmware/efi/libstub/
H A Drandom.c15 efi_status_t (__efiapi *get_info)(efi_rng_protocol_t *,
23 u32 get_info; member
H A Defistub.h675 efi_status_t (__efiapi *get_info) (efi_file_protocol_t *,
694 u32 get_info; member
/linux/tools/testing/selftests/bpf/progs/
H A Dtcp_ca_unsupp_cong_op.c19 .get_info = (void *)unsupp_cong_op_get_info,
/linux/include/linux/
H A Dsock_diag.h19 int (*get_info)(struct sk_buff *skb, struct sock *sk); member
/linux/net/mptcp/
H A Ddiag.c118 ops->get_info = subflow_get_info; in mptcp_diag_subflow_init()
/linux/drivers/iommu/generic_pt/
H A Dkunit_iommu.h155 priv->iommu->ops->get_info(priv->iommu, &priv->info); in pt_kunit_priv_init()
/linux/drivers/media/pci/ddbridge/
H A Dddbridge-sx8.c59 static int get_info(struct dvb_frontend *fe) in get_info() function
113 get_info(fe); in read_status()
/linux/drivers/mfd/
H A Dkempld-core.c125 .get_info = kempld_get_info_generic,
272 ret = pdata->get_info(pld); in kempld_get_info()
/linux/net/ipv4/
H A Dtcp_illinois.c336 .get_info = tcp_illinois_info,
H A Dtcp_diag.c102 if (ulp_ops->get_info) in tcp_diag_put_ulp()
103 err = ulp_ops->get_info(sk, skb, net_admin); in tcp_diag_put_ulp()
/linux/drivers/net/ethernet/intel/e1000e/
H A D82571.c1889 .get_info = e1000e_get_phy_info_igp,
1907 .get_info = e1000e_get_phy_info_m88,
1925 .get_info = e1000e_get_phy_info_m88,
H A De1000.h599 return hw->phy.ops.get_info(hw); in e1000_get_phy_info()
H A Dhw.h544 s32 (*get_info)(struct e1000_hw *); member
H A Dich8lan.c580 phy->ops.get_info = e1000_get_phy_info_82577; in e1000_init_phy_params_pchlan()
587 phy->ops.get_info = e1000e_get_phy_info_m88; in e1000_init_phy_params_pchlan()
645 phy->ops.get_info = e1000e_get_phy_info_igp; in e1000_init_phy_params_ich8lan()
654 phy->ops.get_info = e1000_get_phy_info_ife; in e1000_init_phy_params_ich8lan()
664 phy->ops.get_info = e1000e_get_phy_info_m88; in e1000_init_phy_params_ich8lan()
H A D80003es2lan.c1372 .get_info = e1000e_get_phy_info_m88,
/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhns_dsaf_mac.c128 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()
H A Dhns_ae_adapt.c934 .get_info = hns_ae_get_mac_info,
/linux/include/linux/mtd/
H A Dmtd.h183 int (*get_info)(struct mtd_info *mtd, int wunit, member
/linux/drivers/mtd/
H A Dmtdcore.c520 if (master->pairing && master->pairing->get_info) in mtd_wunit_to_pairing_info()
521 return master->pairing->get_info(master, wunit, info); in mtd_wunit_to_pairing_info()

12