Home
last modified time | relevance | path

Searched defs:type (Results 1001 – 1025 of 8932) sorted by relevance

1...<<41424344454647484950>>...358

/openbmc/linux/drivers/net/wireless/broadcom/b43/
H A Dtables_lpphy.c583 u32 type, value; in b43_lptab_read() local
615 u32 type; in b43_lptab_read_bulk() local
649 u32 type; in b43_lptab_write() local
679 u32 type, value; in b43_lptab_write_bulk() local
/openbmc/u-boot/tools/
H A Dmtk_image.c226 enum brlyt_img_type type; member
259 static int mtk_image_check_image_types(uint8_t type) in mtk_image_check_image_types()
564 static void put_brom_layout_header(struct brom_layout_header *hdr, int type) in put_brom_layout_header()
573 int type, int ver) in put_ghf_common_header()
/openbmc/linux/drivers/net/dsa/hirschmann/
H A Dhellcreek_hwtstamp.c155 unsigned int type) in hellcreek_should_tstamp()
309 unsigned int type; in hellcreek_get_rxts() local
372 unsigned int type; in hellcreek_port_txtstamp() local
409 struct sk_buff *skb, unsigned int type) in hellcreek_port_rxtstamp()
/openbmc/linux/security/integrity/evm/
H A Devm_crypto.c74 static struct shash_desc *init_desc(char type, uint8_t hash_algo) in init_desc()
143 char type, char *digest) in hmac_add_misc()
224 uint8_t type, struct evm_digest *data) in evm_calc_hmac_or_hash()
316 char type, struct evm_digest *data) in evm_calc_hash()
/openbmc/linux/drivers/hwmon/
H A Dlm83.c104 enum chips type; member
274 static int lm83_read(struct device *dev, enum hwmon_sensor_types type, in lm83_read()
287 static int lm83_write(struct device *dev, enum hwmon_sensor_types type, in lm83_write()
298 static umode_t lm83_is_visible(const void *_data, enum hwmon_sensor_types type, in lm83_is_visible()
/openbmc/linux/arch/mips/include/asm/
H A Dpgtable-32.h213 #define __swp_entry(type, offset) ((swp_entry_t) { (((type) & 0x1f) << 10) | ((offset) << 15) }) argument
241 #define __swp_entry(type, offset) ((swp_entry_t) { (((type) & 0x1f) << 4) | ((offset) << 9) }) argument
270 #define __swp_entry(type, offset) ((swp_entry_t) { (((type) & 0x1f) << 2) | ((offset) << 7) }) argument
294 #define __swp_entry(type, offset) ((swp_entry_t) { ((type) << 8) | ((offset) << 13) }) argument
/openbmc/linux/arch/powerpc/include/asm/
H A Dsstep.h52 #define OP_IS_LOAD(type) ((LOAD <= (type) && (type) <= LOAD_VSX) || (type) == LARX) argument
53 #define OP_IS_STORE(type) ((STORE <= (type) && (type) <= STORE_VSX) || (type) == STCX) argument
54 #define OP_IS_LOAD_STORE(type) (LOAD <= (type) && (type) <= STCX) argument
114 int type; member
H A Dpmi.h35 u8 type; member
43 u8 type; member
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DPortCollection.json19 "type": [ array
49 "type": "null" string
61 "type": "array" string
86 "type": "object" string
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A DPortCollection.json19 "type": [ array
49 "type": "null" string
61 "type": "array" string
86 "type": "object" string
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_irq.c518 struct amdgpu_irq_src *src, unsigned int type) in amdgpu_irq_update()
582 unsigned int type) in amdgpu_irq_get()
612 unsigned int type) in amdgpu_irq_put()
646 unsigned int type) in amdgpu_irq_enabled()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec_fs.c43 static struct mlx5e_ipsec_rx *ipsec_rx(struct mlx5e_ipsec *ipsec, u32 family, int type) in ipsec_rx()
54 static struct mlx5e_ipsec_tx *ipsec_tx(struct mlx5e_ipsec *ipsec, int type) in ipsec_tx()
558 int type) in rx_ft_get()
574 u32 family, u32 prio, int type) in rx_ft_get_policy()
601 static void rx_ft_put(struct mlx5e_ipsec *ipsec, u32 family, int type) in rx_ft_put()
852 u32 prio, int type) in tx_ft_get_policy()
880 struct mlx5e_ipsec *ipsec, int type) in tx_ft_get()
894 static void tx_ft_put(struct mlx5e_ipsec *ipsec, int type) in tx_ft_put()
903 static void tx_ft_put_policy(struct mlx5e_ipsec *ipsec, u32 prio, int type) in tx_ft_put_policy()
1066 int type, u8 dir) in ipsec_fs_get_ns()
[all …]
/openbmc/linux/security/safesetid/
H A Dlsm.h50 enum setid_type type; member
64 enum setid_type type; member
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H A Dgk104.c110 enum nvkm_subdev_type type, int inst, in gk104_therm_new_()
128 gk104_therm_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_therm… in gk104_therm_new()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/
H A Dbios_parser_common.c251 static uint32_t id_from_bios_object_id(enum object_type type, in id_from_bios_object_id()
271 enum object_type type; in object_id_from_bios_object_id() local
/openbmc/linux/include/trace/events/
H A D9p.h119 #define show_9p_op(type) \ argument
121 #define show_9p_fid_reftype(type) \ argument
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/
H A Dcan.json22 "type": "once", string
36 "type": "always", string
48 "type": "always", string
/openbmc/rest-dbus/resources/
H A Ddbus.js72 function format_one_type(type) argument
150 function format_types(type) argument
165 function format_type(type) argument
/openbmc/linux/net/ipv6/
H A Dtunnel6.c204 u8 type, u8 code, int offset, __be32 info) in tunnel6_err()
216 u8 type, u8 code, int offset, __be32 info) in tunnel46_err()
228 u8 type, u8 code, int offset, __be32 info) in tunnelmpls6_err()
/openbmc/linux/arch/sparc/include/asm/
H A Duaccess_64.h77 #define __put_kernel_nofault(dst, src, type, label) \ argument
147 #define __get_kernel_nofault(dst, src, type, label) \ argument
187 #define __get_user_nocheck(data, addr, size, type) ({ \ argument
/openbmc/linux/tools/include/linux/
H A Dkernel.h36 #define container_of(ptr, type, member) ({ \ argument
57 #define max_t(type, x, y) max((type)x, (type)y) argument
58 #define min_t(type, x, y) min((type)x, (type)y) argument
/openbmc/qemu/hw/misc/
H A Daxp2xx.c66 static void axp209_reset_enter(AXP2xxI2CState *s, ResetType type) in axp209_reset_enter()
109 static void axp221_reset_enter(AXP2xxI2CState *s, ResetType type) in axp221_reset_enter()
163 static void axp2xx_reset_enter(Object *obj, ResetType type) in axp2xx_reset_enter()
/openbmc/qemu/ui/
H A Ddbus-clipboard.c42 QemuClipboardType type) in dbus_clipboard_complete_request()
134 QemuClipboardType type) in dbus_clipboard_qemu_request()
368 QemuClipboardType type = QEMU_CLIPBOARD_TYPE_TEXT; in dbus_clipboard_request() local
/openbmc/qemu/hw/core/
H A Dreset.c69 static void legacy_reset_hold(Object *obj, ResetType type) in legacy_reset_hold()
122 static void find_legacy_reset_cb(Object *obj, void *opaque, ResetType type) in find_legacy_reset_cb()
175 ResetType type = (reason == SHUTDOWN_CAUSE_SNAPSHOT_LOAD) ? in qemu_devices_reset() local
/openbmc/pldm/platform-mc/test/
H A Dplatform_manager_test.cpp46 uint8_t type = PLDM_PLATFORM; in TEST_F() local
205 uint8_t type = PLDM_PLATFORM; in TEST_F() local
363 uint8_t type = PLDM_PLATFORM; in TEST_F() local

1...<<41424344454647484950>>...358