Home
last modified time | relevance | path

Searched refs:type (Results 6926 – 6950 of 21828) sorted by relevance

1...<<271272273274275276277278279280>>...874

/openbmc/linux/drivers/net/wireless/silabs/wfx/
H A Dsta.c137 if (*total_flags & FIF_PROBE_REQ && vif->type == NL80211_IFTYPE_AP) { in wfx_configure_filter()
173 if (chan0 && chan1 && vif->type != NL80211_IFTYPE_AP) { in wfx_get_ps_timeout()
231 if (vif->type == NL80211_IFTYPE_STATION && in wfx_conf_tx()
309 if (vif->type == NL80211_IFTYPE_STATION) in wfx_sta_add()
313 if (vif->type == NL80211_IFTYPE_STATION && !sta->tdls) in wfx_sta_add()
539 if (vif->type == NL80211_IFTYPE_STATION) in wfx_bss_info_changed()
546 else if (!vif->cfg.assoc && vif->type == NL80211_IFTYPE_STATION) in wfx_bss_info_changed()
553 if (vif->type != NL80211_IFTYPE_STATION) in wfx_bss_info_changed()
742 switch (vif->type) { in wfx_add_interface()
/openbmc/linux/drivers/iio/adc/
H A Dat91-sama5d2_adc.c334 .type = IIO_VOLTAGE, \
355 .type = IIO_VOLTAGE, \
397 .type = IIO_PRESSURE, \
415 .type = IIO_TEMP, \
1323 chan->type == IIO_TEMP) in at91_adc_buffer_prepare()
1374 chan->type == IIO_TEMP) in at91_adc_buffer_postdisable()
1468 if (chan->type == IIO_VOLTAGE) { in at91_adc_trigger_handler_nodma()
1779 if (chan->type == IIO_TEMP) in at91_adc_read_info_raw()
1800 if (chan->type == IIO_TEMP) in at91_adc_read_info_raw()
1940 if (chan->type != IIO_TEMP) in at91_adc_read_raw()
[all …]
/openbmc/linux/drivers/net/
H A Dgeneve.c511 __be16 type; in geneve_gro_receive() local
545 type = gh->proto_type; in geneve_gro_receive()
546 if (likely(type == htons(ETH_P_TEB))) in geneve_gro_receive()
549 ptype = gro_find_receive_by_type(type); in geneve_gro_receive()
567 __be16 type; in geneve_gro_complete() local
573 type = gh->proto_type; in geneve_gro_complete()
576 if (likely(type == htons(ETH_P_TEB))) in geneve_gro_complete()
579 ptype = gro_find_complete_by_type(type); in geneve_gro_complete()
1285 [IFLA_GENEVE_ID] = { .type = NLA_U32 },
1297 [IFLA_GENEVE_DF] = { .type = NLA_U8 },
[all …]
/openbmc/qemu/target/i386/
H A Dsev.c177 int type; member
867 snp_page_type_to_str(int type) in snp_page_type_to_str() argument
869 switch (type) { in snp_page_type_to_str()
894 if (data->type == KVM_SEV_SNP_PAGE_TYPE_CPUID) { in sev_snp_launch_update()
902 update.type = data->type; in sev_snp_launch_update()
1135 data->type = type; in snp_launch_update_data()
1239 int type = KVM_SEV_SNP_PAGE_TYPE_ZERO; in snp_launch_update_kernel_hashes() local
1247 type = KVM_SEV_SNP_PAGE_TYPE_NORMAL; in snp_launch_update_kernel_hashes()
1270 int type, ret, i; in snp_populate_metadata_pages() local
1277 type = snp_metadata_desc_to_page_type(desc->type); in snp_populate_metadata_pages()
[all …]
/openbmc/linux/drivers/staging/greybus/
H A Dlog.c25 if (op->type != GB_LOG_TYPE_SEND_LOG) { in gb_log_request_handler()
26 dev_err(dev, "unknown request type 0x%02x\n", op->type); in gb_log_request_handler()
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Darm,nvic.txt15 interrupt source. The type shall be a <u32> and the value shall be 2.
17 The 1st cell contains the interrupt number for the interrupt type.
/openbmc/linux/sound/core/seq/oss/
H A Dseq_oss_device.h143 snd_seq_oss_control(struct seq_oss_devinfo *dp, unsigned int type, void *arg) in snd_seq_oss_control() argument
148 err = snd_seq_kernel_client_ctl(dp->cseq, type, arg); in snd_seq_oss_control()
/openbmc/linux/include/media/
H A Ddvb_demux.h88 enum dvb_dmx_filter_type type; member
143 enum dvb_dmx_filter_type type; member
/openbmc/linux/Documentation/networking/
H A D6lowpan.rst25 wheres LOWPAN_LLTYPE_FOOBAR is a define for your 6LoWPAN linklayer type of
36 switch (dev->type) {
/openbmc/u-boot/board/freescale/mx25pdk/
H A Dimximage.cfg22 * Addr-type Address Value
25 * Addr-type register length (1,2 or 4 bytes)
/openbmc/u-boot/drivers/clk/renesas/
H A Drenesas-cpg-mssr.h46 unsigned int type; member
66 { .name = _name, .id = _id, .type = _type }
/openbmc/u-boot/include/dm/
H A Dof_access.h137 const char *type, const char *name);
194 const char *type, const char *compatible);
/openbmc/u-boot/board/aristainetos/
H A Dddr-setup.cfg8 * Addr-type Address Value
11 * Addr-type register length (1,2 or 4 bytes)
/openbmc/u-boot/drivers/video/exynos/
H A Dexynos_dp_lowlevel.h79 void exynos_dp_set_video_cr_mn(struct exynos_dp *dp_regs, unsigned int type,
82 unsigned int type);
/openbmc/u-boot/drivers/misc/
H A Dsmsc_sio1007.c67 void sio1007_gpio_config(int port, int gpio, int dir, int pol, int type) in sio1007_gpio_config() argument
84 sio1007_clrsetbits(port, reg + 2, 1 << gpio, type << gpio); in sio1007_gpio_config()
/openbmc/u-boot/scripts/
H A Ddecodecode96 echo -n " .$type 0x" > $T.s
108 echo -n " .$type 0x" > $T.s
/openbmc/linux/scripts/gdb/linux/
H A Dtasks.py101 if task.type.fields()[0].type == thread_info_type.get_type():
/openbmc/linux/Documentation/devicetree/bindings/thermal/
H A Dmax77620_thermal.txt50 type = "hot";
56 type = "critical";
/openbmc/linux/drivers/iio/health/
H A Dafe440x.h85 .type = IIO_INTENSITY, \
102 .type = IIO_CURRENT, \
/openbmc/qemu/tests/qemu-iotests/
H A D094.out16 …ADY", "data": {"device": "src", "len": 67108864, "offset": 67108864, "speed": 0, "type": "mirror"}}
22 …TED", "data": {"device": "src", "len": 67108864, "offset": 67108864, "speed": 0, "type": "mirror"}}
/openbmc/qemu/common-user/host/mips/
H A Dsafe-syscall.inc.S22 .type safe_syscall_start, @function
23 .type safe_syscall_end, @function
/openbmc/linux/drivers/net/wan/
H A Dhdlc_raw_eth.c60 switch (ifs->type) { in raw_eth_ioctl()
64 ifs->type = IF_PROTO_HDLC_ETH; in raw_eth_ioctl()
/openbmc/linux/Documentation/devicetree/bindings/soc/imx/
H A Dimx8m-soc.yaml30 type: object
64 type: object
/openbmc/linux/Documentation/devicetree/bindings/mfd/
H A Dti,lp87561-q1.yaml38 type: object
42 type: object
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dnv20.c99 nv20_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) in nv20_fb_new() argument
101 return nvkm_fb_new_(&nv20_fb, device, type, inst, pfb); in nv20_fb_new()

1...<<271272273274275276277278279280>>...874