Home
last modified time | relevance | path

Searched refs:get_ctrl (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/rtc/
H A 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()
/kernel/linux/linux-6.6/drivers/rtc/
H A 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()
/kernel/linux/linux-6.6/drivers/media/v4l2-core/
H A Dv4l2-ctrls-api.c734 static int get_ctrl(struct v4l2_ctrl *ctrl, struct v4l2_ext_control *c) in get_ctrl() function
742 * userspace memory when called from get_ctrl(). in get_ctrl()
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()
/kernel/linux/linux-5.10/drivers/media/v4l2-core/
H A Dv4l2-ctrls.c3840 static int get_ctrl(struct v4l2_ctrl *ctrl, struct v4l2_ext_control *c) in get_ctrl() function
3848 * userspace memory when called from get_ctrl(). in get_ctrl()
3878 ret = get_ctrl(ctrl, &c); in v4l2_g_ctrl()
3892 get_ctrl(ctrl, &c); in v4l2_ctrl_g_ctrl()
3905 get_ctrl(ctrl, &c); in v4l2_ctrl_g_ctrl_int64()

Completed in 8 milliseconds