| /linux/lib/ |
| H A D | test_static_keys.c | 36 bool init_state; member 75 init = keys[i].init_state; in verify_keys() 117 .init_state = true, in test_key_func() 122 .init_state = false, in test_key_func() 128 .init_state = true, in test_key_func() 133 .init_state = true, in test_key_func() 138 .init_state = false, in test_key_func() 143 .init_state = false, in test_key_func() 149 .init_state = true, in test_key_func() 154 .init_state = false, in test_key_func() [all …]
|
| /linux/tools/testing/selftests/drivers/net/bonding/ |
| H A D | dev_addr_lists.sh | 59 local init_state=$1 63 ip link add bond1 "$init_state" type bond mode 802.3ad 65 if [ "$init_state" = "down" ]; then 84 log_test "bonding LACPDU multicast address to slave (from bond $init_state)"
|
| /linux/drivers/video/fbdev/aty/ |
| H A D | radeon_backlight.c | 69 lvds_gen_cntl |= (rinfo->init_state.lvds_gen_cntl & LVDS_DIGON); in radeon_bl_update_status() 77 lvds_gen_cntl |= (rinfo->init_state.lvds_gen_cntl & LVDS_BL_MOD_EN); in radeon_bl_update_status() 88 rinfo->init_state.lvds_gen_cntl &= ~LVDS_STATE_MASK; in radeon_bl_update_status() 89 rinfo->init_state.lvds_gen_cntl |= rinfo->pending_lvds_gen_cntl in radeon_bl_update_status() 113 rinfo->init_state.lvds_gen_cntl &= ~LVDS_STATE_MASK; in radeon_bl_update_status() 114 rinfo->init_state.lvds_gen_cntl |= (lvds_gen_cntl & LVDS_STATE_MASK); in radeon_bl_update_status()
|
| H A D | radeon_base.c | 1089 | LVDS_EN | (rinfo->init_state.lvds_gen_cntl in radeon_screen_blank() 1096 rinfo->init_state.lvds_gen_cntl &= ~LVDS_STATE_MASK; in radeon_screen_blank() 1097 rinfo->init_state.lvds_gen_cntl |= in radeon_screen_blank() 1134 rinfo->init_state.lvds_gen_cntl &= ~LVDS_STATE_MASK; in radeon_screen_blank() 1135 rinfo->init_state.lvds_gen_cntl |= val & LVDS_STATE_MASK; in radeon_screen_blank() 1737 newmode->crtc_more_cntl = rinfo->init_state.crtc_more_cntl; in radeonfb_set_par() 1830 newmode->vclk_ecp_cntl = rinfo->init_state.vclk_ecp_cntl; in radeonfb_set_par() 1870 newmode->fp_gen_cntl = (rinfo->init_state.fp_gen_cntl & (u32) in radeonfb_set_par() 1894 newmode->lvds_gen_cntl = rinfo->init_state.lvds_gen_cntl; in radeonfb_set_par() 1895 newmode->lvds_pll_cntl = rinfo->init_state.lvds_pll_cntl; in radeonfb_set_par() [all …]
|
| /linux/drivers/base/ |
| H A D | pinctrl.c | 47 dev->pins->init_state = pinctrl_lookup_state(dev->pins->p, in pinctrl_bind_pins() 49 if (IS_ERR(dev->pins->init_state)) { in pinctrl_bind_pins() 56 ret = pinctrl_select_state(dev->pins->p, dev->pins->init_state); in pinctrl_bind_pins()
|
| /linux/include/soc/tegra/ |
| H A D | common.h | 20 bool init_state; member 48 opp_params.init_state = true; in devm_tegra_core_dev_init_opp_table_common()
|
| /linux/arch/x86/kvm/ |
| H A D | i8259.c | 285 s->init_state = 1; in kvm_pic_reset() 362 switch (s->init_state) { in pic_ioport_write() 379 s->init_state = 2; in pic_ioport_write() 383 s->init_state = 3; in pic_ioport_write() 385 s->init_state = 0; in pic_ioport_write() 390 s->init_state = 0; in pic_ioport_write()
|
| H A D | irq.h | 40 u8 init_state; member
|
| /linux/include/linux/spi/ |
| H A D | tle62x0.h | 10 unsigned int init_state; member
|
| /linux/drivers/infiniband/hw/irdma/ |
| H A D | hw.c | 1721 ibdev_dbg(&iwdev->ibdev, "INIT: state = %d\n", iwdev->init_state); in irdma_rt_deinit_hw() 1723 switch (iwdev->init_state) { in irdma_rt_deinit_hw() 1741 ibdev_warn(&iwdev->ibdev, "bad init_state = %d\n", iwdev->init_state); in irdma_rt_deinit_hw() 1810 enum init_completion_state state = rf->init_state; in irdma_ctrl_deinit_hw() 1812 rf->init_state = INVALID_STATE; in irdma_ctrl_deinit_hw() 1843 ibdev_warn(&rf->iwdev->ibdev, "bad init_state = %d\n", rf->init_state); in irdma_ctrl_deinit_hw() 1896 iwdev->init_state = ILQ_CREATED; in irdma_rt_init_hw() 1900 iwdev->init_state = IEQ_CREATED; in irdma_rt_init_hw() 1905 iwdev->init_state = IP_ADDR_REGISTERED; in irdma_rt_init_hw() 1921 status, iwdev->init_state); in irdma_rt_init_hw() [all …]
|
| H A D | main.h | 310 enum init_completion_state init_state; member 371 enum init_completion_state init_state; member
|
| /linux/include/linux/pinctrl/ |
| H A D | devinfo.h | 39 struct pinctrl_state *init_state; member
|
| /linux/include/linux/regulator/ |
| H A D | lp872x.h | 57 enum gpiod_flags init_state; member
|
| /linux/drivers/net/ethernet/fungible/funeth/ |
| H A D | funeth_txrx.h | 127 u8 init_state; /* queue initialization state */ member 183 u8 init_state; /* queue initialization state */ member
|
| H A D | funeth_rx.c | 659 q->init_state = FUN_QSTATE_INIT_SW; in fun_rxq_create_sw() 746 q->init_state = FUN_QSTATE_INIT_FULL; in fun_rxq_create_dev() 770 if (q->init_state < FUN_QSTATE_INIT_FULL) in fun_rxq_free_dev() 782 q->init_state = FUN_QSTATE_INIT_SW; in fun_rxq_free_dev() 801 if (q->init_state >= state) in funeth_rxq_create()
|
| H A D | funeth_tx.c | 654 q->init_state = FUN_QSTATE_INIT_SW; in fun_txq_create_sw() 715 q->init_state = FUN_QSTATE_INIT_FULL; in fun_txq_create_dev() 735 if (q->init_state < FUN_QSTATE_INIT_FULL) in fun_txq_free_dev() 753 q->init_state = FUN_QSTATE_INIT_SW; in fun_txq_free_dev() 771 if (q->init_state >= state) in funeth_txq_create()
|
| /linux/drivers/media/common/b2c2/ |
| H A D | flexcop-fe-tuner.c | 710 fc->init_state |= FC_STATE_FE_INIT; in flexcop_frontend_init() 716 if (fc->init_state & FC_STATE_FE_INIT) { in flexcop_frontend_exit() 720 fc->init_state &= ~FC_STATE_FE_INIT; in flexcop_frontend_exit()
|
| /linux/net/ipv4/ |
| H A D | xfrm4_tunnel.c | 49 .init_state = ipip_init_state,
|
| H A D | ipcomp.c | 164 .init_state = ipcomp4_init_state,
|
| /linux/drivers/nvdimm/ |
| H A D | btt.h | 230 int init_state; member
|
| /linux/net/ipv6/ |
| H A D | mip6.c | 281 .init_state = mip6_destopt_init_state, 363 .init_state = mip6_rthdr_init_state,
|
| H A D | ipcomp6.c | 183 .init_state = ipcomp6_init_state,
|
| /linux/drivers/parport/ |
| H A D | parport_atari.c | 152 .init_state = parport_atari_init_state,
|
| H A D | parport_amiga.c | 168 .init_state = amiga_init_state,
|
| H A D | parport_gsc.c | 108 .init_state = parport_gsc_init_state,
|