/openbmc/linux/drivers/net/wireless/silabs/wfx/ |
H A D | sta.c | 137 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 D | at91-sama5d2_adc.c | 334 .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 D | geneve.c | 511 __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 D | sev.c | 177 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 D | log.c | 25 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 D | arm,nvic.txt | 15 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 D | seq_oss_device.h | 143 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 D | dvb_demux.h | 88 enum dvb_dmx_filter_type type; member 143 enum dvb_dmx_filter_type type; member
|
/openbmc/linux/Documentation/networking/ |
H A D | 6lowpan.rst | 25 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 D | imximage.cfg | 22 * Addr-type Address Value 25 * Addr-type register length (1,2 or 4 bytes)
|
/openbmc/u-boot/drivers/clk/renesas/ |
H A D | renesas-cpg-mssr.h | 46 unsigned int type; member 66 { .name = _name, .id = _id, .type = _type }
|
/openbmc/u-boot/include/dm/ |
H A D | of_access.h | 137 const char *type, const char *name); 194 const char *type, const char *compatible);
|
/openbmc/u-boot/board/aristainetos/ |
H A D | ddr-setup.cfg | 8 * Addr-type Address Value 11 * Addr-type register length (1,2 or 4 bytes)
|
/openbmc/u-boot/drivers/video/exynos/ |
H A D | exynos_dp_lowlevel.h | 79 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 D | smsc_sio1007.c | 67 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 D | decodecode | 96 echo -n " .$type 0x" > $T.s 108 echo -n " .$type 0x" > $T.s
|
/openbmc/linux/scripts/gdb/linux/ |
H A D | tasks.py | 101 if task.type.fields()[0].type == thread_info_type.get_type():
|
/openbmc/linux/Documentation/devicetree/bindings/thermal/ |
H A D | max77620_thermal.txt | 50 type = "hot"; 56 type = "critical";
|
/openbmc/linux/drivers/iio/health/ |
H A D | afe440x.h | 85 .type = IIO_INTENSITY, \ 102 .type = IIO_CURRENT, \
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 094.out | 16 …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 D | safe-syscall.inc.S | 22 .type safe_syscall_start, @function 23 .type safe_syscall_end, @function
|
/openbmc/linux/drivers/net/wan/ |
H A D | hdlc_raw_eth.c | 60 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 D | imx8m-soc.yaml | 30 type: object 64 type: object
|
/openbmc/linux/Documentation/devicetree/bindings/mfd/ |
H A D | ti,lp87561-q1.yaml | 38 type: object 42 type: object
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | nv20.c | 99 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()
|