/kernel/linux/linux-6.6/drivers/input/keyboard/ |
H A D | lm8323.c | 93 * Stop engine (generates interrupt). If reset is 1, clear the program 96 #define PWM_END(reset) (0xc000 | (!!(reset) << 11))
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nft_bitwise.c | 236 const struct nft_expr *expr, bool reset) in nft_bitwise_dump() 398 const struct nft_expr *expr, bool reset) in nft_bitwise_fast_dump() 235 nft_bitwise_dump(struct sk_buff *skb, const struct nft_expr *expr, bool reset) nft_bitwise_dump() argument 397 nft_bitwise_fast_dump(struct sk_buff *skb, const struct nft_expr *expr, bool reset) nft_bitwise_fast_dump() argument
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | tas2781-i2c.c | 655 tas_priv->reset = devm_gpiod_get_optional(&client->dev, in tasdevice_parse_dt() 656 "reset-gpios", GPIOD_OUT_HIGH); in tasdevice_parse_dt() 657 if (IS_ERR(tas_priv->reset)) in tasdevice_parse_dt() 658 dev_err(tas_priv->dev, "%s Can't get reset GPIO\n", in tasdevice_parse_dt()
|
/kernel/linux/linux-6.6/sound/core/seq/oss/ |
H A D | seq_oss_synth.c | 369 * reset note and velocity on each channel. 385 * reset synth device: 386 * call reset callback. if no callback is defined, send a heartbeat 399 info->sysex->len = 0; /* reset sysex */ in snd_seq_oss_synth_reset() 422 if (rec->oper.reset) { in snd_seq_oss_synth_reset() 423 rec->oper.reset(&info->arg); in snd_seq_oss_synth_reset()
|
/kernel/linux/linux-6.6/net/ceph/ |
H A D | auth.c | 97 ac->ops->reset(ac); in ceph_auth_reset() 445 ac->ops->reset(ac); in ceph_auth_get_request()
|
/kernel/linux/linux-6.6/sound/soc/sof/ |
H A D | ops.h | 83 if (sof_ops(sdev)->reset) in snd_sof_dsp_reset() 84 return sof_ops(sdev)->reset(sdev); in snd_sof_dsp_reset()
|
/kernel/linux/linux-6.6/sound/soc/intel/catpt/ |
H A D | dsp.c | 229 static int catpt_dsp_reset(struct catpt_dev *cdev, bool reset) in catpt_dsp_reset() argument 233 val = reset ? CATPT_CS_RST : 0; in catpt_dsp_reset() 324 /* bring registers to their defaults as HW won't reset itself */
|
/kernel/linux/linux-6.6/sound/soc/intel/avs/ |
H A D | loader.c | 145 ret = avs_dsp_op(adev, reset, AVS_MAIN_CORE_MASK, false); in avs_cldma_load_basefw() 151 dev_err(adev->dev, "cldma reset failed: %d\n", ret); in avs_cldma_load_basefw() 294 ret = avs_dsp_op(adev, reset, AVS_MAIN_CORE_MASK, false); in avs_hda_init_rom()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | f_mass_storage.c | 121 * SetConfiguration, and device reset requests are forwarded to the 171 * the halt in software during the next device reset. Hopefully this 178 * requests. Some of these requests, such as device reset, can involve 186 * (device-reset, interface-change, or configuration-change). When the 432 /* We can't do much more than wait for a reset */ in ep0_queue() 518 DBG(fsg, "bulk reset request\n"); in fsg_setup() 561 /* We can't do much more than wait for a reset */ in start_transfer() 1525 * if we can and wait for a reset. in finish_reply() 2113 * retain this state until the next reset, but there's in received_cbw() 2119 * until the next reset in received_cbw() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/google/gve/ |
H A D | gve_main.c | 600 /* This failure will trigger a reset - no need to clean in gve_register_xdp_qpls() 622 /* This failure will trigger a reset - no need to clean in gve_register_qpls() 636 /* This failure will trigger a reset - no need to clean in gve_register_qpls() 654 /* This failure will trigger a reset - no need to clean up */ in gve_unregister_xdp_qpls() 674 /* This failure will trigger a reset - no need to clean up */ in gve_unregister_qpls() 686 /* This failure will trigger a reset - no need to clean up */ in gve_unregister_qpls() 707 /* This failure will trigger a reset - no need to clean in gve_create_xdp_rings() 728 /* This failure will trigger a reset - no need to clean in gve_create_rings() 740 /* This failure will trigger a reset - no need to clean in gve_create_rings() 896 /* This failure will trigger a reset in gve_destroy_xdp_rings() [all...] |
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | f_mass_storage.c | 91 * SetConfiguration, and device reset requests are forwarded to the 141 * the halt in software during the next device reset. Hopefully this 148 * requests. Some of these requests, such as device reset, can involve 156 * (device-reset, interface-change, or configuration-change). When the 402 /* We can't do much more than wait for a reset */ in ep0_queue() 488 DBG(fsg, "bulk reset request\n"); in fsg_setup() 531 /* We can't do much more than wait for a reset */ in start_transfer() 1574 * if we can and wait for a reset. in finish_reply() 2203 * retain this state until the next reset, but there's in received_cbw() 2209 * until the next reset in received_cbw() [all...] |
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | ov8865.c | 689 struct gpio_desc *reset; member 2339 dev_err(sensor->dev, "failed to perform sw reset\n"); in ov8865_sensor_init() 2403 gpiod_set_value_cansleep(sensor->reset, 1); in ov8865_sensor_power() 2433 gpiod_set_value_cansleep(sensor->reset, 0); in ov8865_sensor_power() 2440 gpiod_set_value_cansleep(sensor->reset, 1); in ov8865_sensor_power() 3006 sensor->reset = devm_gpiod_get_optional(dev, "reset", GPIOD_OUT_HIGH); in ov8865_probe() 3007 if (IS_ERR(sensor->reset)) { in ov8865_probe() 3008 ret = PTR_ERR(sensor->reset); in ov8865_probe()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | cxgb3_main.c | 2725 unsigned int v, status, reset; in t3_adap_check_task() local 2748 * detection of the condition and reset it for the next polling loop. in t3_adap_check_task() 2755 reset = 0; in t3_adap_check_task() 2758 reset |= F_RXFIFO_OVERFLOW; in t3_adap_check_task() 2761 t3_write_reg(adapter, A_XGM_INT_CAUSE + mac->offset, reset); in t3_adap_check_task() 2768 reset = 0; in t3_adap_check_task() 2774 reset |= F_FLEMPTY; in t3_adap_check_task() 2788 t3_write_reg(adapter, A_SG_INT_CAUSE, reset); in t3_adap_check_task() 2899 static int t3_adapter_error(struct adapter *adapter, int reset, int on_wq) in t3_adapter_error() argument 2922 if (reset) in t3_adapter_error() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/ |
H A D | sunhme.c | 543 * service routine, and the chip is reset, or the link is ifconfig'd down 817 /* Aieee, tried them all, reset the in happy_meal_timer() 876 HMD(("happy_meal_tx_reset: reset, ")); in happy_meal_tx_reset() 896 HMD(("happy_meal_rx_reset: reset, ")); in happy_meal_rx_reset() 918 HMD(("happy_meal_stop: reset, ")); in happy_meal_stop() 988 #define TCVR_RESET_TRIES 16 /* It should reset quickly */ 1449 /* Alloc and reset the tx/rx descriptor chains. */ in happy_meal_init() 1500 HMD(("tx/rx reset, ")); in happy_meal_init() 1772 int reset = 0; in happy_meal_is_not_so_happy() local 1793 reset in happy_meal_is_not_so_happy() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | cxgb3_main.c | 2723 unsigned int v, status, reset; in t3_adap_check_task() local 2746 * detection of the condition and reset it for the next polling loop. in t3_adap_check_task() 2753 reset = 0; in t3_adap_check_task() 2756 reset |= F_RXFIFO_OVERFLOW; in t3_adap_check_task() 2759 t3_write_reg(adapter, A_XGM_INT_CAUSE + mac->offset, reset); in t3_adap_check_task() 2766 reset = 0; in t3_adap_check_task() 2772 reset |= F_FLEMPTY; in t3_adap_check_task() 2786 t3_write_reg(adapter, A_SG_INT_CAUSE, reset); in t3_adap_check_task() 2897 static int t3_adapter_error(struct adapter *adapter, int reset, int on_wq) in t3_adapter_error() argument 2920 if (reset) in t3_adapter_error() [all...] |
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mce/ |
H A D | core.c | 723 * Poll for corrected events or events that happened before reset. 1072 goto reset; in mce_end() 1074 goto reset; in mce_end() 1092 goto reset; in mce_end() 1106 goto reset; in mce_end() 1111 * Don't reset anything. That's done by the Monarch. in mce_end() 1120 reset: in mce_end() 1673 * Log the machine checks left over from the previous reset. Log them in __mcheck_cpu_init_generic()
|
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | sdhci-tegra.c | 19 #include <linux/reset.h> 1354 .reset = tegra_sdhci_reset, 1414 .reset = tegra_sdhci_reset, 1461 .reset = tegra_sdhci_reset, 1498 .reset = tegra_sdhci_reset, 1716 dev_err(&pdev->dev, "failed to get reset control: %d\n", rc); in sdhci_tegra_probe()
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | w83781d.c | 57 static bool reset; variable 58 module_param(reset, bool, 0); 59 MODULE_PARM_DESC(reset, "Set to one to reset chip on load"); 1342 if (reset && type != as99127f) { /* in w83781d_init_device() 1355 "If reset=1 solved a problem you were having, please report!\n"); in w83781d_init_device() 1372 * Disable master beep-enable (reset turns it on). in w83781d_init_device() 1373 * Individual beep_mask should be reset to off but for some in w83781d_init_device() 1381 * Already done if reset=1. in w83781d_init_device() 1383 if (init && !reset in w83781d_init_device() [all...] |
H A D | w83791d.c | 49 static bool reset; variable 50 module_param(reset, bool, 0); 51 MODULE_PARM_DESC(reset, "Set to one to force a hardware chip reset"); 1425 * The difference between reset and init is that reset in w83791d_init_client() 1426 * does a hard reset of the chip via index 0x40, bit 7, in w83791d_init_client() 1429 * thing (which is why the default is reset=0, init=0), in w83791d_init_client() 1430 * but if not, reset is the hard hammer and init in w83791d_init_client() 1434 * "power on defaults" and "reset b in w83791d_init_client() [all...] |
/kernel/linux/linux-5.10/drivers/net/usb/ |
H A D | aqc111.c | 1249 .reset = aqc111_reset, 1266 .reset = aqc111_reset, 1285 .reset = aqc111_reset, 1301 .reset = aqc111_reset, 1315 .reset = aqc111_reset,
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | sdhci-tegra.c | 28 #include <linux/reset.h> 1368 .reset = tegra_sdhci_reset, 1430 .reset = tegra_sdhci_reset, 1479 .reset = tegra_sdhci_reset, 1516 .reset = tegra_sdhci_reset, 1772 dev_err(&pdev->dev, "failed to get reset control: %d\n", rc); in sdhci_tegra_probe()
|
/kernel/linux/linux-6.6/drivers/misc/bcm-vk/ |
H A D | bcm_vk_dev.c | 509 * If not called during reset, reset_pid will be 0, and all will be in bcm_vk_blk_drv_access() 1023 * runs automatically after reset, it will update the reason in bcm_vk_reset_successful() 1089 * Allowing us to debug the failure. When we call reset, in bcm_vk_trigger_reset() 1107 /* special reset handling */ in bcm_vk_trigger_reset() 1113 * reset the reboot reason as it will contain valid info that in bcm_vk_trigger_reset() 1114 * is important - simply use special reset in bcm_vk_trigger_reset() 1119 dev_info(&vk->pdev->dev, "Hard reset on Standalone mode"); in bcm_vk_trigger_reset() 1124 /* reset fw_status with proper reason, and press db */ in bcm_vk_trigger_reset() 1142 struct vk_reset reset; in bcm_vk_reset() local 1147 if (copy_from_user(&reset, ar in bcm_vk_reset() [all...] |
/kernel/linux/linux-6.6/drivers/net/usb/ |
H A D | aqc111.c | 1249 .reset = aqc111_reset, 1266 .reset = aqc111_reset, 1285 .reset = aqc111_reset, 1301 .reset = aqc111_reset, 1315 .reset = aqc111_reset,
|
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/mce/ |
H A D | core.c | 660 * Poll for corrected events or events that happened before reset. 1140 goto reset; in mce_end() 1142 goto reset; in mce_end() 1157 goto reset; in mce_end() 1171 goto reset; in mce_end() 1176 * Don't reset anything. That's done by the Monarch. in mce_end() 1185 reset: in mce_end() 1793 * Log the machine checks left over from the previous reset. Log them in __mcheck_cpu_init_generic()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | w83781d.c | 57 static bool reset; variable 58 module_param(reset, bool, 0); 59 MODULE_PARM_DESC(reset, "Set to one to reset chip on load"); 1340 if (reset && type != as99127f) { /* in w83781d_init_device() 1353 "If reset=1 solved a problem you were having, please report!\n"); in w83781d_init_device() 1370 * Disable master beep-enable (reset turns it on). in w83781d_init_device() 1371 * Individual beep_mask should be reset to off but for some in w83781d_init_device() 1379 * Already done if reset=1. in w83781d_init_device() 1381 if (init && !reset in w83781d_init_device() [all...] |