Home
last modified time | relevance | path

Searched refs:get_ctrl (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/rtc/
Drtc-pcf8583.c43 #define get_ctrl(x) ((struct pcf8583 *)i2c_get_clientdata(x))->ctrl macro
44 #define set_ctrl(x, v) get_ctrl(x) = v
93 buf[1] = get_ctrl(client) | 0x80; in pcf8583_set_datetime()
109 buf[1] = get_ctrl(client); in pcf8583_set_datetime()
117 *ctrl = get_ctrl(client); in pcf8583_get_ctrl()
/linux-6.1.9/drivers/media/v4l2-core/
Dv4l2-ctrls-api.c734 static int get_ctrl(struct v4l2_ctrl *ctrl, struct v4l2_ext_control *c) in get_ctrl() function
772 ret = get_ctrl(ctrl, &c); in v4l2_g_ctrl()
854 get_ctrl(ctrl, &c); in v4l2_ctrl_g_ctrl()
867 get_ctrl(ctrl, &c); in v4l2_ctrl_g_ctrl_int64()