Home
last modified time | relevance | path

Searched refs:app_id (Results 1 - 25 of 42) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/iio/accel/
H A Dmma9551_core.c72 u8 app_id; member
87 u8 app_id; member
109 u8 app_id, u8 command, u16 offset, in mma9551_transfer()
126 req.app_id = app_id; in mma9551_transfer()
173 if (rsp.app_id != app_id) { in mma9551_transfer()
175 "app_id mismatch in response got %02x expected %02x\n", in mma9551_transfer()
176 rsp.app_id, app_id); in mma9551_transfer()
108 mma9551_transfer(struct i2c_client *client, u8 app_id, u8 command, u16 offset, u8 *inbytes, int num_inbytes, u8 *outbytes, int num_outbytes) mma9551_transfer() argument
216 mma9551_read_config_byte(struct i2c_client *client, u8 app_id, u16 reg, u8 *val) mma9551_read_config_byte() argument
241 mma9551_write_config_byte(struct i2c_client *client, u8 app_id, u16 reg, u8 val) mma9551_write_config_byte() argument
266 mma9551_read_status_byte(struct i2c_client *client, u8 app_id, u16 reg, u8 *val) mma9551_read_status_byte() argument
291 mma9551_read_config_word(struct i2c_client *client, u8 app_id, u16 reg, u16 *val) mma9551_read_config_word() argument
325 mma9551_write_config_word(struct i2c_client *client, u8 app_id, u16 reg, u16 val) mma9551_write_config_word() argument
352 mma9551_read_status_word(struct i2c_client *client, u8 app_id, u16 reg, u16 *val) mma9551_read_status_word() argument
385 mma9551_read_config_words(struct i2c_client *client, u8 app_id, u16 reg, u8 len, u16 *buf) mma9551_read_config_words() argument
424 mma9551_read_status_words(struct i2c_client *client, u8 app_id, u16 reg, u8 len, u16 *buf) mma9551_read_status_words() argument
463 mma9551_write_config_words(struct i2c_client *client, u8 app_id, u16 reg, u8 len, u16 *buf) mma9551_write_config_words() argument
498 mma9551_update_config_bits(struct i2c_client *client, u8 app_id, u16 reg, u8 mask, u8 val) mma9551_update_config_bits() argument
537 mma9551_gpio_config(struct i2c_client *client, enum mma9551_gpio_pin pin, u8 app_id, u8 bitnum, int polarity) mma9551_gpio_config() argument
[all...]
H A Dmma9551_core.h41 int mma9551_read_config_byte(struct i2c_client *client, u8 app_id,
43 int mma9551_write_config_byte(struct i2c_client *client, u8 app_id,
45 int mma9551_read_status_byte(struct i2c_client *client, u8 app_id,
47 int mma9551_read_config_word(struct i2c_client *client, u8 app_id,
49 int mma9551_write_config_word(struct i2c_client *client, u8 app_id,
51 int mma9551_read_status_word(struct i2c_client *client, u8 app_id,
53 int mma9551_read_config_words(struct i2c_client *client, u8 app_id,
55 int mma9551_read_status_words(struct i2c_client *client, u8 app_id,
57 int mma9551_write_config_words(struct i2c_client *client, u8 app_id,
59 int mma9551_update_config_bits(struct i2c_client *client, u8 app_id,
[all...]
/kernel/linux/linux-6.6/drivers/iio/accel/
H A Dmma9551_core.c72 u8 app_id; member
87 u8 app_id; member
109 u8 app_id, u8 command, u16 offset, in mma9551_transfer()
126 req.app_id = app_id; in mma9551_transfer()
173 if (rsp.app_id != app_id) { in mma9551_transfer()
175 "app_id mismatch in response got %02x expected %02x\n", in mma9551_transfer()
176 rsp.app_id, app_id); in mma9551_transfer()
108 mma9551_transfer(struct i2c_client *client, u8 app_id, u8 command, u16 offset, u8 *inbytes, int num_inbytes, u8 *outbytes, int num_outbytes) mma9551_transfer() argument
216 mma9551_read_config_byte(struct i2c_client *client, u8 app_id, u16 reg, u8 *val) mma9551_read_config_byte() argument
241 mma9551_write_config_byte(struct i2c_client *client, u8 app_id, u16 reg, u8 val) mma9551_write_config_byte() argument
266 mma9551_read_status_byte(struct i2c_client *client, u8 app_id, u16 reg, u8 *val) mma9551_read_status_byte() argument
291 mma9551_read_config_word(struct i2c_client *client, u8 app_id, u16 reg, u16 *val) mma9551_read_config_word() argument
325 mma9551_write_config_word(struct i2c_client *client, u8 app_id, u16 reg, u16 val) mma9551_write_config_word() argument
352 mma9551_read_status_word(struct i2c_client *client, u8 app_id, u16 reg, u16 *val) mma9551_read_status_word() argument
385 mma9551_read_config_words(struct i2c_client *client, u8 app_id, u16 reg, u8 len, u16 *buf) mma9551_read_config_words() argument
424 mma9551_read_status_words(struct i2c_client *client, u8 app_id, u16 reg, u8 len, u16 *buf) mma9551_read_status_words() argument
463 mma9551_write_config_words(struct i2c_client *client, u8 app_id, u16 reg, u8 len, u16 *buf) mma9551_write_config_words() argument
498 mma9551_update_config_bits(struct i2c_client *client, u8 app_id, u16 reg, u8 mask, u8 val) mma9551_update_config_bits() argument
537 mma9551_gpio_config(struct i2c_client *client, enum mma9551_gpio_pin pin, u8 app_id, u8 bitnum, int polarity) mma9551_gpio_config() argument
[all...]
H A Dmma9551_core.h41 int mma9551_read_config_byte(struct i2c_client *client, u8 app_id,
43 int mma9551_write_config_byte(struct i2c_client *client, u8 app_id,
45 int mma9551_read_status_byte(struct i2c_client *client, u8 app_id,
47 int mma9551_read_config_word(struct i2c_client *client, u8 app_id,
49 int mma9551_write_config_word(struct i2c_client *client, u8 app_id,
51 int mma9551_read_status_word(struct i2c_client *client, u8 app_id,
53 int mma9551_read_config_words(struct i2c_client *client, u8 app_id,
55 int mma9551_read_status_words(struct i2c_client *client, u8 app_id,
57 int mma9551_write_config_words(struct i2c_client *client, u8 app_id,
59 int mma9551_update_config_bits(struct i2c_client *client, u8 app_id,
[all...]
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H A Dqla_edif_bsg.h51 struct app_id { struct
68 struct app_id app_info;
76 struct app_id app_info;
90 struct app_id app_info;
141 struct app_id app_info;
165 struct app_id app_info;
208 struct app_id app_info;
245 struct app_id app_info;
259 struct app_id app_info;
/kernel/linux/linux-6.6/block/
H A Dblk-cgroup-fc-appid.c7 * @app_id: application identifier
11 int blkcg_set_fc_appid(char *app_id, u64 cgrp_id, size_t app_id_len) in blkcg_set_fc_appid() argument
37 strscpy(blkcg->fc_app_id, app_id, app_id_len); in blkcg_set_fc_appid()
/kernel/linux/linux-5.10/drivers/misc/genwqe/
H A Dcard_sysfs.c63 u64 slu_id, app_id; in version_show() local
67 app_id = __genwqe_readq(cd, IO_APP_UNITCFG); in version_show()
69 return sprintf(buf, "%016llx.%016llx\n", slu_id, app_id); in version_show()
H A Dcard_debugfs.c287 u64 app_id, slu_id, bitstream = -1; in info_show() local
291 app_id = __genwqe_readq(cd, IO_APP_UNITCFG); in info_show()
306 cd->card_idx, slu_id, app_id, in info_show()
/kernel/linux/linux-6.6/drivers/misc/genwqe/
H A Dcard_sysfs.c63 u64 slu_id, app_id; in version_show() local
67 app_id = __genwqe_readq(cd, IO_APP_UNITCFG); in version_show()
69 return sprintf(buf, "%016llx.%016llx\n", slu_id, app_id); in version_show()
H A Dcard_debugfs.c287 u64 app_id, slu_id, bitstream = -1; in info_show() local
291 app_id = __genwqe_readq(cd, IO_APP_UNITCFG); in info_show()
306 cd->card_idx, slu_id, app_id, in info_show()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_dcb.c783 static int __cxgb4_getapp(struct net_device *dev, u8 app_idtype, u16 app_id, in __cxgb4_getapp() argument
811 if (be16_to_cpu(pcmd.u.dcb.app_priority.protocolid) == app_id) in __cxgb4_getapp()
826 static int cxgb4_getapp(struct net_device *dev, u8 app_idtype, u16 app_id) in cxgb4_getapp() argument
830 app_idtype : 3, app_id, 0); in cxgb4_getapp()
835 static int __cxgb4_setapp(struct net_device *dev, u8 app_idtype, u16 app_id, in __cxgb4_setapp() argument
862 if (be16_to_cpu(pcmd.u.dcb.app_priority.protocolid) == app_id) { in __cxgb4_setapp()
884 pcmd.u.dcb.app_priority.protocolid = cpu_to_be16(app_id); in __cxgb4_setapp()
900 static int cxgb4_setapp(struct net_device *dev, u8 app_idtype, u16 app_id, in cxgb4_setapp() argument
906 .protocol = app_id, in cxgb4_setapp()
916 app_idtype : 3, app_id, app_pri in cxgb4_setapp()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_dcb.c783 static int __cxgb4_getapp(struct net_device *dev, u8 app_idtype, u16 app_id, in __cxgb4_getapp() argument
811 if (be16_to_cpu(pcmd.u.dcb.app_priority.protocolid) == app_id) in __cxgb4_getapp()
826 static int cxgb4_getapp(struct net_device *dev, u8 app_idtype, u16 app_id) in cxgb4_getapp() argument
830 app_idtype : 3, app_id, 0); in cxgb4_getapp()
835 static int __cxgb4_setapp(struct net_device *dev, u8 app_idtype, u16 app_id, in __cxgb4_setapp() argument
862 if (be16_to_cpu(pcmd.u.dcb.app_priority.protocolid) == app_id) { in __cxgb4_setapp()
884 pcmd.u.dcb.app_priority.protocolid = cpu_to_be16(app_id); in __cxgb4_setapp()
900 static int cxgb4_setapp(struct net_device *dev, u8 app_idtype, u16 app_id, in cxgb4_setapp() argument
906 .protocol = app_id, in cxgb4_setapp()
916 app_idtype : 3, app_id, app_pri in cxgb4_setapp()
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dblk-cgroup.h48 int blkcg_set_fc_appid(char *app_id, u64 cgrp_id, size_t app_id_len);
/kernel/linux/linux-6.6/drivers/scsi/elx/efct/
H A Defct_io.h94 * @app_id: application id
151 u32 app_id; member
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A Dlpfc_vmid.c117 tag->app_id = vmp->un.app_id; in lpfc_vmid_update_entry()
H A Dlpfc_sli.h45 uint32_t app_id; member
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_dcb.c161 "dcbx_features.app.app_pri_tbl[%x].app_id %x\n", in bnx2x_dump_dcbx_drv_param()
162 i, features->app.app_pri_tbl[i].app_id); in bnx2x_dump_dcbx_drv_param()
230 TCP_PORT_ISCSI == entry[index].app_id) { in bnx2x_dcbx_get_ap_feature()
235 ETH_TYPE_FCOE == entry[index].app_id) { in bnx2x_dcbx_get_ap_feature()
716 app.protocol = ent->app_id; in bnx2x_dcbnl_update_applist()
920 if ((ETH_TYPE_FCOE == table[i].app_id) && in bnx2x_dcbx_admin_mib_updated_params()
923 else if ((TCP_PORT_ISCSI == table[i].app_id) && in bnx2x_dcbx_admin_mib_updated_params()
929 af->app.app_pri_tbl[traf_type].app_id = in bnx2x_dcbx_admin_mib_updated_params()
930 table[i].app_id; in bnx2x_dcbx_admin_mib_updated_params()
2270 app_ent->app_id in bnx2x_admin_app_set_ent()
[all...]
H A Dbnx2x_dcb.h92 u32 app_id; member
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_dcb.c161 "dcbx_features.app.app_pri_tbl[%x].app_id %x\n", in bnx2x_dump_dcbx_drv_param()
162 i, features->app.app_pri_tbl[i].app_id); in bnx2x_dump_dcbx_drv_param()
230 TCP_PORT_ISCSI == entry[index].app_id) { in bnx2x_dcbx_get_ap_feature()
235 ETH_TYPE_FCOE == entry[index].app_id) { in bnx2x_dcbx_get_ap_feature()
716 app.protocol = ent->app_id; in bnx2x_dcbnl_update_applist()
920 if ((ETH_TYPE_FCOE == table[i].app_id) && in bnx2x_dcbx_admin_mib_updated_params()
923 else if ((TCP_PORT_ISCSI == table[i].app_id) && in bnx2x_dcbx_admin_mib_updated_params()
929 af->app.app_pri_tbl[traf_type].app_id = in bnx2x_dcbx_admin_mib_updated_params()
930 table[i].app_id; in bnx2x_dcbx_admin_mib_updated_params()
2270 app_ent->app_id in bnx2x_admin_app_set_ent()
[all...]
H A Dbnx2x_dcb.h92 u32 app_id; member
/kernel/linux/linux-5.10/include/uapi/linux/genwqe/
H A Dgenwqe_card.h346 __u64 app_id; /* informational/sim: AppID */ member
/kernel/linux/linux-6.6/include/uapi/linux/genwqe/
H A Dgenwqe_card.h346 __u64 app_id; /* informational/sim: AppID */ member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/genwqe/
H A Dgenwqe_card.h200 __u64 app_id; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/genwqe/
H A Dgenwqe_card.h200 __u64 app_id; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/genwqe/
H A Dgenwqe_card.h187 __u64 app_id; member

Completed in 24 milliseconds

12