/kernel/linux/linux-6.6/drivers/net/wwan/t7xx/ |
H A D | t7xx_port_proxy.c | 405 * t7xx_port_proxy_md_status_notify() - Notify all ports of state. 407 *@state: State. 410 * which want to know MD state transition. 412 void t7xx_port_proxy_md_status_notify(struct port_proxy *port_prox, unsigned int state) in t7xx_port_proxy_md_status_notify() argument 421 port_conf->ops->md_state_notify(port, state); in t7xx_port_proxy_md_status_notify()
|
/kernel/linux/linux-6.6/drivers/phy/ti/ |
H A D | phy-omap-usb2.c | 139 otg->state = OTG_STATE_UNDEFINED; in omap_usb_set_host() 149 otg->state = OTG_STATE_UNDEFINED; in omap_usb_set_peripheral() 359 * into the normal state. in omap_usb2_init_errata()
|
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/ |
H A D | habanalabs_drv.c | 589 * @state: PCI error type 595 hl_pci_err_detected(struct pci_dev *pdev, pci_channel_state_t state) in hl_pci_err_detected() argument 600 switch (state) { in hl_pci_err_detected() 602 dev_warn(hdev->dev, "PCI normal state error detected\n"); in hl_pci_err_detected() 606 dev_warn(hdev->dev, "PCI frozen state error detected\n"); in hl_pci_err_detected() 611 dev_warn(hdev->dev, "PCI failure state error detected\n"); in hl_pci_err_detected()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ast/ |
H A D | ast_drv.h | 395 #define to_ast_crtc_state(state) container_of(state, struct ast_crtc_state, base)
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | hwmgr.c | 343 static enum PP_StateUILabel power_state_convert(enum amd_pm_state_type state) in power_state_convert() argument 345 switch (state) { in power_state_convert()
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | uverbs_std_types_device.c | 143 resp->state = attr->state; in copy_port_attr_to_resp()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | sdma.h | 166 * - ISR entrances to handle interrupts, state changes 237 * point since aspects of the state machine are interrupt 265 * This structure has the state for each sdma_engine. 294 struct sdma_state state; member 410 * a steady state. 414 return engine->state.current_state == sdma_state_s99_running; in __sdma_running() 418 * sdma_running() - state suitability test 421 * sdma_running probes the internal state to determine if it is suitable
|
/kernel/linux/linux-6.6/drivers/iio/temperature/ |
H A D | tmp007.c | 219 enum iio_event_direction dir, int state) in tmp007_write_event_config() 248 if (state) in tmp007_write_event_config() 217 tmp007_write_event_config(struct iio_dev *indio_dev, const struct iio_chan_spec *chan, enum iio_event_type type, enum iio_event_direction dir, int state) tmp007_write_event_config() argument
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/ |
H A D | restrack.c | 146 /* User qp state is not available, so don't dump user qps */ in c4iw_fill_res_qp_entry() 222 if (epcp->state == LISTEN) { in c4iw_fill_res_cm_id_entry() 234 if (rdma_nl_put_driver_u32(msg, "state", epcp->state)) in c4iw_fill_res_cm_id_entry() 381 /* User cq state is not available, so don't dump user cqs */ in c4iw_fill_res_cq_entry() 461 if (rdma_nl_put_driver_u32(msg, "state", in c4iw_fill_res_mr_entry()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/ |
H A D | i915_sw_fence.c | 32 fence_notify(struct i915_sw_fence *fence, enum i915_sw_fence_notify state) in fence_notify() argument 34 switch (state) { in fence_notify()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/mediatek/ |
H A D | mtk_disp_rdma.c | 259 struct mtk_plane_state *state, in mtk_rdma_layer_config() 263 struct mtk_plane_pending_state *pending = &state->pending; in mtk_rdma_layer_config() 258 mtk_rdma_layer_config(struct device *dev, unsigned int idx, struct mtk_plane_state *state, struct cmdq_pkt *cmdq_pkt) mtk_rdma_layer_config() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_sw_fence.c | 83 smp_wmb(); /* flush the change in state before reallocation */ in debug_fence_free() 129 enum i915_sw_fence_notify state) in __i915_sw_fence_notify() 131 return fence->fn(fence, state); in __i915_sw_fence_notify() 128 __i915_sw_fence_notify(struct i915_sw_fence *fence, enum i915_sw_fence_notify state) __i915_sw_fence_notify() argument
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-google-hammer.c | 33 * state of the "Whiskers" base - attached or detached. Whiskers USB device also 34 * reports position of the keyboard - folded or not. Combining base state and 57 bool *state) in cbas_ec_query_base() 84 *state = cbas_parse_base_state(msg->data); in cbas_ec_query_base() 117 * to disrupt the state reported by the base by in cbas_ec_notify() 118 * overriding it with state reported by the LID. Only in cbas_ec_notify() 145 dev_warn(dev, "failed to fetch base state on resume: %d\n", in cbas_ec_resume() 154 * it will resend its state on resume, and we'll update it in cbas_ec_resume() 208 /* Seed the state */ in __cbas_ec_probe() 211 dev_err(&pdev->dev, "cannot query base state in __cbas_ec_probe() 56 cbas_ec_query_base(struct cros_ec_device *ec_dev, bool get_state, bool *state) cbas_ec_query_base() argument [all...] |
/kernel/linux/linux-6.6/drivers/hid/intel-ish-hid/ishtp/ |
H A D | bus.c | 687 if (!cl->fw_client_id || cl->state != ISHTP_CL_CONNECTED) in ishtp_cl_device_bind() 724 cl->state = ISHTP_CL_DISCONNECTED; in ishtp_bus_remove_all_clients() 727 * Wake any pending process. The waiter would check dev->state in ishtp_bus_remove_all_clients()
|
/kernel/linux/linux-6.6/drivers/i2c/busses/ |
H A D | i2c-owl.c | 107 static void owl_i2c_update_reg(void __iomem *reg, unsigned int val, bool state) in owl_i2c_update_reg() argument 113 if (state) in owl_i2c_update_reg()
|
/kernel/linux/linux-6.6/drivers/iio/light/ |
H A D | tcs3472.c | 330 enum iio_event_direction dir, int state) in tcs3472_write_event_config() 340 if (state) in tcs3472_write_event_config() 328 tcs3472_write_event_config(struct iio_dev *indio_dev, const struct iio_chan_spec *chan, enum iio_event_type type, enum iio_event_direction dir, int state) tcs3472_write_event_config() argument
|
H A D | max44009.c | 425 int state) in max44009_write_event_config() 434 MAX44009_REG_INT_EN, state); in max44009_write_event_config() 421 max44009_write_event_config(struct iio_dev *indio_dev, const struct iio_chan_spec *chan, enum iio_event_type type, enum iio_event_direction dir, int state) max44009_write_event_config() argument
|
H A D | gp2ap002.c | 127 * struct gp2ap002 - GP2AP002 state 138 * keep track of whether the event is enabled using this state variable 343 int state) in gp2ap002_write_event_config() 347 if (state) { in gp2ap002_write_event_config() 339 gp2ap002_write_event_config(struct iio_dev *indio_dev, const struct iio_chan_spec *chan, enum iio_event_type type, enum iio_event_direction dir, int state) gp2ap002_write_event_config() argument
|
/kernel/linux/linux-6.6/drivers/iio/dac/ |
H A D | ad5421.c | 215 /* If we had a fault, this might mean that the DAC has lost its state in ad5421_fault_handler() 387 enum iio_event_direction dir, int state) in ad5421_write_event_config() 407 if (state) in ad5421_write_event_config() 385 ad5421_write_event_config(struct iio_dev *indio_dev, const struct iio_chan_spec *chan, enum iio_event_type type, enum iio_event_direction dir, int state) ad5421_write_event_config() argument
|
/kernel/linux/linux-6.6/drivers/iio/adc/ |
H A D | hi8435.c | 135 enum iio_event_direction dir, int state) in hi8435_write_event_config() 141 if (state) { in hi8435_write_event_config() 498 * If the hysteresis is set to odd value then chip gets into lock state in hi8435_probe() 500 * After chip reset the thresholds are in undefined state, so we need to in hi8435_probe() 132 hi8435_write_event_config(struct iio_dev *idev, const struct iio_chan_spec *chan, enum iio_event_type type, enum iio_event_direction dir, int state) hi8435_write_event_config() argument
|
H A D | qcom-spmi-iadc.c | 157 static int iadc_set_state(struct iadc_chip *iadc, bool state) in iadc_set_state() argument 159 return iadc_write(iadc, IADC_EN_CTL1, state ? IADC_EN_CTL1_SET : 0); in iadc_set_state()
|
H A D | adi-axi-adc.c | 71 struct adi_axi_adc_state *state; member 361 cl->state = st; in adi_axi_adc_probe()
|
H A D | ad7091r-base.c | 225 enum iio_event_direction dir, int state) in ad7091r_write_event_config() 229 if (state) { in ad7091r_write_event_config() 222 ad7091r_write_event_config(struct iio_dev *indio_dev, const struct iio_chan_spec *chan, enum iio_event_type type, enum iio_event_direction dir, int state) ad7091r_write_event_config() argument
|
/kernel/linux/linux-6.6/drivers/iio/cdc/ |
H A D | ad7150.c | 73 * @state_lock: ensure consistent state of this structure wrt the 183 /* state_lock should be held to ensure consistent state */ 235 enum iio_event_direction dir, int state) in ad7150_write_event_config() 248 if (!state) { in ad7150_write_event_config() 232 ad7150_write_event_config(struct iio_dev *indio_dev, const struct iio_chan_spec *chan, enum iio_event_type type, enum iio_event_direction dir, int state) ad7150_write_event_config() argument
|
/kernel/linux/linux-6.6/drivers/iio/gyro/ |
H A D | adxrs290.c | 383 /* caching the updated state of the low-pass filter */ in adxrs290_write_raw() 385 /* retrieving the current state of the high-pass filter */ in adxrs290_write_raw() 399 /* caching the updated state of the high-pass filter */ in adxrs290_write_raw() 401 /* retrieving the current state of the low-pass filter */ in adxrs290_write_raw() 466 bool state) in adxrs290_data_rdy_trigger_set_state() 473 val = state ? ADXRS290_SYNC(ADXRS290_DATA_RDY_OUT) : 0; in adxrs290_data_rdy_trigger_set_state() 465 adxrs290_data_rdy_trigger_set_state(struct iio_trigger *trig, bool state) adxrs290_data_rdy_trigger_set_state() argument
|