Home
last modified time | relevance | path

Searched defs:ctrl (Results 1 – 25 of 1416) sorted by relevance

12345678910>>...57

/linux-6.14.4/drivers/pci/hotplug/
Dpciehp_hpc.c49 static inline struct pci_dev *ctrl_dev(struct controller *ctrl) in ctrl_dev()
58 static inline int pciehp_request_irq(struct controller *ctrl) in pciehp_request_irq()
78 static inline void pciehp_free_irq(struct controller *ctrl) in pciehp_free_irq()
86 static int pcie_poll_cmd(struct controller *ctrl, int timeout) in pcie_poll_cmd()
112 static void pcie_wait_cmd(struct controller *ctrl) in pcie_wait_cmd()
157 static void pcie_do_write_cmd(struct controller *ctrl, u16 cmd, in pcie_do_write_cmd()
213 static void pcie_write_cmd(struct controller *ctrl, u16 cmd, u16 mask) in pcie_write_cmd()
219 static void pcie_write_cmd_nowait(struct controller *ctrl, u16 cmd, u16 mask) in pcie_write_cmd_nowait()
235 int pciehp_check_link_active(struct controller *ctrl) in pciehp_check_link_active()
291 int pciehp_check_link_status(struct controller *ctrl) in pciehp_check_link_status()
[all …]
Dpciehp_ctrl.c33 static void set_slot_off(struct controller *ctrl) in set_slot_off()
61 static int board_added(struct controller *ctrl) in board_added()
111 static void remove_board(struct controller *ctrl, bool safe_removal) in remove_board()
140 void pciehp_request(struct controller *ctrl, int action) in pciehp_request()
149 struct controller *ctrl = container_of(work, struct controller, in pciehp_queue_pushbutton_work() local
166 void pciehp_handle_button_press(struct controller *ctrl) in pciehp_handle_button_press()
216 void pciehp_handle_disable_request(struct controller *ctrl) in pciehp_handle_disable_request()
231 void pciehp_handle_presence_or_link_change(struct controller *ctrl, u32 events) in pciehp_handle_presence_or_link_change()
298 static int __pciehp_enable_slot(struct controller *ctrl) in __pciehp_enable_slot()
323 static int pciehp_enable_slot(struct controller *ctrl) in pciehp_enable_slot()
[all …]
Dpciehp_core.c51 static int init_slot(struct controller *ctrl) in init_slot()
90 static void cleanup_slot(struct controller *ctrl) in cleanup_slot()
103 struct controller *ctrl = to_ctrl(hotplug_slot); in set_attention_status() local
119 struct controller *ctrl = to_ctrl(hotplug_slot); in get_power_status() local
130 struct controller *ctrl = to_ctrl(hotplug_slot); in get_latch_status() local
141 struct controller *ctrl = to_ctrl(hotplug_slot); in get_adapter_status() local
166 static void pciehp_check_presence(struct controller *ctrl) in pciehp_check_presence()
187 struct controller *ctrl; in pciehp_probe() local
246 struct controller *ctrl = get_service_data(dev); in pciehp_remove() local
287 static bool pciehp_device_replaced(struct controller *ctrl) in pciehp_device_replaced()
[all …]
Dshpchp_ctrl.c45 u8 shpchp_handle_attention_button(u8 hp_slot, struct controller *ctrl) in shpchp_handle_attention_button()
68 u8 shpchp_handle_switch_change(u8 hp_slot, struct controller *ctrl) in shpchp_handle_switch_change()
106 u8 shpchp_handle_presence_change(u8 hp_slot, struct controller *ctrl) in shpchp_handle_presence_change()
141 u8 shpchp_handle_power_fault(u8 hp_slot, struct controller *ctrl) in shpchp_handle_power_fault()
178 static int change_bus_speed(struct controller *ctrl, struct slot *p_slot, in change_bus_speed()
193 static int fix_bus_speed(struct controller *ctrl, struct slot *pslot, in fix_bus_speed()
235 struct controller *ctrl = p_slot->ctrl; in board_added() local
339 struct controller *ctrl = p_slot->ctrl; in remove_board() local
461 struct controller *ctrl = p_slot->ctrl; in handle_button_press_event() local
546 struct controller *ctrl = p_slot->ctrl; in shpchp_enable_slot() local
[all …]
Dpciehp.h35 #define ctrl_dbg(ctrl, format, arg...) \ argument
37 #define ctrl_err(ctrl, format, arg...) \ argument
39 #define ctrl_info(ctrl, format, arg...) \ argument
41 #define ctrl_warn(ctrl, format, arg...) \ argument
156 #define ATTN_BUTTN(ctrl) ((ctrl)->slot_cap & PCI_EXP_SLTCAP_ABP) argument
157 #define POWER_CTRL(ctrl) ((ctrl)->slot_cap & PCI_EXP_SLTCAP_PCP) argument
158 #define MRL_SENS(ctrl) ((ctrl)->slot_cap & PCI_EXP_SLTCAP_MRLSP) argument
159 #define ATTN_LED(ctrl) ((ctrl)->slot_cap & PCI_EXP_SLTCAP_AIP) argument
160 #define PWR_LED(ctrl) ((ctrl)->slot_cap & PCI_EXP_SLTCAP_PIP) argument
161 #define NO_CMD_CMPL(ctrl) ((ctrl)->slot_cap & PCI_EXP_SLTCAP_NCCS) argument
[all …]
Dshpchp_hpc.c171 static inline u8 shpc_readb(struct controller *ctrl, int reg) in shpc_readb()
176 static inline u16 shpc_readw(struct controller *ctrl, int reg) in shpc_readw()
181 static inline void shpc_writew(struct controller *ctrl, int reg, u16 val) in shpc_writew()
186 static inline u32 shpc_readl(struct controller *ctrl, int reg) in shpc_readl()
191 static inline void shpc_writel(struct controller *ctrl, int reg, u32 val) in shpc_writel()
196 static inline int shpc_indirect_read(struct controller *ctrl, int index, in shpc_indirect_read()
214 struct controller *ctrl = from_timer(ctrl, t, poll_timer); in int_poll_timeout() local
228 static void start_int_poll_timer(struct controller *ctrl, int sec) in start_int_poll_timer()
238 static inline int is_ctrl_busy(struct controller *ctrl) in is_ctrl_busy()
248 static inline int shpc_poll_ctrl_busy(struct controller *ctrl) in shpc_poll_ctrl_busy()
[all …]
/linux-6.14.4/drivers/nvme/host/
Dcore.c154 void nvme_queue_scan(struct nvme_ctrl *ctrl) in nvme_queue_scan()
169 int nvme_try_sched_reset(struct nvme_ctrl *ctrl) in nvme_try_sched_reset()
181 struct nvme_ctrl *ctrl = container_of(to_delayed_work(work), in nvme_failfast_work() local
192 static inline void nvme_start_failfast_work(struct nvme_ctrl *ctrl) in nvme_start_failfast_work()
201 static inline void nvme_stop_failfast_work(struct nvme_ctrl *ctrl) in nvme_stop_failfast_work()
211 int nvme_reset_ctrl(struct nvme_ctrl *ctrl) in nvme_reset_ctrl()
221 int nvme_reset_ctrl_sync(struct nvme_ctrl *ctrl) in nvme_reset_ctrl_sync()
235 static void nvme_do_delete_ctrl(struct nvme_ctrl *ctrl) in nvme_do_delete_ctrl()
249 struct nvme_ctrl *ctrl = in nvme_delete_ctrl_work() local
255 int nvme_delete_ctrl(struct nvme_ctrl *ctrl) in nvme_delete_ctrl()
[all …]
Dauth.c23 struct nvme_ctrl *ctrl; member
51 static inline int ctrl_max_dhchaps(struct nvme_ctrl *ctrl) in ctrl_max_dhchaps()
57 static int nvme_auth_submit(struct nvme_ctrl *ctrl, int qid, in nvme_auth_submit()
93 static int nvme_auth_receive_validate(struct nvme_ctrl *ctrl, int qid, in nvme_auth_receive_validate()
120 static int nvme_auth_set_dhchap_negotiate_data(struct nvme_ctrl *ctrl, in nvme_auth_set_dhchap_negotiate_data()
152 static int nvme_auth_process_dhchap_challenge(struct nvme_ctrl *ctrl, in nvme_auth_process_dhchap_challenge()
291 static int nvme_auth_set_dhchap_reply_data(struct nvme_ctrl *ctrl, in nvme_auth_set_dhchap_reply_data()
338 static int nvme_auth_process_dhchap_success1(struct nvme_ctrl *ctrl, in nvme_auth_process_dhchap_success1()
388 static int nvme_auth_set_dhchap_success2_data(struct nvme_ctrl *ctrl, in nvme_auth_set_dhchap_success2_data()
402 static int nvme_auth_set_dhchap_failure2_data(struct nvme_ctrl *ctrl, in nvme_auth_set_dhchap_failure2_data()
[all …]
Dsysfs.c17 struct nvme_ctrl *ctrl = dev_get_drvdata(dev); in nvme_sysfs_reset() local
31 struct nvme_ctrl *ctrl = dev_get_drvdata(dev); in nvme_sysfs_rescan() local
41 struct nvme_ctrl *ctrl = dev_get_drvdata(dev); in nvme_adm_passthru_err_log_enabled_show() local
50 struct nvme_ctrl *ctrl = dev_get_drvdata(dev); in nvme_adm_passthru_err_log_enabled_store() local
340 struct nvme_ctrl *ctrl = dev_get_drvdata(dev); in nvme_sysfs_delete() local
355 struct nvme_ctrl *ctrl = dev_get_drvdata(dev); in nvme_sysfs_show_transport() local
365 struct nvme_ctrl *ctrl = dev_get_drvdata(dev); in nvme_sysfs_show_state() local
389 struct nvme_ctrl *ctrl = dev_get_drvdata(dev); in nvme_sysfs_show_subsysnqn() local
399 struct nvme_ctrl *ctrl = dev_get_drvdata(dev); in nvme_sysfs_show_hostnqn() local
409 struct nvme_ctrl *ctrl = dev_get_drvdata(dev); in nvme_sysfs_show_hostid() local
[all …]
Dfabrics.c130 int nvmf_get_address(struct nvme_ctrl *ctrl, char *buf, int size) in nvmf_get_address()
172 int nvmf_reg_read32(struct nvme_ctrl *ctrl, u32 off, u32 *val) in nvmf_reg_read32()
217 int nvmf_reg_read64(struct nvme_ctrl *ctrl, u32 off, u64 *val) in nvmf_reg_read64()
262 int nvmf_reg_write32(struct nvme_ctrl *ctrl, u32 off, u32 val) in nvmf_reg_write32()
283 int nvmf_subsystem_reset(struct nvme_ctrl *ctrl) in nvmf_subsystem_reset()
309 static void nvmf_log_connect_error(struct nvme_ctrl *ctrl, in nvmf_log_connect_error()
394 static struct nvmf_connect_data *nvmf_connect_data_prep(struct nvme_ctrl *ctrl, in nvmf_connect_data_prep()
411 static void nvmf_connect_cmd_prep(struct nvme_ctrl *ctrl, u16 qid, in nvmf_connect_cmd_prep()
447 int nvmf_connect_admin_queue(struct nvme_ctrl *ctrl) in nvmf_connect_admin_queue()
524 int nvmf_connect_io_queue(struct nvme_ctrl *ctrl, u16 qid) in nvmf_connect_io_queue()
[all …]
/linux-6.14.4/drivers/tty/serdev/
Dcore.c79 struct serdev_controller *ctrl = to_serdev_controller(dev); in serdev_ctrl_release() local
106 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_add() local
142 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_remove() local
151 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_open() local
179 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_close() local
230 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_write_buf() local
264 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_write() local
310 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_write_flush() local
321 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_write_room() local
332 struct serdev_controller *ctrl = serdev->ctrl; in serdev_device_set_baudrate() local
[all …]
Dserdev-ttyport.c28 struct serdev_controller *ctrl = port->client_data; in ttyport_receive_buf() local
48 struct serdev_controller *ctrl = port->client_data; in ttyport_write_wakeup() local
75 static ssize_t ttyport_write_buf(struct serdev_controller *ctrl, const u8 *data, size_t len) in ttyport_write_buf()
87 static void ttyport_write_flush(struct serdev_controller *ctrl) in ttyport_write_flush()
95 static int ttyport_write_room(struct serdev_controller *ctrl) in ttyport_write_room()
103 static int ttyport_open(struct serdev_controller *ctrl) in ttyport_open()
152 static void ttyport_close(struct serdev_controller *ctrl) in ttyport_close()
167 static unsigned int ttyport_set_baudrate(struct serdev_controller *ctrl, unsigned int speed) in ttyport_set_baudrate()
181 static void ttyport_set_flow_control(struct serdev_controller *ctrl, bool enable) in ttyport_set_flow_control()
195 static int ttyport_set_parity(struct serdev_controller *ctrl, in ttyport_set_parity()
[all …]
/linux-6.14.4/drivers/nvme/target/
Dloop.c37 struct nvme_ctrl ctrl; member
42 static inline struct nvme_loop_ctrl *to_loop_ctrl(struct nvme_ctrl *ctrl) in to_loop_ctrl()
54 struct nvme_loop_ctrl *ctrl; member
175 struct nvme_loop_ctrl *ctrl = to_loop_ctrl(arg); in nvme_loop_submit_async_event() local
193 static int nvme_loop_init_iod(struct nvme_loop_ctrl *ctrl, in nvme_loop_init_iod()
207 struct nvme_loop_ctrl *ctrl = to_loop_ctrl(set->driver_data); in nvme_loop_init_request() local
221 struct nvme_loop_ctrl *ctrl = to_loop_ctrl(data); in nvme_loop_init_hctx() local
241 struct nvme_loop_ctrl *ctrl = to_loop_ctrl(data); in nvme_loop_init_admin_hctx() local
264 static void nvme_loop_destroy_admin_queue(struct nvme_loop_ctrl *ctrl) in nvme_loop_destroy_admin_queue()
281 struct nvme_loop_ctrl *ctrl = to_loop_ctrl(nctrl); in nvme_loop_free_ctrl() local
[all …]
Dcore.c141 static void nvmet_async_events_failall(struct nvmet_ctrl *ctrl) in nvmet_async_events_failall()
155 static void nvmet_async_events_process(struct nvmet_ctrl *ctrl) in nvmet_async_events_process()
178 static void nvmet_async_events_free(struct nvmet_ctrl *ctrl) in nvmet_async_events_free()
192 struct nvmet_ctrl *ctrl = in nvmet_async_event_work() local
198 void nvmet_add_async_event(struct nvmet_ctrl *ctrl, u8 event_type, in nvmet_add_async_event()
218 static void nvmet_add_to_changed_ns_log(struct nvmet_ctrl *ctrl, __le32 nsid) in nvmet_add_to_changed_ns_log()
244 struct nvmet_ctrl *ctrl; in nvmet_ns_changed() local
261 struct nvmet_ctrl *ctrl; in nvmet_send_ana_event() local
310 struct nvmet_ctrl *ctrl; in nvmet_port_del_ctrls() local
399 struct nvmet_ctrl *ctrl = container_of(to_delayed_work(work), in nvmet_keep_alive_timer() local
[all …]
Dpci-epf.c85 struct nvmet_pci_epf_ctrl *ctrl; member
130 struct nvmet_pci_epf_ctrl *ctrl; member
210 struct nvmet_pci_epf_ctrl ctrl; member
227 static inline u32 nvmet_pci_epf_bar_read32(struct nvmet_pci_epf_ctrl *ctrl, in nvmet_pci_epf_bar_read32()
235 static inline void nvmet_pci_epf_bar_write32(struct nvmet_pci_epf_ctrl *ctrl, in nvmet_pci_epf_bar_write32()
243 static inline u64 nvmet_pci_epf_bar_read64(struct nvmet_pci_epf_ctrl *ctrl, in nvmet_pci_epf_bar_read64()
250 static inline void nvmet_pci_epf_bar_write64(struct nvmet_pci_epf_ctrl *ctrl, in nvmet_pci_epf_bar_write64()
489 static inline int nvmet_pci_epf_transfer(struct nvmet_pci_epf_ctrl *ctrl, in nvmet_pci_epf_transfer()
502 static int nvmet_pci_epf_alloc_irq_vectors(struct nvmet_pci_epf_ctrl *ctrl) in nvmet_pci_epf_alloc_irq_vectors()
515 static void nvmet_pci_epf_free_irq_vectors(struct nvmet_pci_epf_ctrl *ctrl) in nvmet_pci_epf_free_irq_vectors()
[all …]
/linux-6.14.4/drivers/net/mdio/
Dmdio-bitbang.c44 static void mdiobb_send_bit(struct mdiobb_ctrl *ctrl, int val) in mdiobb_send_bit()
56 static int mdiobb_get_bit(struct mdiobb_ctrl *ctrl) in mdiobb_get_bit()
69 static void mdiobb_send_num(struct mdiobb_ctrl *ctrl, u16 val, int bits) in mdiobb_send_num()
78 static u16 mdiobb_get_num(struct mdiobb_ctrl *ctrl, int bits) in mdiobb_get_num()
94 static void mdiobb_cmd(struct mdiobb_ctrl *ctrl, int op, u8 phy, u8 reg) in mdiobb_cmd()
133 static void mdiobb_cmd_addr(struct mdiobb_ctrl *ctrl, int phy, int dev_addr, in mdiobb_cmd_addr()
150 struct mdiobb_ctrl *ctrl = bus->priv; in mdiobb_read_common() local
176 struct mdiobb_ctrl *ctrl = bus->priv; in mdiobb_read_c22() local
186 struct mdiobb_ctrl *ctrl = bus->priv; in mdiobb_read_c45() local
197 struct mdiobb_ctrl *ctrl = bus->priv; in mdiobb_write_common() local
[all …]
/linux-6.14.4/drivers/usb/cdns3/
Dcdnsp-ep0.c42 struct usb_ctrlrequest *ctrl) in cdnsp_ep0_delegate_req()
54 struct usb_ctrlrequest *ctrl) in cdnsp_ep0_set_config()
85 struct usb_ctrlrequest *ctrl) in cdnsp_ep0_set_address()
145 struct usb_ctrlrequest *ctrl) in cdnsp_ep0_handle_status()
203 struct usb_ctrlrequest *ctrl, in cdnsp_ep0_handle_feature_device()
264 struct usb_ctrlrequest *ctrl, in cdnsp_ep0_handle_feature_intf()
298 struct usb_ctrlrequest *ctrl, in cdnsp_ep0_handle_feature_endpoint()
326 struct usb_ctrlrequest *ctrl, in cdnsp_ep0_handle_feature()
342 struct usb_ctrlrequest *ctrl) in cdnsp_ep0_set_sel()
369 struct usb_ctrlrequest *ctrl) in cdnsp_ep0_set_isoch_delay()
[all …]
/linux-6.14.4/drivers/media/v4l2-core/
Dv4l2-ctrls-api.c41 struct v4l2_ctrl *ctrl, in ptr_to_user()
70 static int cur_to_user(struct v4l2_ext_control *c, struct v4l2_ctrl *ctrl) in cur_to_user()
77 struct v4l2_ctrl *ctrl) in new_to_user()
90 static int def_to_user(struct v4l2_ext_control *c, struct v4l2_ctrl *ctrl) in def_to_user()
98 static int user_to_new(struct v4l2_ext_control *c, struct v4l2_ctrl *ctrl) in user_to_new()
226 struct v4l2_ctrl *ctrl; in prepare_ext_ctrls() local
496 static int validate_new(const struct v4l2_ctrl *ctrl, union v4l2_ctrl_ptr p_new) in validate_new()
512 struct v4l2_ctrl *ctrl = helpers[i].ref->ctrl; in validate_ctrls() local
648 struct v4l2_ctrl *ctrl = helpers[idx].ref->ctrl; in try_set_ext_ctrls_common() local
734 static int get_ctrl(struct v4l2_ctrl *ctrl, struct v4l2_ext_control *c) in get_ctrl()
[all …]
/linux-6.14.4/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dr535.c84 NV2080_CTRL_INTERNAL_DISPLAY_CHANNEL_PUSHBUFFER_PARAMS *ctrl; in r535_chan_push() local
266 NV0073_CTRL_SPECIFIC_BACKLIGHT_BRIGHTNESS_PARAMS *ctrl; in r535_sor_bl_set() local
284 NV0073_CTRL_SPECIFIC_BACKLIGHT_BRIGHTNESS_PARAMS *ctrl; in r535_sor_bl_get() local
316 NV0073_CTRL_DFP_SET_ELD_AUDIO_CAP_PARAMS *ctrl; in r535_sor_hda_eld() local
341 NV0073_CTRL_DFP_SET_ELD_AUDIO_CAP_PARAMS *ctrl; in r535_sor_hda_hpd() local
367 NV0073_CTRL_DP_SET_AUDIO_MUTESTREAM_PARAMS *ctrl; in r535_sor_dp_audio_mute() local
383 NV0073_CTRL_DFP_SET_AUDIO_ENABLE_PARAMS *ctrl; in r535_sor_dp_audio() local
405 struct NV0073_CTRL_CMD_DP_CONFIG_STREAM_PARAMS *ctrl; in r535_sor_dp_vcpi() local
438 struct NV0073_CTRL_CMD_DP_CONFIG_STREAM_PARAMS *ctrl; in r535_sor_dp_sst() local
475 NV0073_CTRL_SPECIFIC_SET_HDMI_SINK_CAPS_PARAMS *ctrl; in r535_sor_hdmi_scdc() local
[all …]
/linux-6.14.4/drivers/slimbus/
Dqcom-ngd-ctrl.c135 struct qcom_slim_ngd_ctrl *ctrl; member
150 struct slim_controller ctrl; member
347 static int qcom_slim_qmi_send_select_inst_req(struct qcom_slim_ngd_ctrl *ctrl, in qcom_slim_qmi_send_select_inst_req()
400 static int qcom_slim_qmi_send_power_request(struct qcom_slim_ngd_ctrl *ctrl, in qcom_slim_qmi_send_power_request()
447 static int qcom_slim_qmi_init(struct qcom_slim_ngd_ctrl *ctrl, in qcom_slim_qmi_init()
502 static void qcom_slim_qmi_exit(struct qcom_slim_ngd_ctrl *ctrl) in qcom_slim_qmi_exit()
512 static int qcom_slim_qmi_power_request(struct qcom_slim_ngd_ctrl *ctrl, in qcom_slim_qmi_power_request()
527 static u32 *qcom_slim_ngd_tx_msg_get(struct qcom_slim_ngd_ctrl *ctrl, int len, in qcom_slim_ngd_tx_msg_get()
552 struct qcom_slim_ngd_ctrl *ctrl = desc->ctrl; in qcom_slim_ngd_tx_msg_dma_cb() local
566 static int qcom_slim_ngd_tx_msg_post(struct qcom_slim_ngd_ctrl *ctrl, in qcom_slim_ngd_tx_msg_post()
[all …]
Dcore.c152 static int slim_add_device(struct slim_controller *ctrl, in slim_add_device()
175 static struct slim_device *slim_alloc_device(struct slim_controller *ctrl, in slim_alloc_device()
196 static void of_register_slim_devices(struct slim_controller *ctrl) in of_register_slim_devices()
249 int slim_register_controller(struct slim_controller *ctrl) in slim_register_controller()
298 int slim_unregister_controller(struct slim_controller *ctrl) in slim_unregister_controller()
316 struct slim_controller *ctrl = sbdev->ctrl; in slim_report_absent() local
348 static struct slim_device *find_slim_device(struct slim_controller *ctrl, in find_slim_device()
372 struct slim_device *slim_get_device(struct slim_controller *ctrl, in slim_get_device()
388 static struct slim_device *of_find_slim_device(struct slim_controller *ctrl, in of_find_slim_device()
412 struct slim_device *of_slim_get_device(struct slim_controller *ctrl, in of_slim_get_device()
[all …]
/linux-6.14.4/drivers/staging/vc04_services/bcm2835-camera/
Dcontrols.c154 struct v4l2_ctrl *ctrl, in ctrl_set_rational()
172 struct v4l2_ctrl *ctrl, in ctrl_set_value()
188 struct v4l2_ctrl *ctrl, in ctrl_set_iso()
216 struct v4l2_ctrl *ctrl, in ctrl_set_value_ev()
232 struct v4l2_ctrl *ctrl, in ctrl_set_rotate()
261 struct v4l2_ctrl *ctrl, in ctrl_set_flip()
302 struct v4l2_ctrl *ctrl, in ctrl_set_exposure()
358 struct v4l2_ctrl *ctrl, in ctrl_set_metering_mode()
394 struct v4l2_ctrl *ctrl, in ctrl_set_flicker_avoidance()
423 struct v4l2_ctrl *ctrl, in ctrl_set_awb_mode()
[all …]
/linux-6.14.4/drivers/gpu/drm/msm/dp/
Ddp_ctrl.c123 struct msm_dp_ctrl_private *ctrl; in msm_dp_ctrl_push_idle() local
137 static void msm_dp_ctrl_config_ctrl(struct msm_dp_ctrl_private *ctrl) in msm_dp_ctrl_config_ctrl()
176 static void msm_dp_ctrl_configure_source_params(struct msm_dp_ctrl_private *ctrl) in msm_dp_ctrl_configure_source_params()
624 static void _dp_ctrl_calc_tu(struct msm_dp_ctrl_private *ctrl, in _dp_ctrl_calc_tu()
958 static void msm_dp_ctrl_calc_tu_parameters(struct msm_dp_ctrl_private *ctrl, in msm_dp_ctrl_calc_tu_parameters()
982 static void msm_dp_ctrl_setup_tr_unit(struct msm_dp_ctrl_private *ctrl) in msm_dp_ctrl_setup_tr_unit()
1009 static int msm_dp_ctrl_wait4video_ready(struct msm_dp_ctrl_private *ctrl) in msm_dp_ctrl_wait4video_ready()
1021 static int msm_dp_ctrl_set_vx_px(struct msm_dp_ctrl_private *ctrl, in msm_dp_ctrl_set_vx_px()
1036 static int msm_dp_ctrl_update_vx_px(struct msm_dp_ctrl_private *ctrl) in msm_dp_ctrl_update_vx_px()
1085 static bool msm_dp_ctrl_train_pattern_set(struct msm_dp_ctrl_private *ctrl, in msm_dp_ctrl_train_pattern_set()
[all …]
/linux-6.14.4/drivers/media/usb/uvc/
Duvc_ctrl.c499 struct uvc_video_chain *chain, struct uvc_control *ctrl) in uvc_ctrl_filter_plf_mapping()
850 static inline u8 *uvc_ctrl_data(struct uvc_control *ctrl, int id) in uvc_ctrl_data()
952 struct uvc_control *ctrl; in __uvc_find_control() local
983 struct uvc_control *ctrl = NULL; in uvc_find_control() local
1007 struct uvc_control *ctrl) in uvc_ctrl_populate_cache()
1090 struct uvc_control *ctrl) in __uvc_ctrl_load_cur()
1126 struct uvc_control *ctrl, in __uvc_ctrl_get()
1205 struct uvc_control *ctrl; in uvc_ctrl_is_accessible() local
1264 static u32 uvc_get_ctrl_bitmap(struct uvc_control *ctrl, in uvc_get_ctrl_bitmap()
1284 struct uvc_control *ctrl, in __uvc_query_v4l2_ctrl()
[all …]
/linux-6.14.4/drivers/platform/surface/aggregator/
Dcontroller.c884 struct ssam_controller *ctrl = to_ssam_controller(kref, kref); in __ssam_controller_release() local
988 struct ssam_controller *ctrl = to_ssam_controller(rtl, rtl); in ssam_handle_event() local
1204 int ssam_controller_init(struct ssam_controller *ctrl, in ssam_controller_init()
1265 int ssam_controller_start(struct ssam_controller *ctrl) in ssam_controller_start()
1319 void ssam_controller_shutdown(struct ssam_controller *ctrl) in ssam_controller_shutdown()
1388 void ssam_controller_destroy(struct ssam_controller *ctrl) in ssam_controller_destroy()
1431 int ssam_controller_suspend(struct ssam_controller *ctrl) in ssam_controller_suspend()
1463 int ssam_controller_resume(struct ssam_controller *ctrl) in ssam_controller_resume()
1508 struct ssam_controller *ctrl, in ssam_request_write_data()
1684 int ssam_request_sync_submit(struct ssam_controller *ctrl, in ssam_request_sync_submit()
[all …]

12345678910>>...57