Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/rtc/
Drtc-pcf8583.c46 #define get_ctrl(x) ((struct pcf8583 *)i2c_get_clientdata(x))->ctrl macro
47 #define set_ctrl(x, v) get_ctrl(x) = v
96 buf[1] = get_ctrl(client) | 0x80; in pcf8583_set_datetime()
112 buf[1] = get_ctrl(client); in pcf8583_set_datetime()
120 *ctrl = get_ctrl(client); in pcf8583_get_ctrl()
/linux-4.19.296/drivers/media/v4l2-core/
Dv4l2-ctrls.c3051 static int get_ctrl(struct v4l2_ctrl *ctrl, struct v4l2_ext_control *c) in get_ctrl() function
3089 ret = get_ctrl(ctrl, &c); in v4l2_g_ctrl()
3102 get_ctrl(ctrl, &c); in v4l2_ctrl_g_ctrl()
3114 get_ctrl(ctrl, &c); in v4l2_ctrl_g_ctrl_int64()