/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | jquery-ui.min.js | 6 …_get(i,"appendText"),o=this._get(i,"isRTL");i.append&&i.append.remove(),r&&(i.append=e("<span clas… 7 …_get(e,"changeMonth"),v=this._get(e,"changeYear"),y=this._get(e,"showMonthAfterYear"),b="<div clas…
|
/openbmc/linux/include/linux/ |
H A D | klist.h | 25 #define KLIST_INIT(_name, _get, _put) \ argument 28 .get = _get, \ 31 #define DEFINE_KLIST(_name, _get, _put) \ argument 32 struct klist _name = KLIST_INIT(_name, _get, _put)
|
H A D | counter.h | 501 #define COUNTER_COMP_DEVICE_ENUM(_name, _get, _set, _available) \ argument 505 .device_u32_read = (_get), \ 509 #define COUNTER_COMP_COUNT_ENUM(_name, _get, _set, _available) \ argument 513 .count_u32_read = (_get), \ 517 #define COUNTER_COMP_SIGNAL_ENUM(_name, _get, _set, _available) \ argument 521 .signal_u32_read = (_get), \
|
H A D | moduleparam.h | 297 #define module_param_call(name, _set, _get, arg, perm) \ argument 299 { .flags = 0, .set = _set, .get = _get }; \
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | pci_hw.h | 111 static inline u32 mlxsw_pci_cqe_##name##_get(enum mlxsw_pci_cqe_v v, char *cqe) \ 116 return mlxsw_pci_cqe##v0##_##name##_get(cqe); \ 118 return mlxsw_pci_cqe##v1##_##name##_get(cqe); \ 120 return mlxsw_pci_cqe##v2##_##name##_get(cqe); \
|
H A D | item.h | 274 mlxsw_##_type##_##_cname##_##_iname##_get(const char *buf) \ 296 mlxsw_##_type##_##_cname##_##_iname##_get(const char *buf, unsigned short index)\ 317 mlxsw_##_type##_##_cname##_##_iname##_get(const char *buf) \ 339 mlxsw_##_type##_##_cname##_##_iname##_get(const char *buf, unsigned short index)\ 360 mlxsw_##_type##_##_cname##_##_iname##_get(const char *buf) \ 418 mlxsw_##_type##_##_cname##_##_iname##_get(const char *buf, unsigned short index)\ 439 mlxsw_##_type##_##_cname##_##_iname##_get(const char *buf) \ 461 mlxsw_##_type##_##_cname##_##_iname##_get(const char *buf, unsigned short index)\ 539 mlxsw_##_type##_##_cname##_##_iname##_get(const char *buf, u16 index) \
|
H A D | spectrum_router.c | 298 (set->NAME = mlxsw_reg_ricnt_ ## NAME ## _get(ricnt_pl)) in mlxsw_sp_rif_counter_fetch_clear()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlxfw/ |
H A D | mlxfw_mfa2_tlv.h | 49 mlxfw_mfa2_tlv_ ## name ## _get(const struct mlxfw_mfa2_file *mfa2_file, \ 59 mlxfw_mfa2_tlv_ ## name ## _get(const struct mlxfw_mfa2_file *mfa2_file, \
|
/openbmc/linux/drivers/pinctrl/mvebu/ |
H A D | pinctrl-mvebu.h | 139 .mpp_get = _func ## _get, \ 151 .mpp_get = _func ## _get, \
|
/openbmc/linux/drivers/dma/ti/ |
H A D | k3-udma-private.c | 101 struct udma_##res *xudma_##res##_get(struct udma_dev *ud, int id) \ 105 EXPORT_SYMBOL(xudma_##res##_get); \
|
/openbmc/linux/drivers/platform/x86/ |
H A D | eeepc-laptop.c | 1032 #define EEEPC_SENSOR_SHOW_FUNC(_name, _get) \ argument 1037 return show_sys_hwmon(_get, buf); \ 1048 #define EEEPC_CREATE_SENSOR_ATTR_RW(_name, _get, _set) \ argument 1049 EEEPC_SENSOR_SHOW_FUNC(_name, _get) \ 1053 #define EEEPC_CREATE_SENSOR_ATTR_RO(_name, _get) \ argument 1054 EEEPC_SENSOR_SHOW_FUNC(_name, _get) \
|
H A D | lg-laptop.c | 26 .brightness_get = _name##_get, \
|
/openbmc/linux/drivers/scsi/qla2xxx/ |
H A D | qla_dfs.c | 53 static int qla_dfs_rport_##_attr##_get(void *data, u64 *val) \ 64 qla_dfs_rport_##_attr##_get, \ 74 static int qla_dfs_rport_field_##_attr##_get(void *data, u64 *val) \ 81 qla_dfs_rport_field_##_attr##_get, \
|
/openbmc/linux/include/linux/iio/ |
H A D | iio.h | 144 #define IIO_MOUNT_MATRIX(_shared, _get) \ argument 149 .private = (uintptr_t)(_get), \
|
/openbmc/linux/sound/drivers/pcsp/ |
H A D | pcsp_mixer.c | 119 .get = pcsp_##ctl_type##_get, \
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-gpio.c | 83 static int fops_##wire##_get(void *data, u64 *val) \ 101 DEFINE_DEBUGFS_ATTRIBUTE(fops_##wire, fops_##wire##_get, fops_##wire##_set, "%llu\n")
|
/openbmc/linux/include/net/ |
H A D | devlink.h | 578 #define DEVLINK_PARAM_GENERIC(_id, _cmodes, _get, _set, _validate) \ argument 585 .get = _get, \ 590 #define DEVLINK_PARAM_DRIVER(_id, _name, _type, _cmodes, _get, _set, _validate) \ argument 596 .get = _get, \
|
/openbmc/linux/arch/x86/kernel/cpu/mce/ |
H A D | inject.c | 81 static int inj_##reg##_get(void *data, u64 *val) \
|
/openbmc/linux/drivers/hwtracing/intel_th/ |
H A D | gth.c | 227 .get = gth_ ## _what ## _get, \
|
/openbmc/rest-dbus/resources/ |
H A D | jstree.min.js | 5 …_get(),c&&c.data&&c.data.jstree&&(c.helper.find(".jstree-copy").first()[c.data.origin&&(c.data.ori… method in a.vakata.dnd
|