Home
last modified time | relevance | path

Searched refs:have_key (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/serial/
H A Dserial_efi.c24 bool have_key; member
36 if (priv->have_key) in serial_efi_get_key()
44 priv->have_key = true; in serial_efi_get_key()
58 priv->have_key = false; in serial_efi_getc()
/OK3568_Linux_fs/kernel/net/ceph/
H A Dauth_x.c252 th->have_key = true; in process_one_ticket()
437 if (!th->have_key) in need_key()
443 static bool have_key(struct ceph_x_ticket_handler *th) in have_key() function
445 if (th->have_key) { in have_key()
447 th->have_key = false; in have_key()
450 return th->have_key; in have_key()
478 if (!have_key(th)) in ceph_x_validate_tickets()
789 th->have_key = false; in invalidate_ticket()
H A Dauth_x.h20 bool have_key; member
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/
H A Dfocaltech_core.h100 #define KEY_EN(data) (data->pdata->have_key)
115 bool have_key; member
H A Dfocaltech_core.c979 if (pdata->have_key) { in fts_input_init()
1188 pdata->have_key = of_property_read_bool(np, "focaltech,have-key"); in fts_parse_dt()
1189 if (pdata->have_key) { in fts_parse_dt()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch_ft5436/
H A Dfocaltech_core.h123 bool have_key; member
H A Dfocaltech_core.c399 if (!data->pdata->have_key) { in fts_input_report_key()
758 if (pdata->have_key) { in fts_input_init()
1184 pdata->have_key = of_property_read_bool(np, "focaltech,have-key"); in fts_parse_dt()
1185 if (pdata->have_key) { in fts_parse_dt()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/
H A Dgt9xx.c1630 u8 have_key = 0; in gtp_init_panel() local
1632 have_key = (config[GTP_REG_HAVE_KEY - GTP_REG_CONFIG_DATA + 2] & 0x01); in gtp_init_panel()
1638 if (have_key) in gtp_init_panel()
1647 if (have_key) in gtp_init_panel()
1656 driver_num, sensor_num, have_key, ts->abs_x_max,ts->abs_y_max,ts->int_trigger_type); in gtp_init_panel()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rsi/
H A Drsi_main.h143 bool have_key; member
H A Drsi_91x_core.c404 tx_params->have_key = !!info->control.hw_key; in rsi_core_xmit()
H A Drsi_91x_hal.c206 tx_params->have_key) { in rsi_prepare_data_desc()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/toshiba/
H A Dps3_gelic_wireless.c1747 int have_key = 0; in gelic_wl_do_wep_setup() local
1765 have_key = 1; in gelic_wl_do_wep_setup()
1777 if (!have_key) { in gelic_wl_do_wep_setup()
/OK3568_Linux_fs/kernel/net/wireless/
H A Dnl80211.c1321 bool have_key = false; in nl80211_parse_connkeys() local
1324 have_key = true; in nl80211_parse_connkeys()
1328 if (!have_key) in nl80211_parse_connkeys()