| /OK3568_Linux_fs/u-boot/drivers/pinctrl/ |
| H A D | pinctrl_stm32.c | 24 if (!ctl || ctl->af > 15 || ctl->mode > 3 || ctl->otype > 1 || in stm32_gpio_config() 40 clrsetbits_le32(®s->otyper, OTYPE_MSK << index, ctl->otype << index); in stm32_gpio_config() 78 gpio_ctl->otype = STM32_GPIO_OTYPE_OD; in prep_gpio_ctl() 80 gpio_ctl->otype = STM32_GPIO_OTYPE_PP; in prep_gpio_ctl() 90 __func__, gpio_fn, gpio_ctl->speed, gpio_ctl->otype, in prep_gpio_ctl()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/brocade/bna/ |
| H A D | bfa_cs.h | 39 #define bfa_fsm_state_decl(oc, st, otype, etype) \ argument 40 static void oc ## _sm_ ## st(otype * fsm, etype event); \ 41 static void oc ## _sm_ ## st ## _entry(otype * fsm)
|
| /OK3568_Linux_fs/kernel/drivers/scsi/bfa/ |
| H A D | bfa_cs.h | 187 #define bfa_sm_state_decl(oc, st, otype, etype) \ argument 188 static void oc ## _sm_ ## st(otype * fsm, etype event) 216 #define bfa_fsm_state_decl(oc, st, otype, etype) \ argument 217 static void oc ## _sm_ ## st(otype * fsm, etype event); \ 218 static void oc ## _sm_ ## st ## _entry(otype * fsm)
|
| /OK3568_Linux_fs/kernel/drivers/hwtracing/intel_th/ |
| H A D | core.c | 441 unsigned otype; member 478 .otype = GTH_MSU, 499 .otype = GTH_MSU, 550 .otype = GTH_PTI, 565 .otype = GTH_LPP, 675 thdev->output.type = subdev->otype; in intel_th_subdevice_alloc() 715 int intel_th_output_enable(struct intel_th *th, unsigned int otype) in intel_th_output_enable() argument 725 if (intel_th_subdevices[src].otype != otype) in intel_th_output_enable() 739 if (th->thdev[dst]->output.type != otype) in intel_th_output_enable() 786 subdev->otype != GTH_NONE) in intel_th_populate()
|
| H A D | intel_th.h | 242 int intel_th_output_enable(struct intel_th *th, unsigned int otype);
|
| /OK3568_Linux_fs/u-boot/drivers/gpio/ |
| H A D | stm32_gpio.c | 41 #define CHECK_CTL(x) (!x || x->af > 15 || x->mode > 3 || x->otype > 1 || \ 68 clrsetbits_le32(&gpio_regs->otyper, 0x3 << i, ctl->otype << i); in stm32_gpio_config() 136 ctl.otype = STM32_GPIO_OTYPE_PP; in gpio_direction_input()
|
| /OK3568_Linux_fs/u-boot/board/st/stm32f429-discovery/ |
| H A D | stm32f429-discovery.c | 29 .otype = STM32_GPIO_OTYPE_PP, 37 .otype = STM32_GPIO_OTYPE_PP, 66 .otype = STM32_GPIO_OTYPE_PP,
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | algboss.c | 47 u32 otype; member 171 param->otype = larval->alg.cra_flags; in cryptomgr_schedule_probe()
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | streamline_config.pl | 364 my $otype = ( -x $lsmod_file) ? '-|' : '<'; 365 open($linfile, $otype, $lsmod_file);
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | streamline_config.pl | 364 my $otype = ( -x $lsmod_file) ? '-|' : '<'; 365 open($linfile, $otype, $lsmod_file);
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | streamline_config.pl | 363 my $otype = ( -x $lsmod_file) ? '-|' : '<'; 364 open($linfile, $otype, $lsmod_file);
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-stm32f7/ |
| H A D | gpio.h | 94 enum stm32_gpio_otype otype; member
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-stm32f4/ |
| H A D | gpio.h | 128 enum stm32_gpio_otype otype; member
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/bt8xx/ |
| H A D | dst.c | 556 char *otype; in dst_type_print() local 559 otype = "satellite"; in dst_type_print() 563 otype = "terrestrial"; in dst_type_print() 567 otype = "cable"; in dst_type_print() 571 otype = "atsc"; in dst_type_print() 578 dprintk(2, "DST type: %s\n", otype); in dst_type_print()
|
| /OK3568_Linux_fs/kernel/net/wireless/ |
| H A D | util.c | 1014 enum nl80211_iftype otype = dev->ieee80211_ptr->iftype; in cfg80211_change_iface() local 1019 if (otype == NL80211_IFTYPE_AP_VLAN) in cfg80211_change_iface() 1031 if (ntype != otype) { in cfg80211_change_iface() 1045 switch (otype) { in cfg80211_change_iface() 1114 if (!err && ntype != otype && netif_running(dev)) { in cfg80211_change_iface() 1116 cfg80211_update_iface_num(rdev, otype, -1); in cfg80211_change_iface()
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-core/ |
| H A D | dmxdev.c | 627 enum dmx_output otype; in dvb_dmxdev_start_feed() local 634 otype = para->output; in dvb_dmxdev_start_feed() 643 if (otype == DMX_OUT_TS_TAP) in dvb_dmxdev_start_feed() 645 else if (otype == DMX_OUT_TSDEMUX_TAP) in dvb_dmxdev_start_feed() 647 else if (otype == DMX_OUT_TAP) in dvb_dmxdev_start_feed()
|
| /OK3568_Linux_fs/kernel/fs/xfs/libxfs/ |
| H A D | xfs_alloc.h | 72 xfs_alloctype_t otype; /* original allocation type */ member
|
| H A D | xfs_alloc.c | 3054 type = args->otype = args->type; in xfs_alloc_vextent()
|
| /OK3568_Linux_fs/kernel/security/selinux/ss/ |
| H A D | policydb.h | 102 u32 otype; /* resulting type of new object */ member
|
| H A D | policydb.c | 1894 u32 len, stype, otype; in filename_trans_read_helper_compat() local 1918 otype = le32_to_cpu(buf[3]); in filename_trans_read_helper_compat() 1928 if (likely(datum->otype == otype)) in filename_trans_read_helper_compat() 1940 datum->otype = otype; in filename_trans_read_helper_compat() 2025 datum->otype = le32_to_cpu(buf[0]); in filename_trans_read_helper() 3524 buf[3] = cpu_to_le32(datum->otype); in filename_write_helper_compat() 3575 buf[0] = cpu_to_le32(datum->otype); in filename_write_helper()
|
| H A D | services.c | 1711 newcontext->type = datum->otype; in filename_compute_type()
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | checkpatch.pl | 6143 my $otype = $4; 6147 ($arg, $otype) = ($otype, $arg) if ($arg =~ /^(?:true|false)$/i); 6149 my $type = lc($otype); 6157 "Using comparison to $otype is error prone\n" . $herecurr);
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | checkpatch.pl | 6697 my $otype = $4; 6701 ($arg, $otype) = ($otype, $arg) if ($arg =~ /^(?:true|false)$/i); 6703 my $type = lc($otype); 6711 "Using comparison to $otype is error prone\n" . $herecurr);
|
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_trace.h | 1664 __field(short, otype) 1685 __entry->otype = args->otype; 1709 __print_symbolic(__entry->otype, XFS_ALLOC_TYPES),
|
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/ |
| H A D | rtmp.c | 552 int otype; member 616 optinfo[options[i].otype], options[i].use); in RTMP_OptUsage() 722 switch(options[i].otype) { in RTMP_SetOpt()
|