Home
last modified time | relevance | path

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

12

/drivers/platform/chrome/wilco_ec/
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()
/drivers/misc/vmw_vmci/
Dvmci_host.c711 struct vmci_ctx_chkpt_buf_info get_info; in vmci_host_do_ctx_get_cpt_state() local
721 if (copy_from_user(&get_info, uptr, sizeof(get_info))) in vmci_host_do_ctx_get_cpt_state()
725 get_info.result = vmci_ctx_get_chkpt_state(cid, get_info.cpt_type, in vmci_host_do_ctx_get_cpt_state()
726 &get_info.buf_size, &cpt_buf); in vmci_host_do_ctx_get_cpt_state()
727 if (get_info.result == VMCI_SUCCESS && get_info.buf_size) { in vmci_host_do_ctx_get_cpt_state()
728 void __user *ubuf = (void __user *)(uintptr_t)get_info.cpt_buf; in vmci_host_do_ctx_get_cpt_state()
729 retval = copy_to_user(ubuf, cpt_buf, get_info.buf_size); in vmci_host_do_ctx_get_cpt_state()
736 return copy_to_user(uptr, &get_info, sizeof(get_info)) ? -EFAULT : 0; in vmci_host_do_ctx_get_cpt_state()
/drivers/net/ethernet/qlogic/qlcnic/
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()
Dqlcnic_dcb.c174 .get_info = __qlcnic_dcb_get_info,
187 .get_info = __qlcnic_dcb_get_info,
/drivers/md/
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()
/drivers/firmware/efi/libstub/
Drandom.c15 efi_status_t (__efiapi *get_info)(efi_rng_protocol_t *,
23 u32 get_info; member
Dfile.c54 status = fh->get_info(fh, &info_guid, &info_sz, fi); in efi_open_file()
Defistub.h505 efi_status_t (__efiapi *get_info) (efi_file_protocol_t *,
/drivers/media/pci/ddbridge/
Dddbridge-sx8.c68 static int get_info(struct dvb_frontend *fe) in get_info() function
122 get_info(fe); in read_status()
/drivers/net/ethernet/neterion/
Ds2io.c2890 struct rx_curr_get_info get_info, put_info; in rx_intr_handler() local
2901 get_info = ring_data->rx_curr_get_info; in rx_intr_handler()
2902 get_block = get_info.block_index; in rx_intr_handler()
2905 rxdp = ring_data->rx_blocks[get_block].rxds[get_info.offset].virt_addr; in rx_intr_handler()
2913 (get_info.offset + 1) == put_info.offset) { in rx_intr_handler()
2944 get_info.offset++; in rx_intr_handler()
2945 ring_data->rx_curr_get_info.offset = get_info.offset; in rx_intr_handler()
2947 rxds[get_info.offset].virt_addr; in rx_intr_handler()
2948 if (get_info.offset == rxd_count[ring_data->rxd_mode]) { in rx_intr_handler()
2949 get_info.offset = 0; in rx_intr_handler()
[all …]
/drivers/mfd/
Dkempld-core.c123 .get_info = kempld_get_info_generic,
282 ret = pdata->get_info(pld); in kempld_get_info()
/drivers/net/ethernet/intel/e1000e/
D82571.c1890 .get_info = e1000e_get_phy_info_igp,
1908 .get_info = e1000e_get_phy_info_m88,
1926 .get_info = e1000e_get_phy_info_m88,
De1000.h571 return hw->phy.ops.get_info(hw); in e1000_get_phy_info()
Dhw.h525 s32 (*get_info)(struct e1000_hw *); member
Dich8lan.c490 phy->ops.get_info = e1000_get_phy_info_82577; in e1000_init_phy_params_pchlan()
497 phy->ops.get_info = e1000e_get_phy_info_m88; in e1000_init_phy_params_pchlan()
555 phy->ops.get_info = e1000e_get_phy_info_igp; in e1000_init_phy_params_ich8lan()
564 phy->ops.get_info = e1000_get_phy_info_ife; in e1000_init_phy_params_ich8lan()
574 phy->ops.get_info = e1000e_get_phy_info_m88; in e1000_init_phy_params_ich8lan()
D80003es2lan.c1373 .get_info = e1000e_get_phy_info_m88,
/drivers/net/ethernet/hisilicon/hns/
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()
Dhns_dsaf_mac.h393 void (*get_info)(void *mac_drv, struct mac_info *mac_info); member
Dhns_ethtool.c129 if (!h->dev || !h->dev->ops || !h->dev->ops->get_info) in hns_nic_get_link_ksettings()
132 ret = h->dev->ops->get_info(h, NULL, &speed, &duplex); in hns_nic_get_link_ksettings()
Dhnae.h478 int (*get_info)(struct hnae_handle *handle, member
Dhns_dsaf_gmac.c746 mac_drv->get_info = hns_gmac_get_info; in hns_gmac_config()
Dhns_dsaf_xgmac.c826 mac_drv->get_info = hns_xgmac_get_info; in hns_xgmac_config()
Dhns_ae_adapt.c962 .get_info = hns_ae_get_mac_info,
/drivers/firewire/
Dcore-cdev.c409 struct fw_cdev_get_info get_info; member
433 struct fw_cdev_get_info *a = &arg->get_info; in ioctl_get_info()
/drivers/mtd/
Dmtdcore.c445 if (master->pairing && master->pairing->get_info) in mtd_wunit_to_pairing_info()
446 return master->pairing->get_info(master, wunit, info); in mtd_wunit_to_pairing_info()

12