| /drivers/gpio/ |
| 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()
|
| /drivers/platform/chrome/wilco_ec/ |
| 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()
|
| /drivers/misc/vmw_vmci/ |
| 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()
|
| /drivers/net/ethernet/qlogic/qlcnic/ |
| 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()
|
| A D | qlcnic_dcb.c | 174 .get_info = __qlcnic_dcb_get_info, 187 .get_info = __qlcnic_dcb_get_info,
|
| /drivers/md/ |
| 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()
|
| /drivers/firmware/efi/libstub/ |
| A D | random.c | 15 efi_status_t (__efiapi *get_info)(efi_rng_protocol_t *, 23 u32 get_info; member
|
| A D | file.c | 62 status = efi_call_proto(fh, get_info, &info_guid, &info_sz, fi); in efi_open_file()
|
| A D | efistub.h | 645 efi_status_t (__efiapi *get_info) (efi_file_protocol_t *, 664 u32 get_info; member
|
| /drivers/mfd/ |
| A D | kempld-core.c | 126 .get_info = kempld_get_info_generic, 275 ret = pdata->get_info(pld); in kempld_get_info()
|
| /drivers/media/pci/ddbridge/ |
| 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()
|
| /drivers/net/ethernet/neterion/ |
| A D | s2io.c | 2893 struct rx_curr_get_info get_info, put_info; in rx_intr_handler() local 2904 get_info = ring_data->rx_curr_get_info; in rx_intr_handler() 2905 get_block = get_info.block_index; in rx_intr_handler() 2947 get_info.offset++; in rx_intr_handler() 2950 rxds[get_info.offset].virt_addr; in rx_intr_handler() 2952 get_info.offset = 0; in rx_intr_handler() 3000 struct tx_curr_get_info get_info, put_info; in tx_intr_handler() local 3012 get_info = fifo_data->tx_curr_get_info; in tx_intr_handler() 3064 get_info.offset++; in tx_intr_handler() 3065 if (get_info.offset == get_info.fifo_len + 1) in tx_intr_handler() [all …]
|
| /drivers/net/ethernet/intel/e1000e/ |
| 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,
|
| A D | e1000.h | 596 return hw->phy.ops.get_info(hw); in e1000_get_phy_info()
|
| A D | hw.h | 546 s32 (*get_info)(struct e1000_hw *); member
|
| A D | ich8lan.c | 573 phy->ops.get_info = e1000_get_phy_info_82577; in e1000_init_phy_params_pchlan() 580 phy->ops.get_info = e1000e_get_phy_info_m88; in e1000_init_phy_params_pchlan() 638 phy->ops.get_info = e1000e_get_phy_info_igp; in e1000_init_phy_params_ich8lan() 647 phy->ops.get_info = e1000_get_phy_info_ife; in e1000_init_phy_params_ich8lan() 657 phy->ops.get_info = e1000e_get_phy_info_m88; in e1000_init_phy_params_ich8lan()
|
| A D | 80003es2lan.c | 1372 .get_info = e1000e_get_phy_info_m88,
|
| /drivers/net/ethernet/hisilicon/hns/ |
| A D | hns_dsaf_mac.h | 389 void (*get_info)(void *mac_drv, struct mac_info *mac_info); member
|
| 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()
|
| A D | hns_ethtool.c | 128 if (!h->dev || !h->dev->ops || !h->dev->ops->get_info) in hns_nic_get_link_ksettings() 131 ret = h->dev->ops->get_info(h, NULL, &speed, &duplex); in hns_nic_get_link_ksettings()
|
| A D | hnae.h | 474 int (*get_info)(struct hnae_handle *handle, member
|
| A D | hns_dsaf_gmac.c | 724 mac_drv->get_info = hns_gmac_get_info; in hns_gmac_config()
|
| /drivers/media/usb/uvc/ |
| A D | uvcvideo.h | 253 int (*get_info)(struct uvc_device *dev, struct uvc_entity *entity, member
|
| /drivers/firewire/ |
| A D | core-cdev.c | 444 struct fw_cdev_get_info get_info; member 468 struct fw_cdev_get_info *a = &arg->get_info; in ioctl_get_info()
|
| /drivers/mtd/ |
| A D | mtdcore.c | 460 if (master->pairing && master->pairing->get_info) in mtd_wunit_to_pairing_info() 461 return master->pairing->get_info(master, wunit, info); in mtd_wunit_to_pairing_info()
|