Home
last modified time | relevance | path

Searched full:get_version (Results 1 – 25 of 26) sorted by relevance

12

/linux/drivers/platform/x86/dell/
H A Ddell-uart-backlight.c272 u8 get_version[GET_CMD_LEN], resp[MAX_RESP_LEN]; in dell_uart_bl_serdev_probe() local
297 get_version[0] = DELL_SOF(GET_CMD_LEN); in dell_uart_bl_serdev_probe()
298 get_version[1] = CMD_GET_VERSION; in dell_uart_bl_serdev_probe()
299 get_version[2] = dell_uart_checksum(get_version, 2); in dell_uart_bl_serdev_probe()
301 ret = dell_uart_bl_command(dell_bl, get_version, GET_CMD_LEN, resp, MAX_RESP_LEN); in dell_uart_bl_serdev_probe()
/linux/drivers/media/usb/ttusb-budget/
H A Ddvb-ttusb-budget.c394 u8 get_version[] = { 0xaa, ++ttusb->c, 0x17, 5, 0, 0, 0, 0, 0 }; in ttusb_init_controller() local
416 if ((err = ttusb_cmd(ttusb, get_version, in ttusb_init_controller()
417 sizeof(get_version), sizeof(get_version)))) in ttusb_init_controller()
420 dprintk("stc-version: %c%c%c%c%c\n", get_version[4], get_version[5], in ttusb_init_controller()
421 get_version[6], get_version[7], get_version[8]); in ttusb_init_controller()
423 if (memcmp(get_version + 4, "V 0.0", 5) && in ttusb_init_controller()
424 memcmp(get_version + 4, "V 1.1", 5) && in ttusb_init_controller()
425 memcmp(get_version + 4, "V 2.1", 5) && in ttusb_init_controller()
426 memcmp(get_version + 4, "V 2.2", 5)) { in ttusb_init_controller()
428 get_version[4], get_version[5], in ttusb_init_controller()
[all …]
/linux/include/linux/
H A Dscpi_protocol.h42 * @get_version: returns the major and minor revision on the SCPI
64 u32 (*get_version)(void); member
H A Dpsci.h25 u32 (*get_version)(void); member
/linux/drivers/media/platform/amphion/
H A Dvpu_rpc.h59 u32 (*get_version)(struct vpu_shared_addr *shared); member
387 if (!ops || !ops->get_version) in vpu_iface_get_version()
390 return ops->get_version(core->iface); in vpu_iface_get_version()
H A Dvpu_rpc.c179 .get_version = vpu_windsor_get_version,
205 .get_version = vpu_malone_get_version,
/linux/drivers/cxl/core/
H A Dedac.c33 u8 get_version; member
390 .get_version = feat_entry->get_feat_ver, in cxl_memdev_scrub_init()
458 .get_version = feat_entry->get_feat_ver, in cxl_region_scrub_init()
477 u8 get_version; member
806 .get_version = feat_entry->get_feat_ver, in cxl_memdev_ecs_init()
1176 u8 get_version; member
1644 .get_version = feat_entry->get_feat_ver, in cxl_memdev_sparing_init()
1682 u8 get_version; member
1969 .get_version = feat_entry->get_feat_ver, in cxl_memdev_soft_ppr_init()
/linux/arch/m68k/emu/
H A Dnfeth.c25 GET_VERSION = 0,/* no parameters, return NFAPI_VERSION in d0 */ enumerator
234 ver = nf_call(nfEtherID + GET_VERSION); in nfeth_init()
/linux/drivers/input/mouse/
H A Delan_i2c.h84 int (*get_version)(struct i2c_client *client, u8 pattern, bool iap, member
H A Delan_i2c_smbus.c538 .get_version = elan_smbus_get_version,
H A Delan_i2c_i2c.c756 .get_version = elan_i2c_get_version,
/linux/Documentation/tee/
H A Damd-tee.rst69 * get_version - returns the driver implementation id and capability.
/linux/drivers/platform/x86/intel/pmt/
H A Dcrashlog.c34 #define GET_VERSION(v) (((v) & GENMASK(19, 16)) >> 16) macro
170 *version = GET_VERSION(discovery_header); in pmt_crashlog_supported()
/linux/drivers/net/can/softing/
H A Dsofting_fw.c358 /* get_version */ in softing_chip_poweron()
359 ret = softing_fct_cmd(card, 12, "get_version"); in softing_chip_poweron()
/linux/drivers/tee/tstee/
H A Dcore.c341 .get_version = tstee_get_version,
/linux/drivers/platform/x86/
H A Dapple-gmux.c826 goto get_version; in gmux_probe()
846 get_version: in gmux_probe()
/linux/drivers/tee/optee/
H A Dffa_abi.c902 .get_version = optee_ffa_get_version,
920 .get_version = optee_ffa_get_version,
/linux/drivers/usb/serial/
H A Dspcp8x5.c102 #define GET_VERSION 0xc0 macro
/linux/drivers/tee/amdtee/
H A Dcore.c440 .get_version = amdtee_get_version,
/linux/drivers/platform/raspberrypi/vchiq-mmal/
H A Dmmal-vchiq.c54 "GET_VERSION",
1078 static int get_version(struct vchiq_mmal_instance *instance, in get_version() function
1821 ret = get_version(instance, major_out, minor_out); in vchiq_mmal_version()
/linux/tools/testing/ktest/
H A Dktest.pl1414 get_version();
2445 sub get_version { subroutine
2471 get_version;
2728 get_version;
4637 get_version;
/linux/drivers/tee/qcomtee/
H A Dcall.c686 .get_version = qcomtee_get_version,
/linux/drivers/tty/serial/
H A Dpmac_zilog.c1138 /* Write get_version command byte */ in pmz_irda_setup()
1143 pmz_error("irda_setup timed out on get_version byte\n"); in pmz_irda_setup()
/linux/arch/arm64/kvm/
H A Darm.c2283 if (!psci_ops.get_version) { in init_psci_relay()
2288 kvm_host_psci_config.version = psci_ops.get_version(); in init_psci_relay()
/linux/drivers/media/usb/dvb-usb/
H A Ddib0700_core.c391 deb_info("FW GET_VERSION length: %d\n",ret); in dib0700_identify_state()

12